Method: TripletexRubyClient::Posting#amortization_account
- Defined in:
- lib/tripletex_ruby_client/models/posting.rb
#amortization_account ⇒ Object
The Amortization account. AmortizationAccountId, amortizationStartDate and amortizationEndDate should be provided. If amortizationStartDate and amortizationEndDate are provided, while amortizationAccountId is NULL, then the default amortization account will be used.
34 35 36 |
# File 'lib/tripletex_ruby_client/models/posting.rb', line 34 def amortization_account @amortization_account end |