From GoGrid
The billing summary contains up-to-date billing information that is displayed in the billing widget in the UI. It contains information regarding current memory and transfer plans, as well as up-to-date and projected usage patterns and charges.
Object Name
Attributes
| startDate
| datetime
| 1.0
| The current billing start date.
|
| endDate
| datetime
| 1.0
| The current billing end date.
|
| memoryAllotment
| long
| 1.0
| The current allowed memory limit before incurring overage charges.
|
| memoryInUse
| double
| 1.0
| Your current memory usage in GB deployed.
|
| memoryAccrued
| long
| 1.0
| Your billing month to date GB Hours used.
|
| memoryOverage
| long
| 1.0
| Your amount of memory overage in GB.
|
| memoryOverageCharge
| double
| 1.0
| Your daily memory overage charge in $.
|
| transferAllotment
| long
| 1.0
| The current allowed outbound transfer limit before incurring overage charges.
|
| transferAccrued
| long
| 1.0
| Your billing month to date outbound transfer in GB Hours.
|
| transferOverage
| long
| 1.0
| Your amount of outbound transfer overage in GB.
|
| transferOverageCharge
| double
| 1.0
| Your daily transfer overage charge in $.
|
| startTimestamp
| long
| 1.1
| The timestamp of the current billing start date. Timestamp is a UNIX timestamp which reflects the number of milliseconds since the Unix Epoch (January 1, 1970 00:00:00 GMT).
|
| endTimestamp
| long
| 1.1
| The timestamp of the current billing end date. Timestamp is a UNIX timestamp which reflects the number of milliseconds since the Unix Epoch (January 1, 1970 00:00:00 GMT).
|
| memoryProjectedUsage
| long
| 1.3
| Projected RAM GB Hrs that will be used in current billing period.
|
| memoryProjectedOverageCharge
| double
| 1.3
| Projected total of dollars spent on RAM overages in current billing period in $.
|
| memoryProjectedTotalCharge
| double
| 1.3
| Projected total of dollars spent on RAM in current billing period in $.
|
| transferProjectedUsage
| long
| 1.3
| Projected Transfer in GB that will be used in current billing period.
|
| transferProjectedOverageCharge
| double
| 1.3
| Projected total of dollars spent on Transfer overages in current billing period in $.
|