RequestedAmountDetail

Uses the Component:RequestedAmountDetailType

The purpose of the RequestedAmount component is to identify the type of amount requested by a Dealer for a Warranty Claim Submission and the amount.

Fields and Components

Table 6.14. Fields and Components

Name Description Occurrence Type Data Type User Notes
RequestedAmountTypeCode

Enumerated field that indicates the type of amount requested by the Dealer for a Warranty Submission Claim.

1..1Field sqdt:RequestedAmountTypeCodeType  
RequestedAmount

Indicates the amount the Dealer has requested for a Warranty Claim Submission.

1..1Field udt:AmountType  

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.14. RequestedAmountDetail

<RequestedAmountDetail>
     <RequestedAmountTypeCode>......</RequestedAmountTypeCode>     [1..1]
     <RequestedAmount>......</RequestedAmount>     [1..1]
</RequestedAmountDetail>