Uses the Component:CreditServiceContractType
Service contract information assoicated a vehicle.
Table 6.89. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ContractCompanyName |
Service contract company name | 0..1 | Field | udt:NameType | |
ContractID |
Identification of Service Contract | 0..1 | Field | udt:IdentifierType | |
ContractPlanCode |
Service Contract Plan Code | 0..1 | Field | udt:CodeType | |
ContractTypeString |
Service contract type and/or area of coverage | 0..1 | Field | qdt:StringType | |
TermMeasure |
Number of months of contract term | 0..1 | Field | sqdt:TimeMeasureType | |
DealerCostAmount |
The cost incurred by the dealer. | 0..1 | Field | udt:AmountType | |
CustomerSalePriceAmount |
The amount the customer pays for the service contract. | 0..1 | Field | udt:AmountType | |
ContractDeductibleAmount |
Amount of contract deductible. | 0..1 | Field | udt:AmountType | |
FinancedIndicator |
Indicates whether the service contract is being financed through the retail credit contract or capitalized for lease. | 0..1 | Field | udt:IndicatorType | |
InsideCarrierTypeIndicator |
Indicates whether the service contract is provided by the finance source (inside) or an outside company. | 0..1 | Field | udt:IndicatorType | |
TaxabilityIndicator |
Indicates if the service contract is taxable. | 0..1 | Field | udt:IndicatorType | |
ServiceContractDescription |
Free form description of service contract type applied to the contract. | 0..* | Field | udt:TextType | |
ContractTermDistanceMeasure |
The ContractTermMileage Compound represents the odometer mileage allowed under terms of the warranty. | 0..1 | Field | sqdt:LengthMeasureType | |
ContractCompanyAddress |
The address of the service company providing the service contract. | 0..1 | Component | AddressABIEType | |
AmountFinanced |
The total amount financed. | 0..1 | Field | udt:AmountType | |
ContractCoverageAmount |
Dollar amount of coverage provided by service contract for example "Damage up to $40,000". | 0..1 | Field | udt:NumericType | |
ContractEffectiveDate |
Start Date of Service Contract | 0..1 | Field | udt:DateType | |
ContractFormNumberString |
Identifies the type of contract. | 0..1 | Field | qdt:StringType | |
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.89. CreditServiceContract
<CreditServiceContract> <ContractCompanyName>......</ContractCompanyName> [0..1] <ContractID>......</ContractID> [0..1] <ContractPlanCode>......</ContractPlanCode> [0..1] <ContractTypeString>......</ContractTypeString> [0..1] <TermMeasure>......</TermMeasure> [0..1] <DealerCostAmount>......</DealerCostAmount> [0..1] <CustomerSalePriceAmount>......</CustomerSalePriceAmount> [0..1] <ContractDeductibleAmount>......</ContractDeductibleAmount> [0..1] <FinancedIndicator>......</FinancedIndicator> [0..1] <InsideCarrierTypeIndicator>......</InsideCarrierTypeIndicator> [0..1] <TaxabilityIndicator>......</TaxabilityIndicator> [0..1] <ServiceContractDescription>......</ServiceContractDescription> [0..*] <ContractTermDistanceMeasure>......</ContractTermDistanceMeasure> [0..1] <ContractCompanyAddress>......</ContractCompanyAddress> [0..1] <AmountFinanced>......</AmountFinanced> [0..1] <ContractCoverageAmount>......</ContractCoverageAmount> [0..1] <ContractEffectiveDate>......</ContractEffectiveDate> [0..1] <ContractFormNumberString>......</ContractFormNumberString> [0..1] <PreferredProviderIndicator>......</PreferredProviderIndicator> [0..1] </CreditServiceContract>