SumRowDetail
Type, Introduced in version 22.4
Used to provide details for order rows of type sum.
Used by the following types:
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
NoOfRowsToInclude | Int32 | Number of rows before this row to include in the sum row.
|
|
Price | Decimal? | The price in the currency of the order of all rows connected to this sum row.
|
|
Discount | Decimal? | The discount of all rows connected to this sum row.
|
Introduced in version 24.7 |
Example
{
"NoOfRowsToInclude": 0,
"Price": null,
"Discount": null
}