Sha256: 50b11f28a01202cc08b2e24afb08ebc0834623601e360532c2a30075f15475ea
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# Buildium::BudgetDetailsMessageMonthlyAmounts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **january** | **Float** | The amount for January. | [optional] | | **february** | **Float** | The amount for February. | [optional] | | **march** | **Float** | The amount for March. | [optional] | | **april** | **Float** | The amount for April. | [optional] | | **may** | **Float** | The amount for May. | [optional] | | **june** | **Float** | The amount for June. | [optional] | | **july** | **Float** | The amount for July. | [optional] | | **august** | **Float** | The amount for August. | [optional] | | **september** | **Float** | The amount for September. | [optional] | | **october** | **Float** | The amount for October. | [optional] | | **november** | **Float** | The amount for November. | [optional] | | **december** | **Float** | The amount for December. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BudgetDetailsMessageMonthlyAmounts.new( january: null, february: null, march: null, april: null, may: null, june: null, july: null, august: null, september: null, october: null, november: null, december: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BudgetDetailsMessageMonthlyAmounts.md |