Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.87 KB

File metadata and controls

12 lines (9 loc) · 3.87 KB

CreateJournalLine

Fields

Field Type Required Description Example
account_id T.nilable(::String) ID of the ledger account this line references acc_123456789
amount T.nilable(::Float) Amount of the journal line in minor units, e.g. 10010 for 100.10 USD. Positive for debit, negative for credit 10010
description T.nilable(::String) Description of the journal line Payment for office supplies
tax_amount T.nilable(::Float) Tax amount of the line in minor units, e.g. 10010 for 100.10 USD 10010
tax_rate_id T.nilable(::String) ID of the tax rate applied tax_123456789