Sha256: 542d368175a0302be92a8e3ff67811231f0f7bbfa24f08a78d844c674b404ba6
Contents?: true
Size: 953 Bytes
Versions: 3
Compression:
Stored size: 953 Bytes
Contents
# Buildium::VendorCreditPostMessage ## 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::VendorCreditPostMessage.new( entry_date: 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/VendorCreditPostMessage.md |
buildium-ruby-2.1.0 | docs/VendorCreditPostMessage.md |
buildium-ruby-2.0.1 | docs/VendorCreditPostMessage.md |