Mayson Monorepo Documentation
    Preparing search index...
    interface Upfront {
        amount_subtotal: number;
        amount_total: number;
        line_items?: ApiList<Stripe.LineItem>;
        total_details: Stripe.Quote.Computed.Upfront.TotalDetails;
    }
    Index

    Properties

    amount_subtotal: number

    Total before any discounts or taxes are applied.

    amount_total: number

    Total after discounts and taxes are applied.

    line_items?: ApiList<Stripe.LineItem>

    The line items that will appear on the next invoice after this quote is accepted. This does not include pending invoice items that exist on the customer but may still be included in the next invoice.