DynamicSchemaField

data class DynamicSchemaField(val name: String, val displayName: String, val uiType: DynamicSchemaFieldUIType?, val type: DynamicSchemaFieldType?, val hidden: Boolean, val candidates: List<DynamicSchemaFieldCandidate>?, val validations: DynamicSchemaFieldValidation?) : AirwallexModel, Parcelable

Constructors

Link copied to clipboard
constructor(name: String, displayName: String, uiType: DynamicSchemaFieldUIType?, type: DynamicSchemaFieldType?, hidden: Boolean, candidates: List<DynamicSchemaFieldCandidate>?, validations: DynamicSchemaFieldValidation?)

Properties

Link copied to clipboard

Validations of schema field

Link copied to clipboard

Display name of schema field

Link copied to clipboard

If need to hide

Link copied to clipboard

Name of schema field

Link copied to clipboard

The type of schema field

Link copied to clipboard

UI type of schema field, include text, email, phone, list, logo_list

Link copied to clipboard

Validations of schema field

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)