Sha256: 578e3f295af61079067a4b5db379650b3dd1221b7f83d3a5a761c0a779554066

Contents?: true

Size: 833 Bytes

Versions: 1

Compression:

Stored size: 833 Bytes

Contents

# Buildium::VendorRefundLineMessage

## Properties

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

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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