Sha256: 100fbc1c794ae92bc3d8b8e2b315dfe81f246b4a373eaed2f35c7dee939c4939

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

# Buildium::VendorRefundPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **entry_date** | **Date** | Date the vendor refund was made. |  |
| **bank_account_id** | **Integer** | Unique identifier of the bank account that the refund was deposited into. |  |
| **payment_method** | **String** | The payment method used for the refund. |  |
| **reference_number** | **String** | The invoice or reference number that the vendor assigned to the refund. Reference number cannot exceed 45 characters. | [optional] |
| **memo** | **String** | Memo associated with the vendor refund, if applicable. Memo cannot exceed 65 characters | [optional] |
| **lines** | [**Array<VendorRefundLinePostMessage>**](VendorRefundLinePostMessage.md) | A collection of line items associated with the vendor refund. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::VendorRefundPostMessage.new(
  entry_date: null,
  bank_account_id: null,
  payment_method: null,
  reference_number: null,
  memo: null,
  lines: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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