CheckoutType
Indicates the type of checkout
enum CheckoutType {
CUSTOMER
DEVICE
}
Values
CheckoutType.CUSTOMER
Indicates that the checkout is for a logged in customer
CheckoutType.DEVICE
Indicates this checkout is anonymous and tied to a device
Member of
Checkout
object