Sha256: f7b4dc695c4f6911da12999666a15841f4f60b6b154d66f405f137f4c15c968e
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 Bytes
Contents
# Buildium::LeasePostMessageSecurityDeposit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **due_date** | **Date** | The date the security deposit is due. This date will be used as the transaction date when applying the charge to the lease ledger. | | | **amount** | **Float** | Security deposit amount. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeasePostMessageSecurityDeposit.new( due_date: null, amount: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/LeasePostMessageSecurityDeposit.md |