View Source ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCustomerBalance (exoapi_stripe v0.1.4)

:bank_transfer :: ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCustomerBalanceBankTransfer

:funding_type :: :string

The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: bank_transfer.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCustomerBalance{
  bank_transfer:
    ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCustomerBalanceBankTransfer.t()
    | nil,
  funding_type: :bank_transfer | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()