Skip to content

ClaimMdRejectionMessagesInfo

The reason why a ClaimMd rejection messages field is empty

Used By

Definition

"""
The reason why a ClaimMd rejection messages field is empty
"""
enum ClaimMdRejectionMessagesInfo {
CLAIM_MD_REJECTION_MESSAGES_NOT_AVAILABLE
@deprecated(
reason: "This value is no longer returned. The cms1500s-rejection-reason feature flag has been permanently enabled."
)
NO_RECENT_CLAIM_SUBMISSION
NOT_A_CLAIM_MD_CLAIM
NO_REJECTION_MESSAGES
}