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

This object contains information about a payment method that the gateway accepts and the payment options that are compatible with it.

# `t`

```elixir
@type t() :: %DocuSign.Model.PaymentMethodWithOptions{
  supportedCurrencies: [String.t()] | nil,
  supportedOptions: [String.t()] | nil,
  type: String.t() | nil
}
```

---

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