Stripe.Resources.PaymentMethod.SepaDebit.GeneratedFrom
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentMethod.SepaDebit.GeneratedFrom{ charge: String.t() | Stripe.Resources.Charge.t() | nil, setup_attempt: String.t() | Stripe.Resources.SetupAttempt.t() | nil }
charge- The ID of the Charge that generated this PaymentMethod, if any. Nullable.setup_attempt- The ID of the SetupAttempt that generated this PaymentMethod, if any. Nullable.