Sha256: 50e0f7d0b7700f0d29bb0853f720dd3459a8a1ff98f4428b85a809719c5f7857
Contents?: true
Size: 974 Bytes
Versions: 3
Compression:
Stored size: 974 Bytes
Contents
# Buildium::OwnershipAccountDepositWithholdingPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entry_date** | **Date** | Date of the deposit withholding. The date must be formatted as YYYY-MM-DD. | | | **deposit_liability_gl_account_id** | **Integer** | General Ledger Account identifier to record the deposit withholding under. | | | **memo** | **String** | Memo associated with the withholding. Memo cannot exceed 65 characters. | [optional] | | **lines** | [**Array<OwnershipAccountDepositWithholdingLinePostMessage>**](OwnershipAccountDepositWithholdingLinePostMessage.md) | Collection of line items included in this deposit withholding. At least one line item is required. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OwnershipAccountDepositWithholdingPostMessage.new( entry_date: null, deposit_liability_gl_account_id: null, memo: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems