TransactionNotFoundRejection
Rejection returned if the transaction was not found
type TransactionNotFoundRejection implements Rejection {
transactionId: ID!
message: String!
}
Fields
TransactionNotFoundRejection.transactionId ● ID! non-null scalar
TransactionNotFoundRejection.message ● String! non-null scalar
Interfaces
Rejection interface
Implemented By
GenerateTransactionStatementPayload union ● GenerateTransactionSupportingDocumentUploadUrlPayload union ● ReturnTransactionPayload union