Sha256: a04da365607e0ad2a16bf38d4fd97b3b1194051dce4f7cfa5abac64c4db4fde9
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# Buildium::UpdateDepositWithholdingRequest ## 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<LeaseLedgerDepositWithholdingLinePutMessage>**](LeaseLedgerDepositWithholdingLinePutMessage.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::UpdateDepositWithholdingRequest.new( entry_date: null, deposit_liability_gl_account_id: null, memo: null, lines: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateDepositWithholdingRequest.md |