Mayson Monorepo Documentation
    Preparing search index...
    interface InvoiceSettings {
        days_until_due: number;
        issuer: Stripe.Quote.InvoiceSettings.Issuer;
    }
    Index

    Properties

    days_until_due: number

    Number of days within which a customer must pay invoices generated by this quote. This value will be null for quotes where collection_method=charge_automatically.