Mayson Monorepo Documentation
    Preparing search index...
    interface InvoiceSettings {
        account_tax_ids: (string | Stripe.TaxId | DeletedTaxId)[];
        issuer: Stripe.Subscription.InvoiceSettings.Issuer;
    }
    Index

    Properties

    account_tax_ids: (string | Stripe.TaxId | DeletedTaxId)[]

    The account tax IDs associated with the subscription. Will be set on invoices generated by the subscription.