Sha256: 2b8b4903be155223f9e9f75f095882aa5a55266c4e87d5ca35ebad343b4a829b
Contents?: true
Size: 561 Bytes
Versions: 11
Compression:
Stored size: 561 Bytes
Contents
# MxPlatformRuby::MonthlyCashFlowProfileRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **goals_contribution** | **Float** | The monthly dollar amount allocated for goals. | [optional] | | **uses_estimated_goals_contribution** | **Boolean** | Determines if the user uses estimated goals contribution. | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MonthlyCashFlowProfileRequest.new( goals_contribution: 150.01, uses_estimated_goals_contribution: false ) ```
Version data entries
11 entries across 11 versions & 1 rubygems