WarrantyClaimDeductible

Uses the Component:WarrantyClaimDeductibleType

Deductible information associated with Warranty Claim

Fields and Components

Table 6.13. Fields and Components

Name Description Occurrence Type Data Type User Notes
DeductibleTypeString

The type of customer deductible. Eg: Service Contract

0..1Field qdt:StringType  
DeductibleAmount

The Customer Deductible and/or Co/pay amount factored out of the total Claim Amount. Eg:$50.00

0..1Field udt:AmountType  
Tax

Amount of tax on Warranty Claim for Claim and Dealer

0..*ComponentTaxType 
DeductibleWaiverIndicator

Indicates that the dealer waivered the deductible or changed the deductible from an amount greater than zero to zero.

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.13. WarrantyClaimDeductible

<WarrantyClaimDeductible>
     <DeductibleTypeString>......</DeductibleTypeString>     [0..1]
     <DeductibleAmount>......</DeductibleAmount>     [0..1]
     <Tax>......</Tax>     [0..*]
     <DeductibleWaiverIndicator>......</DeductibleWaiverIndicator>     [0..1]
</WarrantyClaimDeductible>