Zync Job Status Associated Product
data class ZyncJobStatusAssociatedProduct(val lineItemUid: String? = null, val productUid: String? = null, val productId: String? = null, val name: String, val prefix: String? = null, val quantity: Double? = null, val image: String? = null, val uom: String? = null, val price: Double? = null, val locationUid: String? = null, val locationName: String? = null, val productType: String? = null, val isBillable: Boolean? = null)
Associated product that comes with a main product.
Constructors
Link copied to clipboard
constructor(lineItemUid: String? = null, productUid: String? = null, productId: String? = null, name: String, prefix: String? = null, quantity: Double? = null, image: String? = null, uom: String? = null, price: Double? = null, locationUid: String? = null, locationName: String? = null, productType: String? = null, isBillable: Boolean? = null)