ClientPoliciesDtoAllowedFeatures
data class ClientPoliciesDtoAllowedFeatures(val clientCanDisableUser: Boolean? = null, val clientCanRetrieveUserData: Boolean? = null, val clientCanDestroyUsers: Boolean? = null, val enhancedReceiptView: Boolean? = null, val editing: Boolean? = null, val userManagement: Boolean? = null, val navigation: Boolean? = null, val registration: Boolean? = null, val noReceiptAccount: Boolean? = null, val nonEmailUsernames: Boolean? = null, val merchantLogo: Boolean? = null, val merchantColor: Boolean? = null, val menuViewAll: Boolean? = null, val forgotPassword: Boolean? = null, val feedback: Boolean? = null, val enableExportEmails: Boolean? = null, val emailNotifications: Boolean? = null, val advertiseEmailForwarding: Boolean? = null)
Parameters
clientCanDisableUser
clientCanRetrieveUserData
clientCanDestroyUsers
enhancedReceiptView
editing
userManagement
navigation
registration
noReceiptAccount
nonEmailUsernames
merchantLogo
merchantColor
menuViewAll
forgotPassword
feedback
enableExportEmails
emailNotifications
advertiseEmailForwarding
Constructors
Link copied to clipboard
constructor(clientCanDisableUser: Boolean? = null, clientCanRetrieveUserData: Boolean? = null, clientCanDestroyUsers: Boolean? = null, enhancedReceiptView: Boolean? = null, editing: Boolean? = null, userManagement: Boolean? = null, navigation: Boolean? = null, registration: Boolean? = null, noReceiptAccount: Boolean? = null, nonEmailUsernames: Boolean? = null, merchantLogo: Boolean? = null, merchantColor: Boolean? = null, menuViewAll: Boolean? = null, forgotPassword: Boolean? = null, feedback: Boolean? = null, enableExportEmails: Boolean? = null, emailNotifications: Boolean? = null, advertiseEmailForwarding: Boolean? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard