Skip to main content

AddReceivedSepaDirectDebitB2bMandatePayload

Union type return by the addReceivedSepaDirectDebitB2bMandate mutation

union AddReceivedSepaDirectDebitB2bMandatePayload = AddReceivedSepaDirectDebitB2bMandateSuccessPayload | ForbiddenRejection | AccountNotFoundRejection | AccountHolderTypeIndividualRejection | ValidationRejection

Possible types​

AddReceivedSepaDirectDebitB2bMandatePayload.AddReceivedSepaDirectDebitB2bMandateSuccessPayload object​

Return type in case of a successful response of the addReceivedSepaDirectDebitB2bMandate mutation

AddReceivedSepaDirectDebitB2bMandatePayload.ForbiddenRejection object​

AddReceivedSepaDirectDebitB2bMandatePayload.AccountNotFoundRejection object​

Rejection returned if the account was not found or if the user does not have the rights to know that the card exists

AddReceivedSepaDirectDebitB2bMandatePayload.AccountHolderTypeIndividualRejection object​

Rejection returned if the account holder type is individual. An individual account holder can't create a b2b received direct debit mandate.

AddReceivedSepaDirectDebitB2bMandatePayload.ValidationRejection object​

Rejection returned if an input contains invalid data

Returned By​

addReceivedSepaDirectDebitB2bMandate mutation