Item constructor
Item({
- String? syncToken,
- ModificationMetaData? metaData,
- ReferenceType? classRef,
- String? id,
- String? description,
- ReferenceType? taxClassificationRef,
- double? unitPrice,
- String? type,
- String? name,
- bool? active,
- bool? taxable,
- String? source,
- int? level,
- ReferenceType? parentRef,
- String? fullyQualifiedName,
- double? abatementRate,
- ReferenceType? assetAccountRef,
- ReferenceType? expenseAccountRef,
- ReferenceType? incomeAccountRef,
- String? invStartDate,
- String? itemCategoryType,
- ReferenceType? prefVendorRef,
- double? purchaseCost,
- String? purchaseDesc,
- ReferenceType? purchaseTaxCodeRef,
- bool? purchaseTaxIncluded,
- double? qtyOnHand,
- double? reorderPoint,
- double? reverseChargeRate,
- ReferenceType? salesTaxCodeRef,
- bool? salesTaxIncluded,
- String? serviceType,
- String? sku,
- bool? subItem,
- bool? trackQtyOnHand,
- String? uQCDisplayText,
- String? uQCId,
Implementation
Item({
this.syncToken, this.metaData, this.classRef, this.id,
this.description, this.taxClassificationRef, this.unitPrice,
this.type, this.name, this.active, this.taxable,
this.source, this.level, this.parentRef, this.fullyQualifiedName,
this.abatementRate, this.assetAccountRef, this.expenseAccountRef,
this.incomeAccountRef, this.invStartDate, this.itemCategoryType,
this.prefVendorRef, this.purchaseCost, this.purchaseDesc,
this.purchaseTaxCodeRef, this.purchaseTaxIncluded, this.qtyOnHand,
this.reorderPoint, this.reverseChargeRate, this.salesTaxCodeRef,
this.salesTaxIncluded, this.serviceType, this.sku,
this.subItem, this.trackQtyOnHand, this.uQCDisplayText,
this.uQCId
});