AddTrustedInternationalBeneficiaryPayload
Add international trusted beneficiary payload
union AddTrustedInternationalBeneficiaryPayload = AddTrustedInternationalBeneficiarySuccessPayload | ForbiddenRejection | AccountNotFoundRejection | ValidationRejection | InternalErrorRejection
Possible types
AddTrustedInternationalBeneficiaryPayload.AddTrustedInternationalBeneficiarySuccessPayload
object
Add international trusted beneficiary success payload
AddTrustedInternationalBeneficiaryPayload.ForbiddenRejection
object
AddTrustedInternationalBeneficiaryPayload.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
AddTrustedInternationalBeneficiaryPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
AddTrustedInternationalBeneficiaryPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
Returned By
addTrustedInternationalBeneficiary
mutation