SyncteraRubySdk::SpendControlResponseListAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| spend_controls | Array<SpendControlResponse> | Array of Spend Controls |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::SpendControlResponseListAllOf.new(
spend_controls: null
)