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

    Properties

    Properties

    address?: AddressParam

    The physical shipping address.

    name?: string

    The shipping recipient's name.

    phone?: string

    The shipping recipient's phone number.