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

    Properties

    days_until_due?: number

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

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