Sha256: 42a70b530e46285899fed007f6efe4707ac59601aa8fb8e0ef8729dcb22bbaf8

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

# Buildium::BudgetMonthlyAmountsMessage

## 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::BudgetMonthlyAmountsMessage.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

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/BudgetMonthlyAmountsMessage.md
buildium-ruby-3.0.0 docs/BudgetMonthlyAmountsMessage.md
buildium-ruby-2.1.0 docs/BudgetMonthlyAmountsMessage.md
buildium-ruby-2.0.1 docs/BudgetMonthlyAmountsMessage.md