CancelVirtualIbanEntryPayload
No description
union CancelVirtualIbanEntryPayload = CancelVirtualIbanEntrySuccessPayload | IbanEntryNotFoundRejection | AccountNotFoundRejection | BadAccountStatusRejection | InternalErrorRejection | ValidationRejection
Possible types
CancelVirtualIbanEntryPayload.CancelVirtualIbanEntrySuccessPayload object
CancelVirtualIbanEntryPayload.IbanEntryNotFoundRejection object
Rejection returned when the Iban Entry was not found
CancelVirtualIbanEntryPayload.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
CancelVirtualIbanEntryPayload.BadAccountStatusRejection object
Rejection returned if the status account is not valid
CancelVirtualIbanEntryPayload.InternalErrorRejection object
Rejection returned on unexpected server error
CancelVirtualIbanEntryPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
cancelVirtualIbanEntry mutation