30 lines
457 B
Plaintext
30 lines
457 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
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.
|