Sha256: 369d40d350aab898c075612125e0a2ca0731a7bb6c968e325bc8fd93fa88916d

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

# Buildium::UndepositedFundsMessageGeneralLedgerTransaction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | General ledger transaction unique identifier. | [optional] |
| **amount** | **Float** | General ledger transaction amount. | [optional] |
| **check_number** | **String** | General ledger transaction check number. | [optional] |
| **entry_date** | **Date** | Date the transaction was made. | [optional] |
| **memo** | **String** | General ledger transaction memo. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UndepositedFundsMessageGeneralLedgerTransaction.new(
  id: null,
  amount: null,
  check_number: null,
  entry_date: null,
  memo: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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