View Source Stripe.Tax.Association (stripity_stripe v3.3.1)
A Tax Association exposes the Tax Transactions that Stripe attempted to create on your behalf based on the PaymentIntent input
Summary
Functions
Finds a tax association object by PaymentIntent id.
Types
@type t() :: %Stripe.Tax.Association{ calculation: binary(), id: binary(), object: binary(), payment_intent: binary(), tax_transaction_attempts: term() | nil }
The tax.association type.
calculationThe Tax Calculation that was included in PaymentIntent.idUnique identifier for the object.objectString representing the object's type. Objects of the same type share the same value.payment_intentThe PaymentIntent that this Tax Association is tracking.tax_transaction_attemptsInformation about the tax transactions linked to this payment intent