Sha256: 8649c35fe9408d7a7821ae0547efc9d5db68961aa294cb8dd37d274e3f12387a

Contents?: true

Size: 1016 Bytes

Versions: 1

Compression:

Stored size: 1016 Bytes

Contents

# Buildium::CreateWithdrawalForBankAccountRequest

## 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** | [**BankAccountWithdrawalSaveMessageAccountingEntity**](BankAccountWithdrawalSaveMessageAccountingEntity.md) |  |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::CreateWithdrawalForBankAccountRequest.new(
  entry_date: null,
  offset_gl_account_id: null,
  amount: null,
  memo: null,
  accounting_entity: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/CreateWithdrawalForBankAccountRequest.md