ZyncJobStatusChecklistProduct

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
val image: String? = null

Product image URL

Link copied to clipboard
val isBillable: Boolean? = null

Whether this product is billable

Link copied to clipboard
val lineItemUid: String? = null

Line item UID associated with this product

Link copied to clipboard
val locationName: String? = null

Location name where the product is stored/used

Link copied to clipboard
val locationUid: String? = null

Location UID where the product is stored/used

Link copied to clipboard

Product name

Link copied to clipboard
val prefix: String? = null

Product prefix

Link copied to clipboard
val price: Double? = null

Price of the product

Link copied to clipboard
val productId: String? = null

Product ID

Link copied to clipboard
val productType: String? = null

Type of the product

Link copied to clipboard
val productUid: String? = null

Product UID

Link copied to clipboard
val quantity: Double? = null

Quantity of the product

Link copied to clipboard
val uom: String? = null

Unit of measurement