The customer's shipping contact details and postal address.

interface ShippingAddress {
    name?: string;
    address: Checkout.Address;
}

Properties

Properties

name?: string

The recipient's name.

address: Checkout.Address

The shipping address.