Sha256: b0cb56e1586da968315d0faba4c9c2d807fc0bafea5d954382753e825a8b9cde

Contents?: true

Size: 1.67 KB

Versions: 38

Compression:

Stored size: 1.67 KB

Contents

# Fastly::BillingTotal

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **bandwidth** | **Float** | The total amount of bandwidth used this month (See bandwidth_units for measurement). | [optional] |
| **bandwidth_cost** | **Float** | The cost of the bandwidth used this month in USD. | [optional] |
| **bandwidth_units** | **String** | Bandwidth measurement units based on billing plan. | [optional] |
| **cost** | **Float** | The final amount to be paid. | [optional] |
| **cost_before_discount** | **Float** | Total incurred cost plus extras cost. | [optional] |
| **discount** | **Float** | Calculated discount rate. | [optional] |
| **extras** | [**Array<BillingTotalExtras>**](BillingTotalExtras.md) | A list of any extras for this invoice. | [optional] |
| **extras_cost** | **Float** | Total cost of all extras. | [optional] |
| **incurred_cost** | **Float** | The total cost of bandwidth and requests used this month. | [optional] |
| **overage** | **Float** | How much over the plan minimum has been incurred. | [optional] |
| **plan_code** | **String** | The short code the plan this invoice was generated under. | [optional] |
| **plan_minimum** | **Float** | The minimum cost of this plan. | [optional] |
| **plan_name** | **String** | The name of the plan this invoice was generated under. | [optional] |
| **requests** | **Float** | The total number of requests used this month. | [optional] |
| **requests_cost** | **Float** | The cost of the requests used this month. | [optional] |
| **terms** | **String** | Payment terms. Almost always Net15. | [optional] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
fastly-6.0.0 docs/BillingTotal.md
fastly-5.3.1 docs/BillingTotal.md
fastly-5.3.0 docs/BillingTotal.md
fastly-5.2.2 docs/BillingTotal.md
fastly-5.2.1 docs/BillingTotal.md
fastly-5.2.0 docs/BillingTotal.md
fastly-5.1.1 docs/BillingTotal.md
fastly-5.1.0 docs/BillingTotal.md
fastly-5.0.0 docs/BillingTotal.md
fastly-4.4.0 docs/BillingTotal.md
fastly-4.3.0 docs/BillingTotal.md
fastly-4.2.0 docs/BillingTotal.md
fastly-4.1.0 docs/BillingTotal.md
fastly-4.0.1.pre.alpha.0 docs/BillingTotal.md
fastly-4.0.0 docs/BillingTotal.md
fastly-4.0.0.alpha4 docs/BillingTotal.md
fastly-4.0.0.alpha3 docs/BillingTotal.md
fastly-4.0.0.alpha2 docs/BillingTotal.md