Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.44 KB

File metadata and controls

20 lines (16 loc) · 1.44 KB

HistoricalVoucher

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Swagger\Client\Model\Change[] [optional]
url string [optional]
date string The voucher date.
external_voucher_number string External voucher number. This is the voucher number in the historical system.
number int The voucher number generated by Tripletex. System generated number that cannot be changed. [optional]
year int Voucher year. System generated number that cannot be changed. [optional]
description string The voucher description.
voucher_type \Swagger\Client\Model\VoucherType Voucher type. Optional. Must not be of type 'Utgående faktura' ('Outgoing Invoice') on new vouchers, instead use voucherType=null or use the Invoice endpoint. [optional]
postings \Swagger\Client\Model\HistoricalPosting[] The list of postings of the voucher. In postings, these fields must be provided: date, account, currency, amount, amountBasis, amountVat, amountCurrency, amountBasisCurrency.

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