| Name | Description | Type | Additional Information |
|---|---|---|---|
| SalesOrderDiscountGUID |
The globally unique identifier that represents this Sales Order Discount record |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
| LineItem |
A counter used to keep the discount records in the same order that they were added |
integer |
Required |
| DiscountName |
The name of the Sales Order Discount record |
string |
Max length: 50 |
| Quantity |
The calculated quantity of the discount from the line items on the Sales Order |
decimal number |
Max of 3 decimal places |
| Total |
The calculated total dollars from the calculated Quantity and Rate that was set |
decimal number |
Max of 2 decimal places |
| Manual |
The amount of additional dollars included in the Discount (Not part of the Total) |
decimal number |
Max of 2 decimal places |
| Rate |
The Percentage Rate or Dollar Amount to Calculate the Discount |
decimal number |
Max of 2 decimal places |
| DiscountType |
The enumeration for the type of Discount calculation. Valid Options are: 0 = "Percent", and 1 = "Unit Dollars" |
EnumDiscountType |
Required |
| DiscountTypeAsString |
A convenience property displaying the string value for the DiscountType enumeration. Valid Options are: "Percent" and "Unit Dollars" |
string |
Required |
| SalesOrderDiscountKey |
The Agvance ID of the Sales Order Discount assigned to this record |
integer |
Required |