Sha256: b25c126d8758d94ae80aa684e0b686618ba5c171cdc1e9b5b790c45ad7a8c4ec
Contents?: true
Size: 1.29 KB
Versions: 12
Compression:
Stored size: 1.29 KB
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] | | **selected** | **Boolean** | Flag indicating if the backstopped bank account is selected or not. | [optional] | | **selected_at** | **Time** | ISO8601 datetime the backstopped bank account was last selected at. | [optional] | | **deselected_at** | **Time** | ISO8601 datetime the backstopped bank account was last deselected at. | [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, selected: null, selected_at: null, deselected_at: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems