* 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
34 lines
467 B
Plaintext
34 lines
467 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# ClaimPaymentStatus
|
|
|
|
The claim's payment status
|
|
|
|
## Enumeration Members
|
|
|
|
### NA
|
|
|
|
**NA** = `"na"`
|
|
|
|
The payment status isn't set, which is typically used when the claim's type is `replace`.
|
|
|
|
___
|
|
|
|
### NOT\_REFUNDED
|
|
|
|
**NOT\_REFUNDED** = `"not_refunded"`
|
|
|
|
The payment isn't refunded.
|
|
|
|
___
|
|
|
|
### REFUNDED
|
|
|
|
**REFUNDED** = `"refunded"`
|
|
|
|
The payment is refunded.
|