SubmitClaimForReimbursementDetails
Represents the details of a consumer's claim
input SubmitClaimForReimbursementDetails {
amount: PositiveFloat!
date: DateString!
description: String!
evidence: [StorageReferenceInput!]!
linkedBankAccountId: ID!
merchantName: String!
}
Fields
SubmitClaimForReimbursementDetails.amount
● PositiveFloat!
non-null scalar
The amount the claim is being made for.
SubmitClaimForReimbursementDetails.date
● DateString!
non-null scalar
The date when the transaction was made.
SubmitClaimForReimbursementDetails.description
● String!
non-null scalar
The description of the claim being submitted.
SubmitClaimForReimbursementDetails.evidence
● [StorageReferenceInput!]!
non-null input
Evidence uploaded to back up this claim.
SubmitClaimForReimbursementDetails.linkedBankAccountId
● ID!
non-null scalar
The account ID from the linked account where we will send the reimbursement
SubmitClaimForReimbursementDetails.merchantName
● String!
non-null scalar
The name of the merchant where the transaction was made.