Sha256: 9793edcf638a582f9a2359aa5aec2225cbce60543ffd12dcd01a285c2221c965
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Buildium::CreateVendorRefundRequest ## 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::CreateVendorRefundRequest.new( entry_date: null, bank_account_id: null, payment_method: 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/CreateVendorRefundRequest.md |