ClaimMetadata
No description
type ClaimMetadata {
claimId: ID!
claimSubmittedAt: DateString!
merchantName: String!
status: ClaimForReimbursementStatus!
}
Fields
ClaimMetadata.claimId ● ID! non-null scalar
The public ID of the Claim
ClaimMetadata.claimSubmittedAt ● DateString! non-null scalar
The date the claim was submitted
ClaimMetadata.merchantName ● String! non-null scalar
The name of the merchant associated with the transaction
ClaimMetadata.status ● ClaimForReimbursementStatus! non-null enum
The status of the Claim