Uses the Component:WarrantyClaimDeductibleType
Deductible information associated with Warranty Claim
Table 6.106. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DeductibleTypeString |
The type of customer deductible. Eg: Service Contract | 0..1 | Field | qdt:StringType | |
| DeductibleAmount |
The Customer Deductible and/or Co/pay amount factored out of the total Claim Amount. Eg:$50.00 | 0..1 | Field | udt:AmountType | |
| Tax |
Amount of tax on Warranty Claim for Claim and Dealer | 0..* | Component | TaxType | |
| DeductibleWaiverIndicator |
Indicates that the dealer waivered the deductible or changed the deductible from an amount greater than zero to zero. | 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.104. WarrantyClaimDeductible
<WarrantyClaimDeductible>
<DeductibleTypeString>......</DeductibleTypeString> [0..1]
<DeductibleAmount>......</DeductibleAmount> [0..1]
<Tax>......</Tax> [0..*]
<DeductibleWaiverIndicator>......</DeductibleWaiverIndicator> [0..1]
</WarrantyClaimDeductible>