# MxPlatformRuby::MonthlyCashFlowResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **monthly_cash_flow_profile** | [**MonthlyCashFlowResponse**](MonthlyCashFlowResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MonthlyCashFlowResponseBody.new( monthly_cash_flow_profile: null ) ```