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.
Table 6.73. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
DealerProductsTypeCode |
Describes the type of product | 0..1 | Field | sqdt:DealerProductsTypeCodeType | |
DealerProductsAmount |
The amount to be paid for the product. | 0..1 | Field | udt:AmountType | |
DealerProductsPaidFor |
Describes whom the fee is to be for | 0..1 | Field | udt:TextType | |
DealerProductsPaidTo |
Describes whom the fee is to be to | 0..1 | Field | udt:TextType | |
DealerProductsCapitalizedIndicator |
Indicates whether the item is capitalized or not capitalized if part of an lease | 0..1 | Field | udt:IndicatorType | |
PreferredProviderIndicator |
Indicates whether the provider is a preferred provider. | 0..1 | Field | udt:IndicatorType |
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.73. 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>