50 lines
559 B
Plaintext
50 lines
559 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# PaymentStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### AWAITING
|
|
|
|
**AWAITING** = ``"awaiting"``
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = ``"canceled"``
|
|
|
|
___
|
|
|
|
### CAPTURED
|
|
|
|
**CAPTURED** = ``"captured"``
|
|
|
|
___
|
|
|
|
### NOT\_PAID
|
|
|
|
**NOT\_PAID** = ``"not_paid"``
|
|
|
|
___
|
|
|
|
### PARTIALLY\_REFUNDED
|
|
|
|
**PARTIALLY\_REFUNDED** = ``"partially_refunded"``
|
|
|
|
___
|
|
|
|
### REFUNDED
|
|
|
|
**REFUNDED** = ``"refunded"``
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
**REQUIRES\_ACTION** = ``"requires_action"``
|