c6dff873de
* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# SwapPaymentStatus
|
|
|
|
The swap's payment status.
|
|
|
|
## Enumeration Members
|
|
|
|
### AWAITING
|
|
|
|
**AWAITING** = `"awaiting"`
|
|
|
|
The swap is additional awaiting payment.
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The swap's additional payment is canceled.
|
|
|
|
___
|
|
|
|
### CAPTURED
|
|
|
|
**CAPTURED** = `"captured"`
|
|
|
|
The swap's additional payment is captured.
|
|
|
|
___
|
|
|
|
### CONFIRMED
|
|
|
|
**CONFIRMED** = `"confirmed"`
|
|
|
|
The swap's additional payment is confirmed.
|
|
|
|
___
|
|
|
|
### DIFFERENCE\_REFUNDED
|
|
|
|
**DIFFERENCE\_REFUNDED** = `"difference_refunded"`
|
|
|
|
The negative difference amount between the returned item(s) and the new one(s) has been refuneded.
|
|
|
|
___
|
|
|
|
### NOT\_PAID
|
|
|
|
**NOT\_PAID** = `"not_paid"`
|
|
|
|
The swap's additional payment isn't paid.
|
|
|
|
___
|
|
|
|
### 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.
|