Skip to main content
Skip to main content

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.

Was this section helpful?