# MxPlatformRuby::SpendingPlansResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **iteration_items** | [**Array<SpendingPlanResponse>**](SpendingPlanResponse.md) | | [optional] | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::SpendingPlansResponseBody.new( iteration_items: null, pagination: null ) ```