PaymentStatusEnum
This enum type defines the current status of 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 | The order is marked as paid by the buyer through a method other than PayPal. |
NOT_PAID | The order has not been paid. |
ONLINE_PAID | The order was paid for by the buyer via an online payment transaction. |
PAYPAL_PAID | The order was paid by the buyer through PayPal. |
UNKNOWN | The status of the buyer's payment is undetermined. |