Tax Calculation that was included in PaymentIntent. * @property string $payment_intent The PaymentIntent that this Tax Association is tracking. * @property null|(object{committed?: (object{transaction: string}&\Stripe\StripeObject), errored?: (object{reason: string}&\Stripe\StripeObject), source: string, status: string}&\Stripe\StripeObject)[] $tax_transaction_attempts Information about the tax transactions linked to this payment intent */ class Association extends \Stripe\ApiResource { const OBJECT_NAME = 'tax.association'; }