ReceivedDirectDebitMandateAlreadyExistRejection
Rejection returned if the received direct debit mandate already exist
type ReceivedDirectDebitMandateAlreadyExistRejection implements Rejection {
id: String!
message: String!
}
Rejection returned if the received direct debit mandate already exist
type ReceivedDirectDebitMandateAlreadyExistRejection implements Rejection {
id: String!
message: String!
}
ReceivedDirectDebitMandateAlreadyExistRejection.id
● String!
non-null scalarReceivedDirectDebitMandateAlreadyExistRejection.message
● String!
non-null scalarRejection
interface