Mayson Monorepo Documentation
    Preparing search index...
    interface FixedAmount {
        amount: number;
        currency: string;
        currency_options?: {
            [key: string]: Stripe.ShippingRateCreateParams.FixedAmount.CurrencyOptions;
        };
    }
    Index

    Properties

    amount: number

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

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    currency_options?: {
        [key: string]: Stripe.ShippingRateCreateParams.FixedAmount.CurrencyOptions;
    }

    Shipping rates defined in each available currency option. Each key must be a three-letter ISO currency code and a supported currency.