Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.77 KB

File metadata and controls

22 lines (19 loc) · 1.77 KB

PaymentTypeOut

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Tripletex\Model\Change[] [optional]
url string [optional]
description string
is_brutto_wage_deduction bool true if it should be a deduction from the wage. The module PROVISIONSALARY is required to both view and change this setting [optional] [default to false]
credit_account \Tripletex\Model\Account
show_incoming_invoice bool true if the payment type should be available in supplier invoices [optional] [default to false]
show_wage_payment bool true if the payment type should be available in wage payments. The wage module is required to both view and change this setting [optional] [default to false]
show_vat_returns bool true if the payment type should be available in vat returns [optional] [default to false]
show_wage_period_transaction bool true if the payment type should be available in period transactionsThe wage module is required to both view and change this setting [optional] [default to false]
requires_separate_voucher bool true if a separate voucher is required [optional] [default to false]
sequence int determines in which order the types should be listed. No 1 is listed first [optional]
is_inactive bool true if the payment type should be hidden from available payment types [optional] [default to false]

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