PaymentMandateMandateNotFoundRejection
Error returned if the payment mandate was not found
type PaymentMandateMandateNotFoundRejection implements Rejection {
id: String!
message: String!
}
Error returned if the payment mandate was not found
type PaymentMandateMandateNotFoundRejection implements Rejection {
id: String!
message: String!
}
PaymentMandateMandateNotFoundRejection.id
● String!
non-null scalarPaymentMandateMandateNotFoundRejection.message
● String!
non-null scalarRejection
interface