Sha256: d87c85d9b0e33e27b6560b546cd2bebe138f68c43488359efe3ffb497f3f58e4

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 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** | [**AccountingEntityMessage**](AccountingEntityMessage.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

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/BankAccountWithdrawalMessage.md
buildium-ruby-2.1.0 docs/BankAccountWithdrawalMessage.md
buildium-ruby-2.0.1 docs/BankAccountWithdrawalMessage.md