Uses the Component:FinancingSubtotalsType
A component that represents various subtotals that are calculated.
Table 6.111. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| SubtotalAmount |
Total amount of line items extended. This is the economic value of the lineitem. | 0..1 | Field | udt:AmountType | |
| SubtotalTypeCode |
An enumerated list of available financing subtotals related to the subtotal amount. | 0..1 | Field | sqdt:SubtotalTypeCodeType | |
| SubtotalDescription |
A textual description for a subtotal. | 0..* | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.111. FinancingSubtotals
<FinancingSubtotals>
<SubtotalAmount>......</SubtotalAmount> [0..1]
<SubtotalTypeCode>......</SubtotalTypeCode> [0..1]
<SubtotalDescription>......</SubtotalDescription> [0..*]
</FinancingSubtotals>