Sha256: 41e6f23d0e45efb890c6d88543d93bc82700819810086402657d84cd9dbbcc5f

Contents?: true

Size: 845 Bytes

Versions: 1

Compression:

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

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::VendorCreditLineItemPostMessage.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/VendorCreditLineItemPostMessage.md