A custom cost attribute billing record (a portion of the full billing record)
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| attributeId | long | element | 1/1 | Gets the attribute id. | |
| attributeName | string | element | 0/1 | Gets the attribute name. | |
| calcUptime | string | element | 0/1 | Do we use uptime value in cost calculation. | |
| costPerDay | double | element | 0/1 | Gets the cost per day. |
Example
<AttributeBillingRecord> <attributeId>...</attributeId> <attributeName>...</attributeName> <costPerDay>...</costPerDay> <calcUptime>...</calcUptime> </AttributeBillingRecord>