Encryption Preferences Response
    data class EncryptionPreferencesResponse(val doubleEncryption: String? = null, val hardwareEncryption: String? = null)
Preferences related to the Encryption.
Constructors
Link copied to clipboard
                fun EncryptionPreferencesResponse(doubleEncryption: String? = null, hardwareEncryption: String? = null)