Sha256: 2c149b231a4a4538ab3c1f0efe101dfc1a7af02dac0a903a988461905ee03a3f
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# Buildium::CreatePaymentRequest ## 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] | | **send_email_receipt** | **Boolean** | An indicator for whether or not to send an email receipt to the payee. If the payee does not have an email address set, no email will be sent. | | | **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::CreatePaymentRequest.new( date: null, payment_method: null, payee_user_id: null, memo: null, reference_number: null, send_email_receipt: null, lines: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreatePaymentRequest.md |