Member |
Type |
Description |
Amount |
Decimal |
|
AmountWithTax |
Decimal |
Amount with tax. |
BookingStartDate |
DateTime? |
|
BookingStopDate |
DateTime? |
|
CombinedAmount |
Decimal |
Combined amount includes sum of component part amounts in child sales order details. |
CombinedAmountWithTax |
Decimal |
Combined amount with tax. |
CombinedDiscountAmount |
Decimal |
Combined discount includes sum of component part discounts in child sales order details. |
CombinedPrice |
Decimal |
Combined price includes sum of component part prices in child sales order details. |
CombinedTotalAmount |
Decimal |
Combined total amount includes sum of component parts total amounts in child sales order details. |
CombinedTotalAmountWithTax |
Decimal |
Combined total amount includes sum of component parts total amounts in child sales order details. |
DiscountAmount |
Decimal |
|
DynamicFormResult |
Dictionary<string, List<string>> |
Results from custom form fields. |
FormattedBookingStartDate |
String |
Text representation of booking start date. |
FormattedBookingStopDate |
String |
Text representation of booking stop date. |
FormattedCombinedAmount |
String |
Text representation of combined amount in current culture and currency. |
FormattedCombinedDiscountAmount |
String |
Text representation of combined discount amount in current culture and currency. |
FormattedCombinedPrice |
String |
Text representation of combined price in current culture and currency. |
FormattedCombinedTotalAmount |
String |
Text representation of combined total amount in current culture and currency. |
FormattedDiscountAmount |
String |
Text representation of discount amount in current culture and currency. |
FormattedPrice |
String |
Text representation of price in current culture and currency. |
ParentSalesOrderDetailID |
Integer? |
Parent sales order detail database object identifier if this is a component part belonging to a bundled product. |
PartQuantity |
Integer |
|
Price |
Decimal |
|
ProductName |
String |
|
ProductVariant |
ProductVariantModel |
|
ProductVariantID |
Integer |
Product variant database object identifier. |
ProductVariantName |
String |
|
Quantity |
Integer |
|
SalesOrderDetailID |
Integer |
Database object identifier. |
ShippingStatus |
ShippingStatusType |
|
ShippingStatusName |
String |
|
Status |
SalesOrderDetailStatusType |
|
StatusName |
String |
|
TotalTaxAmount |
Decimal |
|