Mayson Monorepo Documentation
    Preparing search index...
    interface InvoiceSettings {
        account_tax_ids?: Emptyable<string[]>;
        issuer?: Stripe.SubscriptionUpdateParams.InvoiceSettings.Issuer;
    }
    Index

    Properties

    account_tax_ids?: Emptyable<string[]>

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

    The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.