SwapPaymentStatus
The swap's payment status.
Enumeration Members
NOT_PAID
NOT_PAID = "not_paid"
The swap's additional payment isn't paid.
AWAITING
AWAITING = "awaiting"
The swap is additional awaiting payment.
CAPTURED
CAPTURED = "captured"
The swap's additional payment is captured.
CONFIRMED
CONFIRMED = "confirmed"
The swap's additional payment is confirmed.
CANCELED
CANCELED = "canceled"
The swap's additional payment is canceled.
DIFFERENCE_REFUNDED
DIFFERENCE_REFUNDED = "difference_refunded"
The negative difference amount between the returned item(s) and the new one(s) has been refuneded.
PARTIALLY_REFUNDED
PARTIALLY_REFUNDED = "partially_refunded"
Some of the negative difference amount between the returned item(s) and the new one(s) has been refuneded.
REFUNDED
REFUNDED = "refunded"
The amount in the associated order has been refunded.
REQUIRES_ACTION
REQUIRES_ACTION = "requires_action"
The swap's payment requires an action.