Mayson Monorepo Documentation
    Preparing search index...
    interface ShippingOption {
        shipping_amount: number;
        shipping_rate: string | Stripe.ShippingRate;
    }
    Index

    Properties

    shipping_amount: number

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

    shipping_rate: string | Stripe.ShippingRate

    The shipping rate.