Uses the Component:ContractIncentivesType
The incentives being applied to a Contract.
Table 6.109. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| IncentiveType |
Describes the type of Incentive. | 1..1 | Field | scl:IncentiveContentType | |
| IncentiveAmount |
The dollar amount of the incentive being offered. | 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.109. ContractIncentives
<ContractIncentives>
<IncentiveType>......</IncentiveType> [1..1]
<IncentiveAmount>......</IncentiveAmount> [1..1]
</ContractIncentives>