Stripe.Resources.SourceMandateNotification.SepaDebit
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.SourceMandateNotification.SepaDebit{ creditor_identifier: String.t() | nil, last4: String.t() | nil, mandate_reference: String.t() | nil }
creditor_identifier- SEPA creditor ID. Max length: 5000.last4- Last 4 digits of the account number associated with the debit. Max length: 5000.mandate_reference- Mandate reference associated with the debit. Max length: 5000.