Zync Job Status Checklist Product
data class ZyncJobStatusChecklistProduct(val image: String? = null, val name: String, val prefix: String? = null, val productId: String? = null, val productUid: String? = null, val quantity: Double? = null, val price: Double? = null, val uom: String? = null, val locationUid: String? = null, val locationName: String? = null, val productType: String? = null, val bundlePricingLevel: String? = null, val isBillable: Boolean? = null, val lineItemUid: String? = null, val associatedProducts: List<ZyncJobStatusAssociatedProduct>? = null)
Product information within checklist items.
Constructors
Link copied to clipboard
constructor(image: String? = null, name: String, prefix: String? = null, productId: String? = null, productUid: String? = null, quantity: Double? = null, price: Double? = null, uom: String? = null, locationUid: String? = null, locationName: String? = null, productType: String? = null, bundlePricingLevel: String? = null, isBillable: Boolean? = null, lineItemUid: String? = null, associatedProducts: List<ZyncJobStatusAssociatedProduct>? = null)
Properties
Link copied to clipboard
Associated products that come with this product
Link copied to clipboard
Bundle pricing level
Link copied to clipboard
Whether this product is billable
Link copied to clipboard
Line item UID associated with this product
Link copied to clipboard
Location name where the product is stored/used
Link copied to clipboard
Location UID where the product is stored/used
Link copied to clipboard
Type of the product
Link copied to clipboard
Product UID