Sha256: 1f6fe680ca140f5c662a00d84eb8757ceb1582bd799ead12ec1146eb513d0f25
Contents?: true
Size: 449 Bytes
Versions: 2
Compression:
Stored size: 449 Bytes
Contents
# Buildium::RentalOwnerContributionMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Description of the contribution. | [optional] | | **amount** | **Float** | Amount being requested for the contribution. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalOwnerContributionMessage.new( description: null, amount: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/RentalOwnerContributionMessage.md |
buildium-ruby-2.1.0 | docs/RentalOwnerContributionMessage.md |