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

:acss_debit :: ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsAcssDebit

This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.

:bancontact :: ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsBancontact

This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.

:card :: ExOAPI.Stripe.Schemas.SubscriptionPaymentMethodOptionsCard

This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.

:customer_balance :: ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsCustomerBalance

This sub-hash contains details about the Bank transfer payment method options to pass to invoices created by the subscription.

:konbini :: :map

This sub-hash contains details about the Konbini payment method options to pass to invoices created by the subscription.

:us_bank_account :: ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsUsBankAccount

This sub-hash contains details about the ACH direct debit payment method options to pass to invoices created by the subscription.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SubscriptionsResourcePaymentMethodOptions{
  acss_debit: ExOAPI.EctoTypes.AnyOf.t() | nil,
  bancontact: ExOAPI.EctoTypes.AnyOf.t() | nil,
  card: ExOAPI.EctoTypes.AnyOf.t() | nil,
  customer_balance: ExOAPI.EctoTypes.AnyOf.t() | nil,
  konbini: ExOAPI.EctoTypes.AnyOf.t() | nil,
  us_bank_account: ExOAPI.EctoTypes.AnyOf.t() | nil
}

Link to this section Functions

Link to this function

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

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