IkasProductOption
id
stringproductOptionSetId
stringname
stringorder
numberRefer to the IkasProductOptionType reference.
selectSettings
IkasProductOptionSelectSettings | nullRefer to the IkasProductOptionSelectSettings reference.
textSettings
IkasProductOptionTextSettings | nullRefer to the IkasProductOptionTextSettings reference.
fileSettings
IkasProductOptionFileSettings | nullRefer to the IkasProductOptionFileSettings reference.
dateSettings
IkasProductOptionDateSettings | nullRefer to the IkasProductOptionDateSettings reference.
price
number | nullotherPrices
IkasProductOptionOtherPrice[] | nullRefer to the IkasProductOptionOtherPrice reference.
isOptional
booleanoptionalText
string | nullrequiredOptionId
string | nullrequiredOptionValueIds
string[] | nulldisplayedChildOptions
IkasProductOption[]Refer to the IkasProductOption reference.
productOptionFileUpload
functionfunction productOptionFileUpload(files: File[]): Promise<string[]>
files
:
File[]
hasValidValues
booleanvalues
string[]childOptions
IkasProductOption[]Refer to the IkasProductOption reference.
childOptions
setterfunction childOptions(options: IkasProductOption[]): IkasProductOption[]
options
:
IkasProductOption[]