Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.19 KB

CustomerUsageObject.md

File metadata and controls

21 lines (13 loc) · 1.19 KB

CustomerUsageObject

Properties

Name Type Description Notes
fromDatetime OffsetDateTime The lower bound of the billing period, expressed in the ISO 8601 datetime format in Coordinated Universal Time (UTC).
toDatetime OffsetDateTime The upper bound of the billing period, expressed in the ISO 8601 datetime format in Coordinated Universal Time (UTC).
issuingDate OffsetDateTime The date of creation of the invoice.
lagoInvoiceId UUID A unique identifier associated with the invoice related to this particular usage record. [optional]
currency Currency [optional]
amountCents Integer The amount in cents, tax excluded.
taxesAmountCents Integer The tax amount in cents.
totalAmountCents Integer The total amount in cents, tax included.
chargesUsage List<CustomerChargeUsageObject> Array of charges that comprise the current usage. It contains detailed information about individual charge items associated with the usage.