Zync Product Detail
data class ZyncProductDetail(val productUid: String, val productName: String, val productId: String?, val prefix: String?, val productDescription: String?, val productImage: String?, val productBarCode: String?, val productType: ZyncProductType, val brand: String?, val specification: String?, val price: Double?, val purchasePrice: Double?, val currency: String?, val hasCustomTax: Boolean, val tax: ZyncLineItemCustomTax?, val isBillable: Boolean, val quantity: Double, val minQuantity: Double, val uom: String?, val isAvailable: Boolean, val pricingLevel: String?, val markup: ZyncProductMarkup?, val attachments: List<ZyncAttachment>, val bundleItems: List<ZyncProductBundleItem>, val locationItems: List<ZyncProductLocationAvailability>, val category: ZyncProductCategory?, val createdAt: String?, val updatedAt: String?, val isDeleted: Boolean, val customFields: List<ZyncFormField>)
Simplified domain model representing a Product in the Zuper system. Used for basic product operations and synchronization.
Constructors
Link copied to clipboard
constructor(productUid: String, productName: String, productId: String?, prefix: String?, productDescription: String?, productImage: String?, productBarCode: String?, productType: ZyncProductType, brand: String?, specification: String?, price: Double?, purchasePrice: Double?, currency: String?, hasCustomTax: Boolean, tax: ZyncLineItemCustomTax?, isBillable: Boolean, quantity: Double, minQuantity: Double, uom: String?, isAvailable: Boolean, pricingLevel: String?, markup: ZyncProductMarkup?, attachments: List<ZyncAttachment>, bundleItems: List<ZyncProductBundleItem>, locationItems: List<ZyncProductLocationAvailability>, category: ZyncProductCategory?, createdAt: String?, updatedAt: String?, isDeleted: Boolean, customFields: List<ZyncFormField>)
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