Package com.docusign.esign.model
Class PaymentGatewayAccount
- java.lang.Object
-
- com.docusign.esign.model.PaymentGatewayAccount
-
public class PaymentGatewayAccount extends Object
PaymentGatewayAccount.
-
-
Constructor Summary
Constructors Constructor Description PaymentGatewayAccount()
-
Method Summary
-
-
-
Method Detail
-
allowCustomMetadata
public PaymentGatewayAccount allowCustomMetadata(Boolean allowCustomMetadata)
allowCustomMetadata.- Returns:
- PaymentGatewayAccount
-
isAllowCustomMetadata
public Boolean isAllowCustomMetadata()
.- Returns:
- allowCustomMetadata
-
setAllowCustomMetadata
public void setAllowCustomMetadata(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(String displayName)
displayName.- Returns:
- PaymentGatewayAccount
-
getDisplayName
public String getDisplayName()
.- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
setDisplayName.
-
isEnabled
public PaymentGatewayAccount isEnabled(String isEnabled)
isEnabled.- Returns:
- PaymentGatewayAccount
-
getIsEnabled
public String getIsEnabled()
.- Returns:
- isEnabled
-
setIsEnabled
public void setIsEnabled(String isEnabled)
setIsEnabled.
-
isLegacy
public PaymentGatewayAccount isLegacy(String isLegacy)
isLegacy.- Returns:
- PaymentGatewayAccount
-
getIsLegacy
public String getIsLegacy()
.- Returns:
- isLegacy
-
setIsLegacy
public void setIsLegacy(String isLegacy)
setIsLegacy.
-
lastModified
public PaymentGatewayAccount lastModified(String lastModified)
lastModified.- Returns:
- PaymentGatewayAccount
-
getLastModified
public String getLastModified()
.- Returns:
- lastModified
-
setLastModified
public void setLastModified(String lastModified)
setLastModified.
-
paymentGateway
public PaymentGatewayAccount paymentGateway(String paymentGateway)
paymentGateway.- Returns:
- PaymentGatewayAccount
-
getPaymentGateway
public String getPaymentGateway()
.- Returns:
- paymentGateway
-
setPaymentGateway
public void setPaymentGateway(String paymentGateway)
setPaymentGateway.
-
paymentGatewayAccountId
public PaymentGatewayAccount paymentGatewayAccountId(String paymentGatewayAccountId)
paymentGatewayAccountId.- Returns:
- PaymentGatewayAccount
-
getPaymentGatewayAccountId
public String getPaymentGatewayAccountId()
.- Returns:
- paymentGatewayAccountId
-
setPaymentGatewayAccountId
public void setPaymentGatewayAccountId(String paymentGatewayAccountId)
setPaymentGatewayAccountId.
-
paymentGatewayDisplayName
public PaymentGatewayAccount paymentGatewayDisplayName(String paymentGatewayDisplayName)
paymentGatewayDisplayName.- Returns:
- PaymentGatewayAccount
-
getPaymentGatewayDisplayName
public String getPaymentGatewayDisplayName()
.- Returns:
- paymentGatewayDisplayName
-
setPaymentGatewayDisplayName
public void setPaymentGatewayDisplayName(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(List<String> supportedCurrencies)
supportedCurrencies.- Returns:
- PaymentGatewayAccount
-
addSupportedCurrenciesItem
public PaymentGatewayAccount addSupportedCurrenciesItem(String supportedCurrenciesItem)
addSupportedCurrenciesItem.- Returns:
- PaymentGatewayAccount
-
setSupportedCurrencies
public void setSupportedCurrencies(List<String> supportedCurrencies)
setSupportedCurrencies.
-
supportedPaymentMethods
public PaymentGatewayAccount supportedPaymentMethods(List<String> supportedPaymentMethods)
supportedPaymentMethods.- Returns:
- PaymentGatewayAccount
-
addSupportedPaymentMethodsItem
public PaymentGatewayAccount addSupportedPaymentMethodsItem(String supportedPaymentMethodsItem)
addSupportedPaymentMethodsItem.- Returns:
- PaymentGatewayAccount
-
getSupportedPaymentMethods
public List<String> getSupportedPaymentMethods()
.- Returns:
- supportedPaymentMethods
-
setSupportedPaymentMethods
public void setSupportedPaymentMethods(List<String> supportedPaymentMethods)
setSupportedPaymentMethods.
-
supportedPaymentMethodsWithOptions
public PaymentGatewayAccount supportedPaymentMethodsWithOptions(List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)
supportedPaymentMethodsWithOptions.- Returns:
- PaymentGatewayAccount
-
addSupportedPaymentMethodsWithOptionsItem
public PaymentGatewayAccount addSupportedPaymentMethodsWithOptionsItem(PaymentMethodWithOptions supportedPaymentMethodsWithOptionsItem)
addSupportedPaymentMethodsWithOptionsItem.- Returns:
- PaymentGatewayAccount
-
getSupportedPaymentMethodsWithOptions
public List<PaymentMethodWithOptions> getSupportedPaymentMethodsWithOptions()
.- Returns:
- supportedPaymentMethodsWithOptions
-
setSupportedPaymentMethodsWithOptions
public void setSupportedPaymentMethodsWithOptions(List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)
setSupportedPaymentMethodsWithOptions.
-
zeroDecimalCurrencies
public PaymentGatewayAccount zeroDecimalCurrencies(List<String> zeroDecimalCurrencies)
zeroDecimalCurrencies.- Returns:
- PaymentGatewayAccount
-
addZeroDecimalCurrenciesItem
public PaymentGatewayAccount addZeroDecimalCurrenciesItem(String zeroDecimalCurrenciesItem)
addZeroDecimalCurrenciesItem.- Returns:
- PaymentGatewayAccount
-
getZeroDecimalCurrencies
public List<String> getZeroDecimalCurrencies()
.- Returns:
- zeroDecimalCurrencies
-
setZeroDecimalCurrencies
public void setZeroDecimalCurrencies(List<String> zeroDecimalCurrencies)
setZeroDecimalCurrencies.
-
equals
public boolean equals(Object o)
Compares objects.
-
-