Mayson Monorepo Documentation
    Preparing search index...
    interface CurrencyOptions {
        amount: number;
        tax_behavior?: Stripe.ShippingRateCreateParams.FixedAmount.CurrencyOptions.TaxBehavior;
    }
    Index

    Properties

    amount: number

    A non-negative integer in cents representing how much to charge.

    Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of inclusive, exclusive, or unspecified.