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

Latest commit

 

History

History
28 lines (16 loc) · 1.1 KB

CustomerChargeUsageObjectCharge.md

File metadata and controls

28 lines (16 loc) · 1.1 KB

CustomerChargeUsageObjectCharge

Object listing all the properties for a specific charge item.

Properties

Name Type Description Notes
lagoId UUID Unique identifier assigned to the charge within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the charge’s record within the Lago system.
chargeModel ChargeModelEnum The pricing model applied to this charge. Possible values are standard, `graduated`, `percentage`, `package` or `volume`.
invoiceDisplayName String Specifies the name that will be displayed on an invoice. If no value is set for this field, the name of the actual charge will be used as the default display name. [optional]

Enum: ChargeModelEnum

Name Value
STANDARD "standard"
GRADUATED "graduated"
PACKAGE "package"
PERCENTAGE "percentage"
VOLUME "volume"