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

    Properties

    Properties

    address: AddressParam

    Customer shipping address.

    name: string

    Customer name.

    phone?: string

    Customer phone (including extension).