Sha256: 5ff99296f1e1d2e195c387f5876c46bee5149c8282d98481a5816c5f80ccf8ac

Contents?: true

Size: 812 Bytes

Versions: 1

Compression:

Stored size: 812 Bytes

Contents

# Buildium::CreateBudgetAsyncRequest

## 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::CreateBudgetAsyncRequest.new(
  name: null,
  property_id: null,
  start_month: null,
  fiscal_year: null,
  details: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/CreateBudgetAsyncRequest.md