CheckoutStatusCodeType ( token )
Enumerated type that lists the possible checkout states of an order line item.
Type that uses CheckoutStatusCodeType:
Calls that use one or more values of CheckoutStatusCodeType:
Enumeration Values
Value | Description |
BuyerRequestsTotal | This value indicates that the buyer wants to confirm the total price of the order line item before making a payment. |
CheckoutComplete | This value indicates that the buyer has paid and checkout is complete. |
CheckoutIncomplete | This value indicates that checkout is incomplete, generally because the buyer has not paid yet. |
CustomCode | Reserved for future use. |
SellerResponded | This value indicates that the seller has just responded to the buyer concerning the total price of the order line item. |