Sha256: 935b7bcd61c4e32b15970fb7ff79ecbaaf638611ec2f95fb7bde212e7f9cac96

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 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** | [**VendorRefundLinePostMessageAccountingEntity**](VendorRefundLinePostMessageAccountingEntity.md) |  |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::VendorRefundLinePostMessage.new(
  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/VendorRefundLinePostMessage.md