PwsOverageTransferResult

Overview


This structure represents the contract line items associated with a transfer overage hours associated with a service contract.

Format


AffectedContractLineItemIdentities

Elements


Element

Data Type

Required?

Description

Sample Data

PwsContractLineItemRefPwsContractLineItemRef
This structure is used to uniquely identify a contract line item. 

PwsContractLineItemRefPwsContractLineItemRef
This structure is used to uniquely identify a contract line item. 

Usage Example(s)


Example 01
               <a:PwsOverageTransferResult>
                  <a:AffectedContractLineItemIdentities xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:PwsContractLineItemRef>
                        <b:ContractLineItemCode>P001552-CL1</b:ContractLineItemCode>
                        <b:ContractLineItemId>264607</b:ContractLineItemId>
                        <b:ContractLineItemUid>1152921504607111583</b:ContractLineItemUid>
                     </b:PwsContractLineItemRef>
                     <b:PwsContractLineItemRef>
                        <b:ContractLineItemCode>P001552-CL2</b:ContractLineItemCode>
                        <b:ContractLineItemId>264608</b:ContractLineItemId>
                        <b:ContractLineItemUid>1152921504607111584</b:ContractLineItemUid>
                     </b:PwsContractLineItemRef>
                  </a:AffectedContractLineItemIdentities>
                  <a:ReferenceIdentity i:nil="true"/>
               </a:PwsOverageTransferResult>