Sha256: a078eaac49223341861729998fa6c0c9a230a1effbca93388f9dc4de6f795fa1
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# Buildium::LeaseLedgerDepositWithholdingPostMessage ## 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** | The identifier of the liability general ledger account from which to withhold the funds. Note, the specified liability account must have a positive balance. | | | **memo** | **String** | Memo associated with the withholding. Memo cannot exceed 65 characters. | [optional] | | **lines** | [**Array<LeaseLedgerDepositWithholdingLinePostMessage>**](LeaseLedgerDepositWithholdingLinePostMessage.md) | Line items specifying the income accounts the deposit will be applied to. The total amount of the line items can not exceed the balance of the liability account. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseLedgerDepositWithholdingPostMessage.new( entry_date: null, deposit_liability_gl_account_id: null, memo: null, lines: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems