Sha256: 005266d5ea0b2a64a30fd20f5ce721dbe42556e32189bb6d2b577ed42e7d9597

Contents?: true

Size: 1.27 KB

Versions: 10

Compression:

Stored size: 1.27 KB

Contents

# MxPlatformRuby::MonthlyCashFlowResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Unique identifier for the monthly cash flow profile. Defined by MX. | [optional] |
| **user_guid** | **String** | Unique identifier for the user the monthly cash flow profile is attached to. Defined by MX. | [optional] |
| **budgeted_income** | **Float** | The amount of the budgeted income for the user. | [optional] |
| **budgeted_expenses** | **Float** | The amount of the budgeted expenses for the user. | [optional] |
| **goals_contribution** | **Float** | The monthly dollar amount allocated for goals. | [optional] |
| **estimated_goals_contribution** | **Integer** | The estimated monthly dollar amount allocated for goals calculated from income and budgets. | [optional] |
| **uses_estimated_goals_contribution** | **Boolean** |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::MonthlyCashFlowResponse.new(
  guid: MCF-4e431124-4a29-abf9-f059-ab232ac14dbf,
  user_guid: USR-6c83f63c-efcc-0189-3f14-100f0bad378a,
  budgeted_income: 1200.12,
  budgeted_expenses: 1000.0,
  goals_contribution: 150.0,
  estimated_goals_contribution: null,
  uses_estimated_goals_contribution: false
)
```

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mx-platform-ruby-1.1.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-1.0.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.46.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.45.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.44.1 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.44.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.43.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.42.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.41.0 docs/MonthlyCashFlowResponse.md
mx-platform-ruby-0.40.0 docs/MonthlyCashFlowResponse.md