Uses the Component:DeductionType
Communicates any deductions from the dealer settlement amount (e.g., Tax Stamp Amount).
Table 6.46. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DeductionDescription |
Description of any deductions from the dealer settlement amount (e.g., Tax Stamp Amount). | 0..* | Field | udt:TextType | |
| DeductionAmount |
The dollar amount being deducted from the dealer settlement amount. | 0..1 | Field | udt:AmountType |
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.46. Deduction
<Deduction>
<DeductionDescription>......</DeductionDescription> [0..*]
<DeductionAmount>......</DeductionAmount> [0..1]
</Deduction>