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

:creditor_id :: :string

SEPA creditor identifier that identifies the company making the payment.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.AccountSepaDebitPaymentsSettings{
  creditor_id: String.t() | nil
}

Link to this section Functions

Link to this function

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

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