Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.25 KB

CustomerUsageObject.md

File metadata and controls

18 lines (15 loc) · 1.25 KB

# CustomerUsageObject

Properties

Name Type Description Notes
from_datetime \DateTime The lower bound of the billing period, expressed in the ISO 8601 datetime format in Coordinated Universal Time (UTC).
to_datetime \DateTime The upper bound of the billing period, expressed in the ISO 8601 datetime format in Coordinated Universal Time (UTC).
issuing_date \DateTime The date of creation of the invoice.
amount_cents int The amount in cents, tax excluded.
amount_currency Currency
total_amount_cents int The total amount in cents, tax included.
total_amount_currency Currency
vat_amount_cents int The tax amount in cents.
vat_amount_currency Currency
charges_usage \LagoClient\Model\CustomerChargeUsageObject[] Array of charges that comprise the current usage. It contains detailed information about individual charge items associated with the usage.

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