CheckoutRequest constructor
const
CheckoutRequest({})
Implementation
const CheckoutRequest({
required this.cartId,
this.billingAddress,
this.shippingAddress,
this.shippingMethodId,
this.paymentMethodId,
this.customerNote,
this.couponCodes,
super.extensions,
});