Stripe.Resources.Tax.Association.TaxTransactionAttempts.Errored (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.Errored{
  reason: String.t() | nil
}
  • reason - Details on why we couldn't commit the tax transaction. Possible values: another_payment_associated_with_calculation, calculation_expired, currency_mismatch, original_transaction_voided, unique_reference_violation.