Package com.docusign.esign.model
Class PaymentMethodWithOptions
- java.lang.Object
-
- com.docusign.esign.model.PaymentMethodWithOptions
-
- All Implemented Interfaces:
Serializable
public class PaymentMethodWithOptions extends Object implements Serializable
This object contains information about a payment method that the gateway accepts and the payment options that are compatible with it..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodWithOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentMethodWithOptionsaddSupportedCurrenciesItem(String supportedCurrenciesItem)addSupportedCurrenciesItem.PaymentMethodWithOptionsaddSupportedOptionsItem(String supportedOptionsItem)addSupportedOptionsItem.booleanequals(Object o)Compares objects.List<String>getSupportedCurrencies().List<String>getSupportedOptions().StringgetType().inthashCode()Returns the HashCode.voidsetSupportedCurrencies(List<String> supportedCurrencies)setSupportedCurrencies.voidsetSupportedOptions(List<String> supportedOptions)setSupportedOptions.voidsetType(String type)setType.PaymentMethodWithOptionssupportedCurrencies(List<String> supportedCurrencies)supportedCurrencies.PaymentMethodWithOptionssupportedOptions(List<String> supportedOptions)supportedOptions.StringtoString()Converts the given object to string.PaymentMethodWithOptionstype(String type)type.
-
-
-
Method Detail
-
supportedCurrencies
public PaymentMethodWithOptions supportedCurrencies(List<String> supportedCurrencies)
supportedCurrencies.- Returns:
- PaymentMethodWithOptions
-
addSupportedCurrenciesItem
public PaymentMethodWithOptions addSupportedCurrenciesItem(String supportedCurrenciesItem)
addSupportedCurrenciesItem.- Returns:
- PaymentMethodWithOptions
-
setSupportedCurrencies
public void setSupportedCurrencies(List<String> supportedCurrencies)
setSupportedCurrencies.
-
supportedOptions
public PaymentMethodWithOptions supportedOptions(List<String> supportedOptions)
supportedOptions.- Returns:
- PaymentMethodWithOptions
-
addSupportedOptionsItem
public PaymentMethodWithOptions addSupportedOptionsItem(String supportedOptionsItem)
addSupportedOptionsItem.- Returns:
- PaymentMethodWithOptions
-
setSupportedOptions
public void setSupportedOptions(List<String> supportedOptions)
setSupportedOptions.
-
type
public PaymentMethodWithOptions type(String type)
type.- Returns:
- PaymentMethodWithOptions
-
getType
public String getType()
.- Returns:
- type
-
setType
public void setType(String type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-