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

    Properties

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

    The account tax IDs associated with the subscription schedule. Will be set on invoices generated by 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.