Class: CreateCheckoutRequest

CreateCheckoutRequest

Class for Checkout Request model

new CreateCheckoutRequest(id, billingAddressId, billingAddress, shippingAddressId, shippingAddress, delivery, coupons)

Parameters:
Name Type Description
id String the cart id.
billingAddressId String the id of the billing address.
billingAddress Address the billing address.
shippingAddressId String the id of the shipping address.
shippingAddress Address the shipping address.
delivery DeliveryRequest the desired delivery type.
coupons String a coupon.