ZyncPriceList

data class ZyncPriceList(val priceListUid: String, val priceListName: String, val priceListType: ZyncPriceListType, val value: Double, val valueType: ZyncPriceListValueType, val isActive: Boolean, val isDeleted: Boolean)

Domain model representing a price list. Contains pricing information that can be applied to products and services.

Constructors

Link copied to clipboard
constructor(priceListUid: String, priceListName: String, priceListType: ZyncPriceListType, value: Double, valueType: ZyncPriceListValueType, isActive: Boolean, isDeleted: 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