An enumerated type for the values that represent the payment status for a line item.
Type that uses LineItemPaymentStatusEnum
Call that uses LineItemPaymentStatusEnum
Enumerations
PAID
This enumeration value indicates that the buyer has paid for this line item.
PENDING
This enumeration value indicates that the buyer's payment is expected or is being processed for this line item.
FAILED
This enumeration value indicates that payment processing failed for this line item.
NOT_PAID
This enumeration value indicates that the buyer has not paid for this line item.