SyncteraRubySdk::SpendControlResponseAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| number_of_related_accounts | Integer | A count of how many accounts are using this spend control |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::SpendControlResponseAllOf.new(
number_of_related_accounts: null
)