CashPriceInclusion

Uses the Component:CashPriceInclusionType

Description of an amount for items included in vehicle cash price.

Fields and Components

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..1Field udt:AmountType  
CashPriceInclusionTypeCode

Identifies whether or not the cash price is the base or total.

0..1Field scl:CashPriceInclusionTypeEnumeratedType  
CashPriceInclusionDetail

Further description of the item defined in the cash price inclusion category.

0..1Field udt:TextType  

Sample XML

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>