DSTextCustomField

data class DSTextCustomField(fieldId: Long, name: String, value: String, required: Boolean?, show: Boolean?)

This class provides text custom field information

Parameters

fieldId

ID used to specify a custom field

name

Name of the custom field

value

Value of the custom field

show

Flag that shows

Constructors

Link copied to clipboard
fun DSTextCustomField(fieldId: Long, name: String, value: String, required: Boolean?, show: Boolean?)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val fieldId: Long
Link copied to clipboard
val name: String
Link copied to clipboard
val required: Boolean?
Link copied to clipboard
val show: Boolean?
Link copied to clipboard
val value: String