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

    Properties

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

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