Sha256: 961a6402cd6018edf99fdc1e22c6ac983518dfd844805d3dc24ac90715653dfb
Contents?: true
Size: 964 Bytes
Versions: 3
Compression:
Stored size: 964 Bytes
Contents
# Buildium::BankAccountWithdrawalSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entry_date** | **Date** | Date the withdrawal was recorded. | | | **offset_gl_account_id** | **Integer** | Offsetting general ledger account identifier. The offsetting general ledger account acts as a label for this withdrawal. For instance, if you're withdrawing money due to a bank fee, you might select the \"Bank fees\" expense account. | | | **amount** | **Float** | Withdrawal amount. | | | **memo** | **String** | Memo associated with the withdrawal, if applicable. | [optional] | | **accounting_entity** | [**AccountingEntitySaveMessage**](AccountingEntitySaveMessage.md) | | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountWithdrawalSaveMessage.new( entry_date: null, offset_gl_account_id: null, amount: null, memo: null, accounting_entity: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankAccountWithdrawalSaveMessage.md |
buildium-ruby-2.1.0 | docs/BankAccountWithdrawalSaveMessage.md |
buildium-ruby-2.0.1 | docs/BankAccountWithdrawalSaveMessage.md |