Class: CheckoutResponse

CheckoutResponse

Class for Checkout Response model

new CheckoutResponse(id, customerNumber, cartId, billingAddress, shippingAddress, delivery, couponDetails, payment)

Parameters:
Name Type Description
id String the response id.
customerNumber String the customer number.
cartId String the id of the cart id.
billingAddress Address the billing address.
shippingAddress Address the shipping address.
delivery CheckoutDelivery the delivery type.
couponDetails CheckoutCouponDetails the coupon details.
payment Payment the payment selection.