ClientPoliciesDtoFeatureOptions

data class ClientPoliciesDtoFeatureOptions(val insights: ClientPoliciesDtoFeatureOptionsInsights? = null, val achievements: ClientPoliciesDtoFeatureOptionsInsights? = null, val outgoingEmail: ClientPoliciesDtoFeatureOptionsOutgoingEmail? = null, val metrics: ClientPoliciesDtoFeatureOptionsMetrics? = null, val camera: ClientPoliciesDtoFeatureOptionsCamera? = null, val showNotificationCenter: Boolean? = null, val enableOfflineSupport: Boolean? = null, val filters: ClientPoliciesDtoFeatureOptionsFilters? = null, val listingScreen: ClientPoliciesDtoFeatureOptionsListingScreen? = null, val issueReporting: ClientPoliciesDtoFeatureOptionsIssueReporting? = null, val showExpenseType: Boolean? = null, val showTips: Boolean? = null, val reminders: ClientPoliciesDtoFeatureOptionsReminders? = null, val showCategories: Boolean? = null, val showNotes: Boolean? = null, val showTags: Boolean? = null, val showFavorites: Boolean? = null, val showFolders: Boolean? = null, val exports: ClientPoliciesDtoFeatureOptionsExports? = null, val showUserManagement: Boolean? = null, val registration: ClientPoliciesDtoFeatureOptionsRegistration? = null, val showEditing: Boolean? = null, val showBarcodeDisplay: Boolean? = null, val showNavigation: Boolean? = null, val enableReceiptLinking: Boolean? = null, val enableEnhancedReceiptView: Boolean? = null, val receiptDisplayLevel: Int? = null, val enableEmailNotifications: Boolean? = null, val showForgotPassword: Boolean? = null, val branding: ClientPoliciesDtoFeatureOptionsBranding? = null)

Parameters

insights
achievements
outgoingEmail
metrics
camera
showNotificationCenter
enableOfflineSupport
filters
listingScreen
issueReporting
showExpenseType
showTips
reminders
showCategories
showNotes
showTags
showFavorites
showFolders
exports
showUserManagement
registration
showEditing
showBarcodeDisplay
showNavigation
enableReceiptLinking
enableEnhancedReceiptView
receiptDisplayLevel
enableEmailNotifications
showForgotPassword
branding

Constructors

Link copied to clipboard
constructor(insights: ClientPoliciesDtoFeatureOptionsInsights? = null, achievements: ClientPoliciesDtoFeatureOptionsInsights? = null, outgoingEmail: ClientPoliciesDtoFeatureOptionsOutgoingEmail? = null, metrics: ClientPoliciesDtoFeatureOptionsMetrics? = null, camera: ClientPoliciesDtoFeatureOptionsCamera? = null, showNotificationCenter: Boolean? = null, enableOfflineSupport: Boolean? = null, filters: ClientPoliciesDtoFeatureOptionsFilters? = null, listingScreen: ClientPoliciesDtoFeatureOptionsListingScreen? = null, issueReporting: ClientPoliciesDtoFeatureOptionsIssueReporting? = null, showExpenseType: Boolean? = null, showTips: Boolean? = null, reminders: ClientPoliciesDtoFeatureOptionsReminders? = null, showCategories: Boolean? = null, showNotes: Boolean? = null, showTags: Boolean? = null, showFavorites: Boolean? = null, showFolders: Boolean? = null, exports: ClientPoliciesDtoFeatureOptionsExports? = null, showUserManagement: Boolean? = null, registration: ClientPoliciesDtoFeatureOptionsRegistration? = null, showEditing: Boolean? = null, showBarcodeDisplay: Boolean? = null, showNavigation: Boolean? = null, enableReceiptLinking: Boolean? = null, enableEnhancedReceiptView: Boolean? = null, receiptDisplayLevel: Int? = null, enableEmailNotifications: Boolean? = null, showForgotPassword: Boolean? = null, branding: ClientPoliciesDtoFeatureOptionsBranding? = null)

Properties

Link copied to clipboard
@SerializedName(value = "achievements")
val achievements: ClientPoliciesDtoFeatureOptionsInsights? = null
Link copied to clipboard
@SerializedName(value = "branding")
val branding: ClientPoliciesDtoFeatureOptionsBranding? = null
Link copied to clipboard
@SerializedName(value = "camera")
val camera: ClientPoliciesDtoFeatureOptionsCamera? = null
Link copied to clipboard
@SerializedName(value = "enableEmailNotifications")
val enableEmailNotifications: Boolean? = null
Link copied to clipboard
@SerializedName(value = "enableEnhancedReceiptView")
val enableEnhancedReceiptView: Boolean? = null
Link copied to clipboard
@SerializedName(value = "enableOfflineSupport")
val enableOfflineSupport: Boolean? = null
Link copied to clipboard
@SerializedName(value = "enableReceiptLinking")
val enableReceiptLinking: Boolean? = null
Link copied to clipboard
@SerializedName(value = "exports")
val exports: ClientPoliciesDtoFeatureOptionsExports? = null
Link copied to clipboard
@SerializedName(value = "filters")
val filters: ClientPoliciesDtoFeatureOptionsFilters? = null
Link copied to clipboard
@SerializedName(value = "insights")
val insights: ClientPoliciesDtoFeatureOptionsInsights? = null
Link copied to clipboard
@SerializedName(value = "issueReporting")
val issueReporting: ClientPoliciesDtoFeatureOptionsIssueReporting? = null
Link copied to clipboard
@SerializedName(value = "listingScreen")
val listingScreen: ClientPoliciesDtoFeatureOptionsListingScreen? = null
Link copied to clipboard
@SerializedName(value = "metrics")
val metrics: ClientPoliciesDtoFeatureOptionsMetrics? = null
Link copied to clipboard
@SerializedName(value = "outgoingEmail")
val outgoingEmail: ClientPoliciesDtoFeatureOptionsOutgoingEmail? = null
Link copied to clipboard
@SerializedName(value = "receiptDisplayLevel")
val receiptDisplayLevel: Int? = null
Link copied to clipboard
@SerializedName(value = "registration")
val registration: ClientPoliciesDtoFeatureOptionsRegistration? = null
Link copied to clipboard
@SerializedName(value = "reminders")
val reminders: ClientPoliciesDtoFeatureOptionsReminders? = null
Link copied to clipboard
@SerializedName(value = "showBarcodeDisplay")
val showBarcodeDisplay: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showCategories")
val showCategories: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showEditing")
val showEditing: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showExpenseType")
val showExpenseType: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showFavorites")
val showFavorites: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showFolders")
val showFolders: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showForgotPassword")
val showForgotPassword: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showNavigation")
val showNavigation: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showNotes")
val showNotes: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showNotificationCenter")
val showNotificationCenter: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showTags")
val showTags: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showTips")
val showTips: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showUserManagement")
val showUserManagement: Boolean? = null