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

    Properties

    Properties

    address: AddressParam

    Shipping address

    name: string

    Recipient name.

    phone?: string

    Recipient phone (including extension)