mx-platform-ruby 0.22.1 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **iteration_items** | [**Array<SpendingPlanResponse>**](SpendingPlanResponse.md) | | [optional] |
7
+ | **spending_plans** | [**Array<SpendingPlanResponse>**](SpendingPlanResponse.md) | | [optional] |
8
8
  | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] |
9
9
 
10
10
  ## Example
@@ -13,7 +13,7 @@
13
13
  require 'mx-platform-ruby'
14
14
 
15
15
  instance = MxPlatformRuby::SpendingPlansResponseBody.new(
16
- iteration_items: null,
16
+ spending_plans: null,
17
17
  pagination: null
18
18
  )
19
19
  ```