Enum Catalog.PriceConfigurationType
Represents a price configuration for a catalog, which means price types that can be defined inside catalog tables.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Catalog.PriceConfigurationType
Fields
Name | Description |
---|---|
PurchaseAndSellingPrices | Catalog contains both purchase and selling prices. |
PurchasePrices | Catalog contains purchase prices but not selling pricess. |
SellingPrices | Catalog contains selling prices but not purchase prices. |