ZyncProduct

constructor(productUid: String, productName: String, productId: String? = null, prefix: String? = null, productDescription: String? = null, productImage: String? = null, productBarCode: String? = null, productType: String, brand: String? = null, specification: String? = null, price: Double? = null, purchasePrice: Double? = null, currency: String? = null, hasCustomTax: Boolean = false, tax: ZyncLineItemCustomTax? = null, isBillable: Boolean = true, quantity: Double = 0.0, minQuantity: Double = 0.0, uom: String? = null, isAvailable: Boolean = true, pricingLevel: String? = null, markupValue: Double? = null, markupType: String? = null, attachments: List<ZyncAttachment> = emptyList(), bundleItems: List<ZyncProductBundleItem> = emptyList(), locationItems: List<ZyncProductLocationItem> = emptyList(), category: ZyncProductCategory? = null, createdAt: String? = null, updatedAt: String? = null, isDeleted: Boolean = false, customFields: List<ZyncFormField> = emptyList())