Sha256: ac1d0af8e33cf25e29c88793b900c9811290877ef823858d8b6d72a4e86dbd29

Contents?: true

Size: 1.27 KB

Versions: 7

Compression:

Stored size: 1.27 KB

Contents

# TripletexRubyClient::HistoricalVoucher

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** |  | [optional] 
**version** | **Integer** |  | [optional] 
**changes** | [**Array<Change>**](Change.md) |  | [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** | **Integer** | The voucher number generated by Tripletex. System generated number that cannot be changed. | [optional] 
**year** | **Integer** | Voucher year. System generated number that cannot be changed. | [optional] 
**description** | **String** | The voucher description. | 
**voucher_type** | [**VoucherType**](VoucherType.md) | 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** | [**Array<HistoricalPosting>**](HistoricalPosting.md) | The list of postings of the voucher. In postings, these fields must be provided: date, account, currency, amount, amountBasis, amountVat, amountCurrency, amountBasisCurrency. | 


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tripletex_ruby_client-1.0.12 docs/HistoricalVoucher.md
tripletex_ruby_client-1.0.11 docs/HistoricalVoucher.md
tripletex_ruby_client-1.0.9 docs/HistoricalVoucher.md
tripletex_ruby_client-1.0.8 docs/HistoricalVoucher.md
tripletex_ruby_client-1.0.4 docs/HistoricalVoucher.md
tripletex_ruby_client-1.0.3 docs/HistoricalVoucher.md
tripletex_ruby_client-1.0.1 docs/HistoricalVoucher.md