Sha256: d39cef42e43b4e1998a418d47b0c9654818b11244830157711e10c6fe76627bd
Contents?: true
Size: 696 Bytes
Versions: 276
Compression:
Stored size: 696 Bytes
Contents
# CybridApiBank::SystemAccountBankModel ## 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] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::SystemAccountBankModel.new( type: null, guid: null, created_at: null, asset_code: null, name: null ) ```
Version data entries
276 entries across 276 versions & 1 rubygems