Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.45 KB

File metadata and controls

17 lines (14 loc) · 1.45 KB

# InvoiceCustomSectionObject

Properties

Name Type Description Notes
lago_id string Unique identifier for the invoice custom section in the Lago application, generated by Lago to ensure record uniqueness within the system.
name string Name of the invoice custom section.
code string Unique code identifying the invoice custom section for the API request.
description string Internal description of the invoice custom section. [optional]
details string The value shown on the invoice PDF. [optional]
display_name string The name of the invoice custom section displayed on the invoice. [optional]
applied_to_organization bool This field is deprecated and will be removed in a future version. When set to true, it applies the invoice custom section to the organization's default billing entity. To apply or remove an invoice custom section from any billing entity (including the default one), please use the `PUT /billing_entities/:code` endpoint instead. [optional]
organization_id string Unique identifier for the organization associated with the invoice custom section. [optional]
created_at \DateTime Creation date of the tax. [optional]

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