* 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
50 lines
701 B
Plaintext
50 lines
701 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# PaymentCollectionStatus
|
|
|
|
The payment collection's status.
|
|
|
|
## Enumeration Members
|
|
|
|
### AUTHORIZED
|
|
|
|
**AUTHORIZED** = `"authorized"`
|
|
|
|
The payment colleciton is authorized.
|
|
|
|
___
|
|
|
|
### AWAITING
|
|
|
|
**AWAITING** = `"awaiting"`
|
|
|
|
The payment collection is awaiting payment.
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The payment collection is canceled.
|
|
|
|
___
|
|
|
|
### NOT\_PAID
|
|
|
|
**NOT\_PAID** = `"not_paid"`
|
|
|
|
The payment collection isn't paid.
|
|
|
|
___
|
|
|
|
### PARTIALLY\_AUTHORIZED
|
|
|
|
**PARTIALLY\_AUTHORIZED** = `"partially_authorized"`
|
|
|
|
Some of the payments in the payment collection are authorized.
|