Skip to main content

UpdateAccountSettingsPayload

No description

union UpdateAccountSettingsPayload = UpdateAccountSettingsSuccess | UpdateAccountSettingsConsentPending | InternalErrorRejection | ForbiddenRejection | ValidationRejection | AccountNotFoundRejection | AccountHolderNotFoundRejection | AccountMembershipNotFoundRejection | 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.AccountTypeNotEligibleRejection object

UpdateAccountSettingsPayload.AccountHolderTypeNotEligibleRejection object

Returned By

updateAccountSettings mutation