Uses the Component:AdditionalContractAttributeType
The AdditionalContractAttribute component represents additional items to the contract that facilitate validation and discounting of finance plan.
Table 6.118. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
AttributeName |
Name of the attribute used to facilitate validation and discounting of the finance plan. | 0..1 | Field | udt:TextType | |
AttributeValue |
Value of the attribute used to facilitate validation and discounting of the finance plan. | 0..1 | Field | udt:TextType |
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.118. AdditionalContractAttribute
<AdditionalContractAttribute> <AttributeName>......</AttributeName> [0..1] <AttributeValue>......</AttributeValue> [0..1] </AdditionalContractAttribute>