Skip to main content

UpdateAccountMembershipPayload

No description

union UpdateAccountMembershipPayload = AccountMembershipCannotBeUpdatedRejection | AccountMembershipNotFoundRejection | AccountMembershipNotReadyToBeUpdatedRejection | AccountNotFoundRejection | ForbiddenRejection | InternalErrorRejection | InvalidPhoneNumberRejection | LegalRepresentativeEmailCannotBeUpdatedRejection | LegalRepresentativePermissionsCannotBeUpdatedRejection | MissingBirthDateRejection | MissingPhoneNumberRestrictionRejection | PermissionCannotBeGrantedRejection | UpdateAccountMembershipSuccessPayload | UserNotAllowedToManageAccountMembershipRejection | ValidationRejection

Possible types

UpdateAccountMembershipPayload.AccountMembershipCannotBeUpdatedRejection object

UpdateAccountMembershipPayload.AccountMembershipNotFoundRejection object

UpdateAccountMembershipPayload.AccountMembershipNotReadyToBeUpdatedRejection object

UpdateAccountMembershipPayload.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

UpdateAccountMembershipPayload.ForbiddenRejection object

UpdateAccountMembershipPayload.InternalErrorRejection object

Rejection returned on unexpected server error

UpdateAccountMembershipPayload.InvalidPhoneNumberRejection object

Rejection returned if phone number is not well formatted

UpdateAccountMembershipPayload.LegalRepresentativeEmailCannotBeUpdatedRejection object

UpdateAccountMembershipPayload.LegalRepresentativePermissionsCannotBeUpdatedRejection object

UpdateAccountMembershipPayload.MissingBirthDateRejection object

UpdateAccountMembershipPayload.MissingPhoneNumberRestrictionRejection object

Rejection returned when the phone number is missing and the account membership has advanced permissions

UpdateAccountMembershipPayload.PermissionCannotBeGrantedRejection object

UpdateAccountMembershipPayload.UpdateAccountMembershipSuccessPayload object

UpdateAccountMembershipPayload.UserNotAllowedToManageAccountMembershipRejection object

Rejection returned if a identity does not have enough permission to manage account membership

UpdateAccountMembershipPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned By

updateAccountMembership mutation