Generated the following references: - `entities` - `inventory` - `js-client` - `pricing` - `product` - `services` - `stock-location` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
38 lines
413 B
Plaintext
38 lines
413 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"`
|