Sha256: 56cd75684560fee6bd4545b09f42400776bac09e8a3767079095a98ad450106b
Contents?: true
Size: 798 Bytes
Versions: 4
Compression:
Stored size: 798 Bytes
Contents
# Buildium::BudgetPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the budget. | | | **property_id** | **Integer** | Property unique identifier that the budget belongs to. | | | **start_month** | **String** | The month the fiscal year starts for the budget. | | | **fiscal_year** | **Integer** | The fiscal year for the budget. The value must be formatted as YYYY. | | | **details** | [**Array<BudgetDetailsSaveMessage>**](BudgetDetailsSaveMessage.md) | The financial details associated with the budget. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BudgetPostMessage.new( name: null, property_id: null, start_month: null, fiscal_year: null, details: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BudgetPostMessage.md |
buildium-ruby-3.0.0 | docs/BudgetPostMessage.md |
buildium-ruby-2.1.0 | docs/BudgetPostMessage.md |
buildium-ruby-2.0.1 | docs/BudgetPostMessage.md |