Mayson Monorepo Documentation
    Preparing search index...
    interface ShippingDetails {
        address: Stripe.Address;
        name: string;
        phone: string;
    }
    Index

    Properties

    Properties

    address: Stripe.Address

    A representation of a physical address.

    name: string

    The shipping recipient's name.

    phone: string

    The shipping recipient's phone number.