Sha256: 10b68974ea5e35cdb7677821c8d5b74ba6f2d9446898c4a1506bd8862763a501

Contents?: true

Size: 498 Bytes

Versions: 4

Compression:

Stored size: 498 Bytes

Contents

# Buildium::OwnershipAccountRefundLineMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Float** | Amount of the account on the line item. | [optional] |
| **gl_account_id** | **Integer** | Unique identifier of the general ledger account associated with the refund. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::OwnershipAccountRefundLineMessage.new(
  amount: null,
  gl_account_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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