UpdateAccountSettingsPayload
No description
union UpdateAccountSettingsPayload = UpdateAccountSettingsSuccess | UpdateAccountSettingsConsentPending | InternalErrorRejection | ForbiddenRejection | ValidationRejection | AccountNotFoundRejection | AccountHolderNotFoundRejection | AccountMembershipNotFoundRejection | AccountMembershipNotEligibleRejection | AccountMembershipStatusNotEligibleRejection | AccountTypeNotEligibleRejection | AccountHolderTypeNotEligibleRejection
Possible types
UpdateAccountSettingsPayload.UpdateAccountSettingsSuccess object
UpdateAccountSettingsPayload.UpdateAccountSettingsConsentPending object
UpdateAccountSettingsPayload.InternalErrorRejection object
Rejection returned on unexpected server error
UpdateAccountSettingsPayload.ForbiddenRejection object
UpdateAccountSettingsPayload.ValidationRejection object
Rejection returned if an input contains invalid data
UpdateAccountSettingsPayload.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
UpdateAccountSettingsPayload.AccountHolderNotFoundRejection object
Rejection returned when the Account Holder was not found
UpdateAccountSettingsPayload.AccountMembershipNotFoundRejection object
UpdateAccountSettingsPayload.AccountMembershipNotEligibleRejection object
UpdateAccountSettingsPayload.AccountMembershipStatusNotEligibleRejection object
UpdateAccountSettingsPayload.AccountTypeNotEligibleRejection object
UpdateAccountSettingsPayload.AccountHolderTypeNotEligibleRejection object
Returned By
updateAccountSettings mutation