Sha256: c72e550315777aaf16569ad561925c3312883dfe21e29cfafcc9e24fd9423a80
Contents?: true
Size: 590 Bytes
Versions: 4
Compression:
Stored size: 590 Bytes
Contents
# SyncteraRubySdk::SpendControlResponseList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **spend_controls** | [**Array<SpendControlResponse>**](SpendControlResponse.md) | Array of Spend Controls | | | **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::SpendControlResponseList.new( spend_controls: null, next_page_token: a8937a0d ) ```
Version data entries
4 entries across 4 versions & 1 rubygems