public class PaymentGatewayAccount extends Object
| Constructor and Description |
|---|
PaymentGatewayAccount() |
public PaymentGatewayAccount allowCustomMetadata(Boolean allowCustomMetadata)
public Boolean getAllowCustomMetadata()
public void setAllowCustomMetadata(Boolean allowCustomMetadata)
public PaymentGatewayAccount config(PaymentGatewayAccountSetting config)
public PaymentGatewayAccountSetting getConfig()
public void setConfig(PaymentGatewayAccountSetting config)
public PaymentGatewayAccount displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public PaymentGatewayAccount isEnabled(String isEnabled)
public String getIsEnabled()
public void setIsEnabled(String isEnabled)
public PaymentGatewayAccount isLegacy(String isLegacy)
public String getIsLegacy()
public void setIsLegacy(String isLegacy)
public PaymentGatewayAccount lastModified(String lastModified)
public String getLastModified()
public void setLastModified(String lastModified)
public PaymentGatewayAccount paymentGateway(String paymentGateway)
public String getPaymentGateway()
public void setPaymentGateway(String paymentGateway)
public PaymentGatewayAccount paymentGatewayAccountId(String paymentGatewayAccountId)
public String getPaymentGatewayAccountId()
public void setPaymentGatewayAccountId(String paymentGatewayAccountId)
public PaymentGatewayAccount paymentGatewayDisplayName(String paymentGatewayDisplayName)
public String getPaymentGatewayDisplayName()
public void setPaymentGatewayDisplayName(String paymentGatewayDisplayName)
public PaymentGatewayAccount payPalLegacySettings(PayPalLegacySettings payPalLegacySettings)
public PayPalLegacySettings getPayPalLegacySettings()
public void setPayPalLegacySettings(PayPalLegacySettings payPalLegacySettings)
public PaymentGatewayAccount supportedCurrencies(List<String> supportedCurrencies)
public PaymentGatewayAccount addSupportedCurrenciesItem(String supportedCurrenciesItem)
public PaymentGatewayAccount supportedPaymentMethods(List<String> supportedPaymentMethods)
public PaymentGatewayAccount addSupportedPaymentMethodsItem(String supportedPaymentMethodsItem)
public List<String> getSupportedPaymentMethods()
public void setSupportedPaymentMethods(List<String> supportedPaymentMethods)
public PaymentGatewayAccount supportedPaymentMethodsWithOptions(List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)
public PaymentGatewayAccount addSupportedPaymentMethodsWithOptionsItem(PaymentMethodWithOptions supportedPaymentMethodsWithOptionsItem)
public List<PaymentMethodWithOptions> getSupportedPaymentMethodsWithOptions()
public void setSupportedPaymentMethodsWithOptions(List<PaymentMethodWithOptions> supportedPaymentMethodsWithOptions)
Copyright © 2020. All rights reserved.