Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

File metadata and controls

15 lines (11 loc) · 1.01 KB

Fastly::MtdInvoiceResponse

Properties

Name Type Description Notes
customer_id String The Customer ID associated with the invoice. [optional]
invoice_id String An alphanumeric string identifying the invoice. [optional]
billing_start_date Time The date and time (in ISO 8601 format) for the initiation point of a billing cycle, signifying the start of charges for a service or subscription. [optional]
billing_end_date Time The date and time (in ISO 8601 format) for the termination point of a billing cycle, signifying the end of charges for a service or subscription. [optional]
monthly_transaction_amount String The total billable amount for invoiced services charged within a single month. [optional]
transaction_line_items Array<Mtdlineitems> [optional]

[Back to API list] [Back to README]