SyncteraRubySdk::InternalAccountPatch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| account_type | InternalAccountType | [optional] | |
| description | String | A user provided description for the current account | [optional] |
| purpose | InternalAccountPurpose | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::InternalAccountPatch.new(
account_type: null,
description: null,
purpose: null
)