Package com.docusign.esign.model
Class PaymentGatewayAccount
- java.lang.Object
-
- com.docusign.esign.model.PaymentGatewayAccount
-
public class PaymentGatewayAccount extends java.lang.ObjectPaymentGatewayAccount.
-
-
Constructor Summary
Constructors Constructor Description PaymentGatewayAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentGatewayAccountaddSupportedCurrenciesItem(java.lang.String supportedCurrenciesItem)addSupportedCurrenciesItem.PaymentGatewayAccountaddSupportedPaymentMethodsItem(java.lang.String supportedPaymentMethodsItem)addSupportedPaymentMethodsItem.PaymentGatewayAccountaddSupportedPaymentMethodsWithOptionsItem(PaymentMethodWithOptions supportedPaymentMethodsWithOptionsItem)addSupportedPaymentMethodsWithOptionsItem.PaymentGatewayAccountaddZeroDecimalCurrenciesItem(java.lang.String zeroDecimalCurrenciesItem)addZeroDecimalCurrenciesItem.PaymentGatewayAccountallowCustomMetadata(java.lang.Boolean allowCustomMetadata)allowCustomMetadata.PaymentGatewayAccountconfig(PaymentGatewayAccountSetting config)config.PaymentGatewayAccountdisplayName(java.lang.String displayName)displayName.booleanequals(java.lang.Object o)Compares objects.PaymentGatewayAccountSettinggetConfig()Get config.java.lang.StringgetDisplayName().java.lang.StringgetIsEnabled().java.lang.StringgetIsLegacy().java.lang.StringgetLastModified().java.lang.StringgetPaymentGateway().java.lang.StringgetPaymentGatewayAccountId().java.lang.StringgetPaymentGatewayDisplayName().PayPalLegacySettingsgetPayPalLegacySettings()Get payPalLegacySettings.java.util.List<java.lang.String>getSupportedCurrencies().java.util.List<java.lang.String>getSupportedPaymentMethods().java.util.List<PaymentMethodWithOptions>getSupportedPaymentMethodsWithOptions().java.util.List<java.lang.String>getZeroDecimalCurrencies().inthashCode()Returns the HashCode.java.lang.BooleanisAllowCustomMetadata().PaymentGatewayAccountisEnabled(java.lang.String isEnabled)isEnabled.PaymentGatewayAccountisLegacy(java.lang.String isLegacy)isLegacy.PaymentGatewayAccountlastModified(java.lang.String lastModified)lastModified.PaymentGatewayAccountpaymentGateway(java.lang.String paymentGateway)paymentGateway.PaymentGatewayAccountpaymentGatewayAccountId(java.lang.String paymentGatewayAccountId)paymentGatewayAccountId.PaymentGatewayAccountpaymentGatewayDisplayName(java.lang.String paymentGatewayDisplayName)paymentGatewayDisplayName.PaymentGatewayAccountpayPalLegacySettings(PayPalLegacySettings payPalLegacySettings)payPalLegacySettings.voidsetAllowCustomMetadata(java.lang.Boolean allowCustomMetadata)setAllowCustomMetadata.voidsetConfig(PaymentGatewayAccountSetting config)setConfig.voidsetDisplayName(java.lang.String displayName)setDisplayName.voidsetIsEnabled(java.lang.String isEnabled)setIsEnabled.voidsetIsLegacy(java.lang.String isLegacy)setIsLegacy.voidsetLastModified(java.lang.String lastModified)setLastModified.voidsetPaymentGateway(java.lang.String paymentGateway)setPaymentGateway.voidsetPaymentGatewayAccountId(java.lang.String paymentGatewayAccountId)setPaymentGatewayAccountId.voidsetPaymentGatewayDisplayName(java.lang.String paymentGatewayDisplayName)setPaymentGatewayDisplayName.voidsetPayPalLegacySettings(PayPalLegacySettings payPalLegacySettings)setPayPalLegacySettings.voidsetSupportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)setSupportedCurrencies.voidsetSupportedPaymentMethods(java.util.List<java.lang.String> supportedPaymentMethods)setSupportedPaymentMethods.voidsetSupportedPaymentMethodsWithOptions(java.util.List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)setSupportedPaymentMethodsWithOptions.voidsetZeroDecimalCurrencies(java.util.List<java.lang.String> zeroDecimalCurrencies)setZeroDecimalCurrencies.PaymentGatewayAccountsupportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)supportedCurrencies.PaymentGatewayAccountsupportedPaymentMethods(java.util.List<java.lang.String> supportedPaymentMethods)supportedPaymentMethods.PaymentGatewayAccountsupportedPaymentMethodsWithOptions(java.util.List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)supportedPaymentMethodsWithOptions.java.lang.StringtoString()Converts the given object to string.PaymentGatewayAccountzeroDecimalCurrencies(java.util.List<java.lang.String> zeroDecimalCurrencies)zeroDecimalCurrencies.
-
-
-
Method Detail
-
allowCustomMetadata
public PaymentGatewayAccount allowCustomMetadata(java.lang.Boolean allowCustomMetadata)
allowCustomMetadata.- Returns:
- PaymentGatewayAccount
-
isAllowCustomMetadata
public java.lang.Boolean isAllowCustomMetadata()
.- Returns:
- allowCustomMetadata
-
setAllowCustomMetadata
public void setAllowCustomMetadata(java.lang.Boolean allowCustomMetadata)
setAllowCustomMetadata.
-
config
public PaymentGatewayAccount config(PaymentGatewayAccountSetting config)
config.- Returns:
- PaymentGatewayAccount
-
getConfig
public PaymentGatewayAccountSetting getConfig()
Get config.- Returns:
- config
-
setConfig
public void setConfig(PaymentGatewayAccountSetting config)
setConfig.
-
displayName
public PaymentGatewayAccount displayName(java.lang.String displayName)
displayName.- Returns:
- PaymentGatewayAccount
-
getDisplayName
public java.lang.String getDisplayName()
.- Returns:
- displayName
-
setDisplayName
public void setDisplayName(java.lang.String displayName)
setDisplayName.
-
isEnabled
public PaymentGatewayAccount isEnabled(java.lang.String isEnabled)
isEnabled.- Returns:
- PaymentGatewayAccount
-
getIsEnabled
public java.lang.String getIsEnabled()
.- Returns:
- isEnabled
-
setIsEnabled
public void setIsEnabled(java.lang.String isEnabled)
setIsEnabled.
-
isLegacy
public PaymentGatewayAccount isLegacy(java.lang.String isLegacy)
isLegacy.- Returns:
- PaymentGatewayAccount
-
getIsLegacy
public java.lang.String getIsLegacy()
.- Returns:
- isLegacy
-
setIsLegacy
public void setIsLegacy(java.lang.String isLegacy)
setIsLegacy.
-
lastModified
public PaymentGatewayAccount lastModified(java.lang.String lastModified)
lastModified.- Returns:
- PaymentGatewayAccount
-
getLastModified
public java.lang.String getLastModified()
.- Returns:
- lastModified
-
setLastModified
public void setLastModified(java.lang.String lastModified)
setLastModified.
-
paymentGateway
public PaymentGatewayAccount paymentGateway(java.lang.String paymentGateway)
paymentGateway.- Returns:
- PaymentGatewayAccount
-
getPaymentGateway
public java.lang.String getPaymentGateway()
.- Returns:
- paymentGateway
-
setPaymentGateway
public void setPaymentGateway(java.lang.String paymentGateway)
setPaymentGateway.
-
paymentGatewayAccountId
public PaymentGatewayAccount paymentGatewayAccountId(java.lang.String paymentGatewayAccountId)
paymentGatewayAccountId.- Returns:
- PaymentGatewayAccount
-
getPaymentGatewayAccountId
public java.lang.String getPaymentGatewayAccountId()
.- Returns:
- paymentGatewayAccountId
-
setPaymentGatewayAccountId
public void setPaymentGatewayAccountId(java.lang.String paymentGatewayAccountId)
setPaymentGatewayAccountId.
-
paymentGatewayDisplayName
public PaymentGatewayAccount paymentGatewayDisplayName(java.lang.String paymentGatewayDisplayName)
paymentGatewayDisplayName.- Returns:
- PaymentGatewayAccount
-
getPaymentGatewayDisplayName
public java.lang.String getPaymentGatewayDisplayName()
.- Returns:
- paymentGatewayDisplayName
-
setPaymentGatewayDisplayName
public void setPaymentGatewayDisplayName(java.lang.String paymentGatewayDisplayName)
setPaymentGatewayDisplayName.
-
payPalLegacySettings
public PaymentGatewayAccount payPalLegacySettings(PayPalLegacySettings payPalLegacySettings)
payPalLegacySettings.- Returns:
- PaymentGatewayAccount
-
getPayPalLegacySettings
public PayPalLegacySettings getPayPalLegacySettings()
Get payPalLegacySettings.- Returns:
- payPalLegacySettings
-
setPayPalLegacySettings
public void setPayPalLegacySettings(PayPalLegacySettings payPalLegacySettings)
setPayPalLegacySettings.
-
supportedCurrencies
public PaymentGatewayAccount supportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)
supportedCurrencies.- Returns:
- PaymentGatewayAccount
-
addSupportedCurrenciesItem
public PaymentGatewayAccount addSupportedCurrenciesItem(java.lang.String supportedCurrenciesItem)
addSupportedCurrenciesItem.- Returns:
- PaymentGatewayAccount
-
getSupportedCurrencies
public java.util.List<java.lang.String> getSupportedCurrencies()
.- Returns:
- supportedCurrencies
-
setSupportedCurrencies
public void setSupportedCurrencies(java.util.List<java.lang.String> supportedCurrencies)
setSupportedCurrencies.
-
supportedPaymentMethods
public PaymentGatewayAccount supportedPaymentMethods(java.util.List<java.lang.String> supportedPaymentMethods)
supportedPaymentMethods.- Returns:
- PaymentGatewayAccount
-
addSupportedPaymentMethodsItem
public PaymentGatewayAccount addSupportedPaymentMethodsItem(java.lang.String supportedPaymentMethodsItem)
addSupportedPaymentMethodsItem.- Returns:
- PaymentGatewayAccount
-
getSupportedPaymentMethods
public java.util.List<java.lang.String> getSupportedPaymentMethods()
.- Returns:
- supportedPaymentMethods
-
setSupportedPaymentMethods
public void setSupportedPaymentMethods(java.util.List<java.lang.String> supportedPaymentMethods)
setSupportedPaymentMethods.
-
supportedPaymentMethodsWithOptions
public PaymentGatewayAccount supportedPaymentMethodsWithOptions(java.util.List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)
supportedPaymentMethodsWithOptions.- Returns:
- PaymentGatewayAccount
-
addSupportedPaymentMethodsWithOptionsItem
public PaymentGatewayAccount addSupportedPaymentMethodsWithOptionsItem(PaymentMethodWithOptions supportedPaymentMethodsWithOptionsItem)
addSupportedPaymentMethodsWithOptionsItem.- Returns:
- PaymentGatewayAccount
-
getSupportedPaymentMethodsWithOptions
public java.util.List<PaymentMethodWithOptions> getSupportedPaymentMethodsWithOptions()
.- Returns:
- supportedPaymentMethodsWithOptions
-
setSupportedPaymentMethodsWithOptions
public void setSupportedPaymentMethodsWithOptions(java.util.List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)
setSupportedPaymentMethodsWithOptions.
-
zeroDecimalCurrencies
public PaymentGatewayAccount zeroDecimalCurrencies(java.util.List<java.lang.String> zeroDecimalCurrencies)
zeroDecimalCurrencies.- Returns:
- PaymentGatewayAccount
-
addZeroDecimalCurrenciesItem
public PaymentGatewayAccount addZeroDecimalCurrenciesItem(java.lang.String zeroDecimalCurrenciesItem)
addZeroDecimalCurrenciesItem.- Returns:
- PaymentGatewayAccount
-
getZeroDecimalCurrencies
public java.util.List<java.lang.String> getZeroDecimalCurrencies()
.- Returns:
- zeroDecimalCurrencies
-
setZeroDecimalCurrencies
public void setZeroDecimalCurrencies(java.util.List<java.lang.String> zeroDecimalCurrencies)
setZeroDecimalCurrencies.
-
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
-
-