DocuSign.Model.PaymentMethodWithOptions (DocuSign v2.0.0)

View Source

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

Summary

Types

t()

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

Functions

decode(value)