* 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
38 lines
408 B
Plaintext
38 lines
408 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
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"`
|