Uses the Component:InitiativeRebateGroupType
The Rebate component describes a deduction from an amount to be paid on a vehicle purchase or lease.
Table 6.54. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RebateTypeCode |
Identifies whether the rebate amount is Manufacturer Rebate, Dealer Rebate or a Third Party Rebate. This rebate applies to the initiative. | 1..1 | Field | scl:RebateTypeEnumeratedType | |
RebateAmount |
Dollar amount of rebate value for the initiative. | 1..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.54. InitiativeRebateGroup
<InitiativeRebateGroup> <RebateTypeCode>......</RebateTypeCode> [1..1] <RebateAmount>......</RebateAmount> [1..1] </InitiativeRebateGroup>