title: TransactionState
type: string
enum:
  - RECEIVED
  - PENDING
  - COMPLETED
  - REJECTED
description: |-
  Below are the allowed values for the enumeration.
  - RECEIVED - Payee FSP has received the transaction from the Payer FSP.
  - PENDING - Payee FSP has validated the transaction.
  - COMPLETED - Payee FSP has successfully performed the transaction.
  - REJECTED - Payee FSP has failed to perform the transaction.
example: 'RECEIVED'
