SyncteraRubySdk::InternalAccountResponseAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| tenant | String | The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces. | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::InternalAccountResponseAllOf.new(
tenant: abcdef_ghijkl
)