Sha256: d78ccf8d3d5556c0d8d9bd0eec845d6f530052017741ecebcedaaa295149361d

Contents?: true

Size: 957 Bytes

Versions: 1

Compression:

Stored size: 957 Bytes

Contents

# Buildium::CreateVendorCreditRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **entry_date** | **Date** | Date the vendor credit was made. The date must be formatted as YYYY-MM-DD. |  |
| **reference_number** | **String** | The invoice or reference number that the vendor assigned to the credit. The value cannot exceed 40 characters. | [optional] |
| **memo** | **String** | Memo associated with the vendor credit, if applicable. The value cannot exceed 40 characters. | [optional] |
| **lines** | [**Array<VendorCreditLineItemPostMessage>**](VendorCreditLineItemPostMessage.md) | A collection of line items associated with the vendor credit. At least one line item is required and cannot exceed 100 line items. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::CreateVendorCreditRequest.new(
  entry_date: null,
  reference_number: null,
  memo: null,
  lines: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/CreateVendorCreditRequest.md