CreditContractWarranty

Uses the Component:CreditContractWarrantyType

The CreditContractWarranty component represents vehicle warranty information for the vehicle associated with the contract.

Fields and Components

Table 6.104. Fields and Components

Name Description Occurrence Type Data Type User Notes
TermMeasure

The Term Compound represents information about the number of months in the contract term.

0..1Field sqdt:TimeMeasureType  
ContractCompanyName

Warranty contract company name.

0..1Field udt:NameType  
ContractDeductibleAmount

Amount of contract deductible.

0..1Field udt:AmountType  
FinancedIndicator

Indicates whether the warranty is being financed through the retail credit contract or capitalized for lease.

0..1Field udt:IndicatorType  
InsideCarrierTypeIndicator

Indicates whether the warranty is provided by the finance source (inside) or an outside company.

0..1Field udt:IndicatorType  
WarrantyTypeCode

A code used to classify into coverage categories.

0..1Field udt:CodeType  
ContractTermDistanceMeasure

The ContractTermMileage Compound represents the odometer mileage allowed under terms of the warranty.

0..1Field sqdt:LengthMeasureType  

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.104. CreditContractWarranty

<CreditContractWarranty>
     <TermMeasure>......</TermMeasure>     [0..1]
     <ContractCompanyName>......</ContractCompanyName>     [0..1]
     <ContractDeductibleAmount>......</ContractDeductibleAmount>     [0..1]
     <FinancedIndicator>......</FinancedIndicator>     [0..1]
     <InsideCarrierTypeIndicator>......</InsideCarrierTypeIndicator>     [0..1]
     <WarrantyTypeCode>......</WarrantyTypeCode>     [0..1]
     <ContractTermDistanceMeasure>......</ContractTermDistanceMeasure>     [0..1]
</CreditContractWarranty>