| Name | Type | Description | Notes |
|---|---|---|---|
| phoneNumber | String | The user's phone number. | [optional] |
| String | The user's email address. | [optional] | |
| emailConfirmed | Boolean | Indicates if the user's email address has been confirmed. | [optional] |
| preventFromUsingCards | Boolean | Indicates if the user is prevented from using cards. | [optional] |
| isUserPhoneNumberBlocked | Boolean | Indicates if the user's phone number is blocked. | [optional] |
| userWhiteLabels | List<UserWhiteLabelInfo> | List of white label information associated with the user. | [optional] |
| userId | Integer | The unique identifier for the user. | [optional] |
| userName | String | The user's username. | [optional] |
| customerName | String | The customer's name. | [optional] |
| hasLoggedIn | Boolean | Indicates if the user has logged in. | [optional] |
| disableAppRatingControl | Boolean | Indicates if the app rating control is disabled for the user. | [optional] |
| globallyOptedOut | Boolean | Indicates if the user has globally opted out. | [optional] |
| completedOrderCount | Integer | The number of completed orders by the user. | [optional] |
| cancelledOrderCount | Integer | The number of cancelled orders by the user. | [optional] |
| orderTotalValue | Double | The total value of orders placed by the user. | [optional] |
| tsMostRecentOrder | OffsetDateTime | The timestamp of the user's most recent order. | [optional] |
| tsFirstOrder | OffsetDateTime | The timestamp of the user's first order. | [optional] |
| isRestaurantUser | Boolean | Indicates if the user is a restaurant user. | [optional] |
| installs | List<AppInstall> | List of app installs associated with the user. | [optional] |
| deliveryLocations | List<DeliveryLocation> | List of delivery locations associated with the user. | [optional] |
| paymentAccounts | List<PaymentAccount> | List of payment accounts associated with the user. | [optional] |
| languageId | String | The language identifier for the user. | [optional] |
| currentLanguageName | String | Current language name for the user. | [optional] |
| languages | List<Language> | Available languages that the user can choose from. | [optional] |
| salesForceContactId | String | The Salesforce contact ID for the user. | [optional] |
| stripeCustomerId | String | The Stripe customer ID for the user. | [optional] |
| userMonthlyCommissions | List<UserMonthlyCommission> | User's monthly commissions. | [optional] |