View Source DocuSign.Model.PaymentMethodWithOptions (DocuSign v1.1.0)

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

Link to this section Summary

Link to this section Types

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