# `DocuSign.Model.PaymentGatewayAccounts`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/payment_gateway_accounts.ex#L5)

Information about a connected payment gateway account.

# `t`

```elixir
@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
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
