RefundRejection
Rejection returned if the transaction status is not correct for the desired action
type RefundRejection implements Rejection {
message: String!
code: RefundRejectionCode!
}
Fields
RefundRejection.message ● String! non-null scalar
RefundRejection.code ● RefundRejectionCode! non-null enum
Interfaces
Rejection interface
Implemented By
RefundPayload union