View Source DocuSign.Model.PaymentGatewayAccount (DocuSign v1.2.0)
This object contains details about a payment gateway account.
Summary
Types
@type t() :: %DocuSign.Model.PaymentGatewayAccount{ allowCustomMetadata: boolean() | nil, config: DocuSign.Model.PaymentGatewayAccountSetting.t() | nil, displayName: String.t() | nil, isEnabled: String.t() | nil, isLegacy: String.t() | nil, lastModified: String.t() | nil, payPalLegacySettings: DocuSign.Model.PayPalLegacySettings.t() | nil, paymentGateway: String.t() | nil, paymentGatewayAccountId: String.t() | nil, paymentGatewayDisplayName: String.t() | nil, supportedCurrencies: [String.t()] | nil, supportedPaymentMethods: [String.t()] | nil, supportedPaymentMethodsWithOptions: [DocuSign.Model.PaymentMethodWithOptions.t()] | nil, zeroDecimalCurrencies: [String.t()] | nil }