Stripe.Resources.Tax.Association.TaxTransactionAttempts
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Tax.Association.TaxTransactionAttempts{ committed: Stripe.Resources.Tax.Association.TaxTransactionAttempts.Committed.t() | nil, errored: Stripe.Resources.Tax.Association.TaxTransactionAttempts.Errored.t() | nil, source: String.t() | nil, status: String.t() | nil }
committederroredsource- The source of the tax transaction attempt. This is either a refund or a payment intent. Max length: 5000.status- The status of the transaction attempt. This can beerroredorcommitted. Max length: 5000.