Mayson Monorepo Documentation
    Preparing search index...
    interface TaxTransactionAttempt {
        committed?: Committed;
        errored?: Stripe.Tax.Association.TaxTransactionAttempt.Errored;
        source: string;
        status: string;
    }
    Index

    Properties

    committed?: Committed
    source: string

    The source of the tax transaction attempt. This is either a refund or a payment intent.

    status: string

    The status of the transaction attempt. This can be errored or committed.