Sha256: 783939c9a3730144d71db0ca0b1cbbae3a32d1b656ccc490d881257d1cac1b56

Contents?: true

Size: 805 Bytes

Versions: 3

Compression:

Stored size: 805 Bytes

Contents

# Buildium::VendorCreditLineItemPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gl_account_id** | **Integer** | Unique identifier of the general ledger account associated with the vendor credit. The account cannot be a bank account. |  |
| **amount** | **Float** | Amount of the vendor credit line item. Must be between 0.01 and 9999999.99. |  |
| **memo** | **String** | Memo for the vendor credit line item. Cannot exceed 240 characters. | [optional] |
| **accounting_entity** | [**AccountingEntitySaveMessage**](AccountingEntitySaveMessage.md) |  |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::VendorCreditLineItemPostMessage.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/VendorCreditLineItemPostMessage.md
buildium-ruby-2.1.0 docs/VendorCreditLineItemPostMessage.md
buildium-ruby-2.0.1 docs/VendorCreditLineItemPostMessage.md