Sha256: e4be925cb22301f51b2f007a49fd5fc094a7cefd68a5566cdb8710b4b1edf11a

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

# Buildium::VendorRefundMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Transaction unique identifier. | [optional] |
| **entry_date** | **Date** | Date the refund was recorded. | [optional] |
| **bank_account_id** | **Integer** | Unique identifier of the bank account that the refund was deposited into. | [optional] |
| **payment_method** | **String** | The payment method used for the vendor refund. | [optional] |
| **reference_number** | **String** | Reference number for the vendor refund. | [optional] |
| **memo** | **String** | Memo for the vendor refund. | [optional] |
| **lines** | [**Array<VendorRefundLineMessage>**](VendorRefundLineMessage.md) | A collection of line items associated with the vendor refund. | [optional] |

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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