# Cyclos411Api.DataForMobileUser

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**autoCompleteResults** | **Number** | Number of search results for user autocomplete component | [optional] 
**hideUsersSearchMenu** | **Boolean** | Indicates if the user search menu should be hidden. | [optional] 
**auth** | [**Auth**](Auth.md) | The authenticated user | [optional] 
**nameOfUser** | **String** | The name of the current user (if any) | [optional] 
**mobileHelp** | [**UIElementWithContent**](UIElementWithContent.md) | The help content for mobile mode | [optional] 
**posHelp** | [**UIElementWithContent**](UIElementWithContent.md) | The help content for mobile mode | [optional] 
**mapBrowserApiKey** | **String** | The Google Maps browser API key | [optional] 
**pages** | [**[MobilePage]**](MobilePage.md) | The visible mobile pages | [optional] 
**operations** | [**[Operation]**](Operation.md) | The custom operations the user can run | [optional] 
**canReceiveFromNfcTag** | **Boolean** | Indicates whether there is at least one NFC tag the user can use to receive payments  | [optional] 
**personalizeOtherUsers** | **Boolean** | Indicates if the current user can personalize NFC tags for other users (as member) | [optional] 
**mobileCameraOnPayment** | **Boolean** | Indicates whether the scan QR code option should be displayed for payments           | [optional] 
**principalsAllowingQRCode** | [**[Principal]**](Principal.md) | Indicates the possible principals which are allowed to be used in QR code generation | [optional] 
**shoppingCartWebShopCount** | **Number** | The total number of webshop ads present in the shopping cart | [optional] 
**notificationsStatus** | [**NotificationsStatus**](NotificationsStatus.md) | Status of user notifications, like new received or unread notifications | [optional] 
**allowedOperations** | [**[MobileOperationEnum]**](MobileOperationEnum.md) | The possible operations the mobile application can perform Possibles values for each array element are: * acceptTicket: Accepts a generated QR code for performing a payment * activateNfcDevice: Activate the phone as NFC device * assignPos: Assign an access client for POS mode * boughtVouchers: View bought vouchers * buyVoucher: Buy a voucher * createTicket: Generate a QR Code for receive payment * deactivateNfcDevice: Deactivate the phone as NFC device * formatNfc: Format NFC tags * initializeNfc: Initialize NFC tags * makeSystemPayment: Perform payments to system * makeUserPayment: Perform payments to other users * manageContacts: Manage own contacts * manageOperators: Manage own/user operators * managePasswords: Manage passwords * mapDirectory: View the user directory (map) * paymentRequests: Search and view payment requests * personalizeNfc: Personalize NFC tags  * personalizeNfcSelf: Personalize NFC tags for the logged user or its operators * purchases: Search and view purchased webshops * readNfc: Read NFC tags * receivePayment: Receive payments from other users * redeemVoucher: Redeem vouchers * registerUsersAsManager: Register other users as user manager * registerUsersAsMember: Register other users as member or operator * sendPaymentRequestToSystem: Send payment requests to system * sendPaymentRequestToUser: Send payment requests to users * unassignPos: Unassign the current access client from POS mode * usersSearch: Search other users * viewAccountInformation: View own accounts * viewAdvertisements: Search and view advertisements and webshop * viewRedeemed: View redeemed vouchers * viewUserProfile: View the profile of other users  | [optional] 


