Uses the Component:ContractPlanOptionType
The contract plan options.
Table 6.97. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ContractOptionStartDate |
The date the contract option takes effect. | 0..1 | Field | udt:DateType | |
ContractOptionEndDate |
The date the contract option expires. | 0..1 | Field | udt:DateType | |
ContractOptionCode |
Unique Identifier for a Plan Option. | 0..1 | Field | udt:CodeType | |
ContractOptionDescription |
Description of the plan option | 0..* | Field | udt:TextType | |
PlanOptionPriceAmount |
The suggested sale price of the plan option | 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.97. ContractPlanOption
<ContractPlanOption> <ContractOptionStartDate>......</ContractOptionStartDate> [0..1] <ContractOptionEndDate>......</ContractOptionEndDate> [0..1] <ContractOptionCode>......</ContractOptionCode> [0..1] <ContractOptionDescription>......</ContractOptionDescription> [0..*] <PlanOptionPriceAmount>......</PlanOptionPriceAmount> [0..1] </ContractPlanOption>