Stripe.Resources.SourceTransaction.AchCreditTransfer
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.SourceTransaction.AchCreditTransfer{ customer_data: String.t() | nil, fingerprint: String.t() | nil, last4: String.t() | nil, routing_number: String.t() | nil }
customer_data- Customer data associated with the transfer. Max length: 5000.fingerprint- Bank account fingerprint associated with the transfer. Max length: 5000.last4- Last 4 digits of the account number associated with the transfer. Max length: 5000.routing_number- Routing number associated with the transfer. Max length: 5000.