AddTrustedSepaBeneficiariesPayload
Add sepa trusted beneficiaries payload
union AddTrustedSepaBeneficiariesPayload = AddTrustedSepaBeneficiariesSuccessPayload | AccountNotFoundRejection | ValidationRejection | ForbiddenRejection
Possible types
AddTrustedSepaBeneficiariesPayload.AddTrustedSepaBeneficiariesSuccessPayload
object
Add SEPA trusted beneficiaries success payload
AddTrustedSepaBeneficiariesPayload.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
AddTrustedSepaBeneficiariesPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
AddTrustedSepaBeneficiariesPayload.ForbiddenRejection
object
Returned By
addTrustedSepaBeneficiaries
mutation