CostAllocationCollection Data Type

A collection of cost allocations.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
costAllocation list of CostAllocation element 0/unbounded Gets the items.

Example

<CostAllocationCollection>
  <costAllocation>
    <id>...</id>
    <organization>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </organization>
    <percent>...</percent>
    <billingName>...</billingName>
    <target>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </target>
  </costAllocation>
</CostAllocationCollection>