Uses the Component:CashPriceInclusionType
Description of an amount for items included in vehicle cash price.
Table 6.107. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CashPriceInclusionDesc |
Description of item included in the vehicle cash price. | 1..* | Field | udt:TextType | |
| CashPriceInclusionAmount |
Amount for item included in the vehicle cash price. | 1..1 | Field | udt:AmountType | |
| CashPriceInclusionTypeCode |
Identifies whether or not the cash price is the base or total. | 0..1 | Field | scl:CashPriceInclusionTypeEnumeratedType | |
| CashPriceInclusionDetail |
Further description of the item defined in the cash price inclusion category. | 0..1 | 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.107. CashPriceInclusion
<CashPriceInclusion>
<CashPriceInclusionDesc>......</CashPriceInclusionDesc> [1..*]
<CashPriceInclusionAmount>......</CashPriceInclusionAmount> [1..1]
<CashPriceInclusionTypeCode>......</CashPriceInclusionTypeCode> [0..1]
<CashPriceInclusionDetail>......</CashPriceInclusionDetail> [0..1]
</CashPriceInclusion>