Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.32 KB

Invoicelineitems.md

File metadata and controls

24 lines (19 loc) · 1.32 KB

WebService::Fastly::Object::Invoicelineitems

Load the model package

use WebService::Fastly::Object::Invoicelineitems;

Properties

Name Type Description Notes
description string Invoice line item transaction name. [optional]
amount double Billed amount for line item. [optional]
credit_coupon_code string Discount coupon associated with the invoice for any account or service credits. [optional]
rate double Price per unit. [optional]
units double Total number of units of usage. [optional]
product_name string The name of the product. [optional]
product_group string The broader classification of the product (e.g., Compute or Full-Site Delivery). [optional]
product_line string The broader classification of the product (e.g., Network Services or Security). [optional]
region string The geographical area applicable for regionally based products. [optional]
usage_type string The unit of measure (e.g., requests or bandwidth). [optional]

[Back to Model list] [Back to API list] [Back to README]