Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 6.06 KB

File metadata and controls

16 lines (13 loc) · 6.06 KB

JournalLine

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier for the journal line line_123456789
accountId JsonNullable<String> ID of the ledger account this line references acc_123456789
accountType JsonNullable<JournalLineAccountType> Type of the account
description JsonNullable<String> Description of the journal line Payment for office supplies
currencyCode JsonNullable<JournalLineCurrencyCode> Currency code for this line
exchangeRate JsonNullable<Double> Exchange rate to company base currency 1
amount JsonNullable<Double> Amount of the journal line in minor units, e.g. 10010 for 100.10 USD. Positive for debit, negative for credit 10010
taxAmount JsonNullable<Double> Tax amount of the line in minor units, e.g. 10010 for 100.10 USD 2002
taxRatePercentage JsonNullable<Double> Tax rate percentage 15