Sha256: ea8b618cf86d3e763d75676fc97957eae875f53b2f886faafc2d40a6d9311559
Contents?: true
Size: 520 Bytes
Versions: 29
Compression:
Stored size: 520 Bytes
Contents
# MxPlatformRuby::SpendingPlanAccountsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **spending_plan_accounts** | [**Array<SpendingPlanAccountResponse>**](SpendingPlanAccountResponse.md) | | [optional] | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::SpendingPlanAccountsResponse.new( spending_plan_accounts: null, pagination: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems