Uses the Component:ContractInformationType
Information about the Contract
Table 6.64. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ContractType |
Indicator to specify APR Contract/ Lease Contract or both | 0..1 | Field | udt:TextType | |
IncentiveType |
This is the RATE or RENT CHARGE FACTOR defintion; "Subvented" or "Standard" | 0..1 | Field | udt:TextType | |
TermRange |
Describes the term range type. Standard denotes 0-24, 25-36 etc. Allowed values are "STANDARD" or "CUSTOM". | 0..1 | Field | udt:TextType | |
EligibleTierTermInfo |
Capturs the Tier and Term details for the Contract that are needed for this Rebate to be eligible and applied to the deal. | 0..* | Component | EligibleTierTermInfoType |
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.64. ContractInformation
<ContractInformation> <ContractType>......</ContractType> [0..1] <IncentiveType>......</IncentiveType> [0..1] <TermRange>......</TermRange> [0..1] <EligibleTierTermInfo>......</EligibleTierTermInfo> [0..*] </ContractInformation>