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

Latest commit

 

History

History
23 lines (15 loc) · 1.26 KB

InvoiceAppliedTaxObject.md

File metadata and controls

23 lines (15 loc) · 1.26 KB

InvoiceAppliedTaxObject

Properties

Name Type Description Notes
lagoInvoiceId UUID Unique identifier of the invoice, created by Lago. [optional]
feesAmountCents Integer Fees total amount on which the tax is applied [optional]
lagoId UUID Unique identifier of the applied tax, created by Lago. [optional]
lagoTaxId UUID Unique identifier of the tax, created by Lago. [optional]
taxName String Name of the tax. [optional]
taxCode String Unique code used to identify the tax associated with the API request. [optional]
taxRate BigDecimal The percentage rate of the tax [optional]
taxDescription String Internal description of the taxe [optional]
amountCents Integer Amount of the tax [optional]
amountCurrency Currency [optional]
createdAt OffsetDateTime The date and time when the applied tax was created. It is expressed in UTC format according to the ISO 8601 datetime standard. This field provides the timestamp for the exact moment when the applied tax was initially created. [optional]