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.22 KB

CreditNoteAppliedTaxObject.md

File metadata and controls

23 lines (15 loc) · 1.22 KB

CreditNoteAppliedTaxObject

Properties

Name Type Description Notes
lagoCreditNoteId UUID Unique identifier of the credit note, created by Lago. [optional]
baseAmountCents Integer [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]