Sha256: 98a503690c80a90fa7d1387d0a5bb3216a6c944045ac83b9e4379cfb2f6cb992
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
# Buildium::LeaseLedgerReversePaymentPostMessageBankFee ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | Expense general ledger account to associate the bank fee. | | | **total_amount** | **Float** | Total amount of the bank fee. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseLedgerReversePaymentPostMessageBankFee.new( gl_account_id: null, total_amount: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/LeaseLedgerReversePaymentPostMessageBankFee.md |