Object listing all the properties for a specific charge item.
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] |
Name | Value |
---|---|
STANDARD | "standard" |
GRADUATED | "graduated" |
PACKAGE | "package" |
PERCENTAGE | "percentage" |
VOLUME | "volume" |