ClientPoliciesDtoFeatureOptionsCamera

data class ClientPoliciesDtoFeatureOptionsCamera(    val frontendAutomaticCaptureTimeout: Int? = null,     val showLongReceiptCapture: Boolean? = null,     val frontendCameraCaptureDefault: String? = null,     val showAutomaticCapture: Boolean? = null)

Parameters

frontendAutomaticCaptureTimeout
showLongReceiptCapture
frontendCameraCaptureDefault
showAutomaticCapture

Constructors

Link copied to clipboard
constructor(    frontendAutomaticCaptureTimeout: Int? = null,     showLongReceiptCapture: Boolean? = null,     frontendCameraCaptureDefault: String? = null,     showAutomaticCapture: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "frontendAutomaticCaptureTimeout")
val frontendAutomaticCaptureTimeout: Int? = null
Link copied to clipboard
@SerializedName(value = "frontendCameraCaptureDefault")
val frontendCameraCaptureDefault: String? = null
Link copied to clipboard
@SerializedName(value = "showAutomaticCapture")
val showAutomaticCapture: Boolean? = null
Link copied to clipboard
@SerializedName(value = "showLongReceiptCapture")
val showLongReceiptCapture: Boolean? = null