Sha256: eb8e2faa24f8a788fb4c03fc6ead5dbdda8a0e9938a134130974d502637238c8
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
# Buildium::LeaseLedgerPaymentPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **date** | **Date** | The date of the transaction. The date must be formatted as YYYY-MM-DD. | | | **payment_method** | **String** | The payment method used for the transaction. | | | **payee_user_id** | **Integer** | The payee's user unique identifier. | [optional] | | **memo** | **String** | A brief note describing the reason for the payment. The value cannot exceed 65 characters. | [optional] | | **reference_number** | **String** | The reference Number of the transaction. The value cannot exceed 30 characters. | [optional] | | **lines** | [**Array<LeaseLedgerPaymentLineSaveMessage>**](LeaseLedgerPaymentLineSaveMessage.md) | A collection of line items included in the payment. At least one line item is required. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseLedgerPaymentPutMessage.new( date: null, payment_method: null, payee_user_id: null, memo: null, reference_number: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/LeaseLedgerPaymentPutMessage.md |
buildium-ruby-3.0.0 | docs/LeaseLedgerPaymentPutMessage.md |
buildium-ruby-2.1.0 | docs/LeaseLedgerPaymentPutMessage.md |