ZyncProduct

data class ZyncProduct(val productUid: String, val productName: String, val productId: String?, val prefix: String?, val productDescription: String?, val productImage: String?, val productType: ZyncProductType, val brand: String?, val specification: String?, val locations: List<ZyncProductLocationAvailability>?, val quantity: Double, val minQuantity: Double, val price: Double?, val purchasePrice: Double?, val uom: String?, val currency: String?, val isAvailable: Boolean, val bundlePricingLevel: ZyncBundlePricingLevel, val bundleItems: List<ZyncProductBundleItem>, val tax: ZyncLineItemCustomTax?, val markup: ZyncProductMarkup?, val productCategory: ZyncProductCategory?, val isBillable: Boolean)

Constructors

Link copied to clipboard
constructor(productUid: String, productName: String, productId: String?, prefix: String?, productDescription: String?, productImage: String?, productType: ZyncProductType, brand: String?, specification: String?, locations: List<ZyncProductLocationAvailability>?, quantity: Double, minQuantity: Double, price: Double?, purchasePrice: Double?, uom: String?, currency: String?, isAvailable: Boolean, bundlePricingLevel: ZyncBundlePricingLevel, bundleItems: List<ZyncProductBundleItem>, tax: ZyncLineItemCustomTax?, markup: ZyncProductMarkup?, productCategory: ZyncProductCategory?, isBillable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uom: String?