PaymentStatusEnum
This enumerated type defines the status values for a buyer's payment for an order.
Types that use PaymentStatusEnum:
Calls that use one or more values of PaymentStatusEnum:
Enumeration Values
| Value | Description |
| MARK_AS_PAID | This enumeration value indicates that the seller marked the payment status of the order as paid. |
| NOT_PAID | This enumeration value indicates that the payment status of the order is unpaid. |
| ONLINE_PAID | This enumeration value indicates that the payment status of the order is paid. |
| PAYPAL_PAID | THIS ENUMERATION VALUE IS DEPRECATED. |
| UNKNOWN | This enumeration value indicates that the payment status of the order cannot be determined. |