A cost allocation record (a portion of the full billing record).
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
billingName | string | element | 0/1 | Gets the billing name. | |
organizationId | long | element | 1/1 | Gets the organization id. | |
organizationName | string | element | 0/1 | Gets the organization name. | |
percent | double | element | 1/1 | Gets the percent. |
Example
<CostAllocationBillingRecord> <billingName>...</billingName> <organizationId>...</organizationId> <organizationName>...</organizationName> <percent>...</percent> </CostAllocationBillingRecord>