Skip to content

TAdditionalFields object

TAdditionalFields is an object that represents additional fields available currently in a basket and consists of the following fields:

  • selectFields: SelectField[]
  • descriptionFields: DescriptionField[]
  • inputFields: InputField[]
  • fileFields: FileField[]
  • hiddenFields: HiddenField[]
  • checkboxFields: CheckboxField[]

SelectField

Represents the SelectField object.

DescriptionField

Represents the DescriptionField object.

InputField

Represents the InputField object.

FileField

Represents the FileField object.

HiddenField

Represents the HiddenField object.

CheckboxField

Represents the CheckboxField object.