View Source ExOAPI.Stripe.Schemas.SepaDebitGeneratedFrom (exoapi_stripe v0.1.4)
:charge :: ExOAPI.Stripe.Schemas.Charge | :string
The ID of the Charge that generated this PaymentMethod, if any.
:setup_attempt :: ExOAPI.Stripe.Schemas.SetupAttempt | :string
The ID of the SetupAttempt that generated this PaymentMethod, if any.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SepaDebitGeneratedFrom{
charge: ExOAPI.EctoTypes.AnyOf.t() | nil,
setup_attempt: ExOAPI.EctoTypes.AnyOf.t() | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()