Sha256: 3f9824ac3d949baf9524034cb529dcd29a53534a4933d00e7303a9e1e879f04a
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
# Buildium::OwnershipAccountDepositWithholdingLinePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Line item amount. | | | **gl_account_id** | **Integer** | General Ledger Account identifier under which the line item amount will be recorded. Must be an Income account. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OwnershipAccountDepositWithholdingLinePutMessage.new( amount: null, gl_account_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/OwnershipAccountDepositWithholdingLinePutMessage.md |