Sha256: f9139d62600b5ee47b27326f464d6cd2a4afe52e575594080c1efbf5f8fdc2f2
Contents?: true
Size: 914 Bytes
Versions: 35
Compression:
Stored size: 914 Bytes
Contents
# CybridApiBank::AccountBankModel ## 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** | **String** | The asset code. | [optional] | | **name** | **String** | The name of the account. | [optional] | | **bank_guid** | **String** | The bank identifier associated with the account. | [optional] | | **customer_guid** | **String** | The customer identifier associated with the account. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::AccountBankModel.new( type: null, guid: null, created_at: null, asset: null, name: null, bank_guid: null, customer_guid: null ) ```
Version data entries
35 entries across 35 versions & 1 rubygems