Stripe.Resources.Tax.Association.TaxTransactionAttempts (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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
}
  • committed
  • errored
  • source - 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 be errored or committed. Max length: 5000.