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

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

Summary

Types

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