Sha256: 255893dfca5c5cb2f7b51b6b281df1673346ab31bf6fecbd7d2e38723b5a9831
Contents?: true
Size: 752 Bytes
Versions: 3
Compression:
Stored size: 752 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** | [**BudgetMonthlyAmountsMessage**](BudgetMonthlyAmountsMessage.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BudgetDetailsMessage.md |
buildium-ruby-2.1.0 | docs/BudgetDetailsMessage.md |
buildium-ruby-2.0.1 | docs/BudgetDetailsMessage.md |