StaggeredPrice
Type, Introduced in version 2.18
Represents a staggered price.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the staggered price. |
|
PartId | Int64 | The business key identifier of the part that the staggered price belongs to. References |
|
Price | Decimal | The price value of the staggered price. |
|
LowerBoundaryQuantity | Decimal | The lower quantity boundary of the staggered price. |
|
FuturePrice | Decimal? | The coming future price of the staggered price. |
Example
{
"Id": 0,
"PartId": 0,
"Price": 0.0,
"LowerBoundaryQuantity": 0.0,
"FuturePrice": null
}