Sha256: 6b9dfb23c7fe093cc8208ddb569940724a72f13e4f8b1e16f2610fa8437b3983
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 KB
Contents
# SyncteraRubySdk::PatchExternalAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_identifiers** | [**PatchAccountsRequestAccountIdentifiers**](PatchAccountsRequestAccountIdentifiers.md) | | [optional] | | **account_owner_names** | **Array<String>** | The names of the account owners. | [optional] | | **currency** | **String** | The currency of the account in ISO 4217 format | [optional] | | **nickname** | **String** | A user-meaningful name for the account | [optional] | | **routing_identifiers** | [**PatchAccountsRequestRoutingIdentifiers**](PatchAccountsRequestRoutingIdentifiers.md) | | [optional] | | **type** | **String** | The type of the account | [optional] | | **verification** | [**AccountVerification**](AccountVerification.md) | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PatchExternalAccount.new( account_identifiers: null, account_owner_names: null, currency: USD, nickname: Vacation savings, routing_identifiers: null, type: null, verification: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems