Sha256: 56fdd06b9c6e4f35eff105534057c3d266a4758a73780390e0e78c9de17e73e6
Contents?: true
Size: 812 Bytes
Versions: 184
Compression:
Stored size: 812 Bytes
Contents
# CybridApiBank::CybridAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The account type. | [optional] | | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] | | **created_at** | **Time** | ISO8601 datetime the account was created at. | [optional] | | **asset_code** | **String** | The asset code. | [optional] | | **name** | **String** | The name of the account. | [optional] | | **environment** | **String** | The environment the account is configured for. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::CybridAccountBankModel.new( type: null, guid: null, created_at: null, asset_code: null, name: null, environment: null ) ```
Version data entries
184 entries across 184 versions & 1 rubygems