EnableReceivedDirectDebitMandatePayload
Union type return by the enableReceivedDirectDebitMandate mutation
union EnableReceivedDirectDebitMandatePayload = EnableReceivedDirectDebitMandateSuccessPayload | ReceivedDirectDebitMandateNotFoundRejection | ReceivedDirectDebitMandateCanceledRejection | ForbiddenRejection
Possible types
EnableReceivedDirectDebitMandatePayload.EnableReceivedDirectDebitMandateSuccessPayload
object
Return type in case of a successful response of the enableReceivedDirectDebitMandate mutation
EnableReceivedDirectDebitMandatePayload.ReceivedDirectDebitMandateNotFoundRejection
object
Error returned if the received direct debit mandate was not found or if the user does not have the rights to receive information abo ut the existence of the received direct debit mandate
EnableReceivedDirectDebitMandatePayload.ReceivedDirectDebitMandateCanceledRejection
object
Received direct debit mandate is canceled and therefore can't be enabled/suspended or updated
EnableReceivedDirectDebitMandatePayload.ForbiddenRejection
object
Returned By
enableReceivedDirectDebitMandate
mutation