Sha256: 5929660db3b697d3edd9a94d23ed90a54066df7ceb5f4ab05af844d5a01739ae
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# Buildium::BankAccountWithdrawalMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Withdrawal unique identifier. | [optional] | | **entry_date** | **Date** | Date the withdrawal was recorded. | [optional] | | **memo** | **String** | Memo associated with the withdrawal, if applicable. | [optional] | | **total_amount** | **Float** | Total amount of the withdrawal. | [optional] | | **accounting_entity** | [**BankAccountWithdrawalMessageAccountingEntity**](BankAccountWithdrawalMessageAccountingEntity.md) | | [optional] | | **offset_gl_account_id** | **Integer** | Offsetting general ledger account identifier. The offsetting GL 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. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountWithdrawalMessage.new( id: null, entry_date: null, memo: null, total_amount: null, accounting_entity: null, offset_gl_account_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountWithdrawalMessage.md |