Sha256: 3d3c73c193f1bf4ad8bde1c6c370d7fa6fad8b88dd72970b4f50af1949b3c30a

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

# Buildium::BudgetDetailsMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gl_account_id** | **Integer** | The general ledger account unique identifier the budget is related to. | [optional] |
| **gl_account_sub_type** | **String** | Describes the subtype of the general ledger account. | [optional] |
| **total_amount** | **Float** | Sum of all monthly amounts in the budget. | [optional] |
| **monthly_amounts** | [**BudgetDetailsMessageMonthlyAmounts**](BudgetDetailsMessageMonthlyAmounts.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BudgetDetailsMessage.new(
  gl_account_id: null,
  gl_account_sub_type: null,
  total_amount: null,
  monthly_amounts: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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