UsageThe ItemOptionValue object is only meaningful in the context of an ItemOption object, which in turn is only meaningful in the context of an LmsItemObject. Identifying FieldsThe following three fields together uniquely identify an ItemOptionValue object. ItemIdThe item to which this option belongs. OptionNumberThe ID of the option. This must be unique for a given ItemId. ValueIdThe ID of the value corresponding to the above OptionNumber. This must be unique for a given OptionNumber and ItemId. FieldsValuesA collection of value strings for the value localized in various languages. They key is the language and the value is the localized string. DescriptionsA collection of description strings. The key is the language code and the value is the description localized in that language. PriceThe price of the value given by that option. TaxCodeA string representing what tax to apply to the Price. |