ReturnTransactionRejection
Rejection returned if the refund is not applicable for this transaction
type ReturnTransactionRejection implements Rejection {
message: String!
}
Fields
ReturnTransactionRejection.message
● String!
non-null scalar
Interfaces
Rejection
interface
Implemented By
ReturnTransactionPayload
union