Package com.docusign.esign.model
Class PaymentMethodWithOptions
- java.lang.Object
-
- com.docusign.esign.model.PaymentMethodWithOptions
-
public class PaymentMethodWithOptions extends java.lang.ObjectPaymentMethodWithOptions.
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodWithOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentMethodWithOptionsaddSupportedCurrenciesItem(java.lang.String supportedCurrenciesItem)addSupportedCurrenciesItem.PaymentMethodWithOptionsaddSupportedOptionsItem(java.lang.String supportedOptionsItem)addSupportedOptionsItem.booleanequals(java.lang.Object o)Compares objects.java.util.List<java.lang.String>getSupportedCurrencies().java.util.List<java.lang.String>getSupportedOptions().java.lang.StringgetType().inthashCode()Returns the HashCode.voidsetSupportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)setSupportedCurrencies.voidsetSupportedOptions(java.util.List<java.lang.String> supportedOptions)setSupportedOptions.voidsetType(java.lang.String type)setType.PaymentMethodWithOptionssupportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)supportedCurrencies.PaymentMethodWithOptionssupportedOptions(java.util.List<java.lang.String> supportedOptions)supportedOptions.java.lang.StringtoString()Converts the given object to string.PaymentMethodWithOptionstype(java.lang.String type)type.
-
-
-
Method Detail
-
supportedCurrencies
public PaymentMethodWithOptions supportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)
supportedCurrencies.- Returns:
- PaymentMethodWithOptions
-
addSupportedCurrenciesItem
public PaymentMethodWithOptions addSupportedCurrenciesItem(java.lang.String supportedCurrenciesItem)
addSupportedCurrenciesItem.- Returns:
- PaymentMethodWithOptions
-
getSupportedCurrencies
public java.util.List<java.lang.String> getSupportedCurrencies()
.- Returns:
- supportedCurrencies
-
setSupportedCurrencies
public void setSupportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)
setSupportedCurrencies.
-
supportedOptions
public PaymentMethodWithOptions supportedOptions(java.util.List<java.lang.String> supportedOptions)
supportedOptions.- Returns:
- PaymentMethodWithOptions
-
addSupportedOptionsItem
public PaymentMethodWithOptions addSupportedOptionsItem(java.lang.String supportedOptionsItem)
addSupportedOptionsItem.- Returns:
- PaymentMethodWithOptions
-
getSupportedOptions
public java.util.List<java.lang.String> getSupportedOptions()
.- Returns:
- supportedOptions
-
setSupportedOptions
public void setSupportedOptions(java.util.List<java.lang.String> supportedOptions)
setSupportedOptions.
-
type
public PaymentMethodWithOptions type(java.lang.String type)
type.- Returns:
- PaymentMethodWithOptions
-
getType
public java.lang.String getType()
.- Returns:
- type
-
setType
public void setType(java.lang.String type)
setType.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-