Skip to main content

An enumerated type for the values that represent the payment status for a line item.

Type that uses LineItemPaymentStatusEnum

OrderLineItem

Call that uses LineItemPaymentStatusEnum

Enumerations

Value
Description
PAID
Indicates the buyer has paid for this line item.
PENDING
Indicates the buyer's payment is expected or is being processed for this line item.
FAILED
Indicates that processing the payment failed for this line item.
NOT_PAID
Indicates the buyer has not paid for this line item.