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

::default_for :: :string

:interval_description :: :string

Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.

:payment_schedule :: :string

Payment schedule for the mandate.

:transaction_type :: :string

Transaction type of the mandate.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.MandateAcssDebit{
  default_for: [String.t()] | nil,
  interval_description: String.t() | nil,
  payment_schedule: (:sporadic | :interval | :combined) | nil,
  transaction_type: (:personal | :business) | nil
}

Link to this section Functions

Link to this function

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

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