CartAddressType
Address types used in shopping cart operations
enum CartAddressType {
INVOICE
DELIVERY
}
Values
CartAddressType.INVOICE
Billing address where the invoice should be sent
CartAddressType.DELIVERY
Shipping address where the order should be delivered
Member Of
CartUpdateAddressInput
input