MerchantPaymentNotCancellableRejection
No description
type MerchantPaymentNotCancellableRejection implements Rejection {
id: String!
message: String!
}
No description
type MerchantPaymentNotCancellableRejection implements Rejection {
id: String!
message: String!
}
MerchantPaymentNotCancellableRejection.id
● String!
non-null scalarMerchantPaymentNotCancellableRejection.message
● String!
non-null scalarRejection
interface