PriceType
No description
enum PriceType {
SALES
PURCHASE
LOWEST_HISTORIC_PRICE
}
Values
PriceType.SALES
A regular sales price for the item. This is the normal price used when selling the item. It must have a from date, and an optional to date. Sales prices can be scheduled into the future. A from date in the future indicates a future sales price.