38 lines
418 B
Plaintext
38 lines
418 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# PaymentSessionStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### AUTHORIZED
|
|
|
|
**AUTHORIZED** = ``"authorized"``
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = ``"canceled"``
|
|
|
|
___
|
|
|
|
### ERROR
|
|
|
|
**ERROR** = ``"error"``
|
|
|
|
___
|
|
|
|
### PENDING
|
|
|
|
**PENDING** = ``"pending"``
|
|
|
|
___
|
|
|
|
### REQUIRES\_MORE
|
|
|
|
**REQUIRES\_MORE** = ``"requires_more"``
|