Skip to main content

ClaimForReimbursementAdministrativeView

Represents a claim a consumer has made for reimbursement against a benefit offering in the view of the Benefit Admin

type ClaimForReimbursementAdministrativeView {
amount: DecimalString!
amountForDisplay: String!
claimStatusUpdatedAt: DateTimeString
date: DateString! @deprecated
dateOfClaimSubmission: DateTimeString!
dateOfClaimTransaction: DateString!
denialReason: OfferingClaimsDenialReasonType
denialReasonComment: String
evidence(page: PageInput): ClaimForReimbursementEvidence!
id: ID!
merchant: String!
notes(page: PageInput): ClaimForReimbursementNotes!
offering: BenefitsOffering
organizationName: String
status: ClaimForReimbursementStatus!
user: ClaimForReimbursementUser!
}

Fields

ClaimForReimbursementAdministrativeView.amount ● DecimalString! non-null scalar

The amount of the claim

ClaimForReimbursementAdministrativeView.amountForDisplay ● String! non-null scalar

The dollar amount of the claim

ClaimForReimbursementAdministrativeView.claimStatusUpdatedAt ● DateTimeString scalar

The date when a claim status has been updated, optional

ClaimForReimbursementAdministrativeView.date ● DateString! deprecated non-null scalar

DEPRECATED: Use dateOfClaimTransaction instead

The date this benefit was used

ClaimForReimbursementAdministrativeView.dateOfClaimSubmission ● DateTimeString! non-null scalar

The date this claim was submitted

ClaimForReimbursementAdministrativeView.dateOfClaimTransaction ● DateString! non-null scalar

The date the transaction that this claim references occurred

ClaimForReimbursementAdministrativeView.denialReason ● OfferingClaimsDenialReasonType enum

If claim is denied, the reason for denying the claim

ClaimForReimbursementAdministrativeView.denialReasonComment ● String scalar

If claim is denied, additional comments pertaining to why the claim is denied

ClaimForReimbursementAdministrativeView.evidence ● ClaimForReimbursementEvidence! non-null object

Evidence for this claim (e.g. receipts, statements, etc.)

ClaimForReimbursementAdministrativeView.evidence.page ● PageInput input

If specified, describes the page of evidence to return

ClaimForReimbursementAdministrativeView.id ● ID! non-null scalar

The unique ID for this claim

ClaimForReimbursementAdministrativeView.merchant ● String! non-null scalar

The name of the merchant associated with this claim

ClaimForReimbursementAdministrativeView.notes ● ClaimForReimbursementNotes! non-null object

Notes containing additional information about the claim

ClaimForReimbursementAdministrativeView.notes.page ● PageInput input

If specified, describes the page of notes to return

ClaimForReimbursementAdministrativeView.offering ● BenefitsOffering object

The offering associated with this claim

ClaimForReimbursementAdministrativeView.organizationName ● String scalar

The organization to which the user belonged at the time of submission

ClaimForReimbursementAdministrativeView.status ● ClaimForReimbursementStatus! non-null enum

The status of this claim

ClaimForReimbursementAdministrativeView.user ● ClaimForReimbursementUser! non-null object

The user associated with the claim