DealerProducts

Uses the Component:DealerProductsType

Additional products and/or agreements added and/or sold by the dealer. Non-Residualized items that are included in either total cash price, gross capitalized cost, or paid up front.

Fields and Components

Table 6.55. Fields and Components

Name Description Occurrence Type Data Type User Notes
DealerProductsTypeCode

Describes the type of product

0..1Field sqdt:DealerProductsTypeCodeType  
DealerProductsAmount

The amount to be paid for the product.

0..1Field udt:AmountType  
DealerProductsPaidFor

Describes whom the fee is to be for

0..1Field udt:TextType  
DealerProductsPaidTo

Describes whom the fee is to be to

0..1Field udt:TextType  
DealerProductsCapitalizedIndicator

Indicates whether the item is capitalized or not capitalized if part of an lease

0..1Field udt:IndicatorType  
PreferredProviderIndicator

Indicates whether the provider is a preferred provider.

0..1Field udt:IndicatorType  

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.55. DealerProducts

<DealerProducts>
     <DealerProductsTypeCode>......</DealerProductsTypeCode>     [0..1]
     <DealerProductsAmount>......</DealerProductsAmount>     [0..1]
     <DealerProductsPaidFor>......</DealerProductsPaidFor>     [0..1]
     <DealerProductsPaidTo>......</DealerProductsPaidTo>     [0..1]
     <DealerProductsCapitalizedIndicator>......</DealerProductsCapitalizedIndicator>     [0..1]
     <PreferredProviderIndicator>......</PreferredProviderIndicator>     [0..1]
</DealerProducts>