View Source DocuSign.Model.PaymentGatewayAccounts (DocuSign v1.2.0)

Information about a connected payment gateway account.

Summary

Types

@type t() :: %DocuSign.Model.PaymentGatewayAccounts{
  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
}