Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.56 KB

File metadata and controls

18 lines (15 loc) · 1.56 KB

# FeeEstimateObjectItem

Properties

Name Type Description Notes
type string The fee type. The value will be `charge`.
code string The code of the fee item. It will be the code of the `billable_metric`.
name string The name of the fee item. It will be the name of the `billable_metric`.
description string The description of the fee item. It will be the name of the `billable_metric`. [optional]
invoice_display_name 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]
filter_invoice_display_name string Specifies the name that will be displayed on an invoice. If no value is set for this field, the actual charge filter values will be used as the default display name. [optional]
filters array<string,string[]> Key value list of event properties [optional]
lago_item_id string Unique identifier of the fee item, created by Lago. It will be the identifier of the `billable_metric`.
item_type string The type of the fee item. Values is `BillableMetric`.
grouped_by array<string,string> Key value list of event properties aggregated by the charge model [optional]

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