Sha256: 9170aa836bfdbc898ededcdf67567974a0726c509fa23b0f67326f45a3683ebe

Contents?: true

Size: 727 Bytes

Versions: 3

Compression:

Stored size: 727 Bytes

Contents

# Buildium::VendorRefundLinePostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gl_account_id** | **Integer** | Unique identifier of the general ledger account associated with the vendor refund. |  |
| **amount** | **Float** | Amount of the vendor refund line item. |  |
| **memo** | **String** | Memo for the vendor refund line item. Memo cannot exceed 215 characters. | [optional] |
| **accounting_entity** | [**AccountingEntitySaveMessage**](AccountingEntitySaveMessage.md) |  |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::VendorRefundLinePostMessage.new(
  gl_account_id: null,
  amount: null,
  memo: null,
  accounting_entity: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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