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

    Properties

    account_tax_ids?: Emptyable<string[]>

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

    days_until_due?: number

    Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be null for subscription schedules where billing=charge_automatically.

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