Mayson Monorepo Documentation
    Preparing search index...
    interface PretaxCreditAmount {
        amount: number;
        credit_balance_transaction?:
            | string
            | Stripe.Billing.CreditBalanceTransaction;
        discount?: string
        | Stripe.Discount
        | Stripe.DeletedDiscount;
        type: Stripe.InvoiceLineItem.PretaxCreditAmount.Type;
    }
    Index

    Properties

    amount: number

    The amount, in cents (or local equivalent), of the pretax credit amount.

    credit_balance_transaction?: string | Stripe.Billing.CreditBalanceTransaction

    The credit balance transaction that was applied to get this pretax credit amount.

    discount?: string | Stripe.Discount | Stripe.DeletedDiscount

    The discount that was applied to get this pretax credit amount.

    Type of the pretax credit amount referenced.