Sha256: ad8e5426e7fccaf394fb5a3185a44baabb0438ec72ad67ebdcaafacf417c860a
Contents?: true
Size: 747 Bytes
Versions: 276
Compression:
Stored size: 747 Bytes
Contents
# CybridApiBank::ExchangeBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the exchange. | [optional] | | **name** | **String** | The name of the exchange. | [optional] | | **provider** | **String** | The provider for the exchange. | [optional] | | **environment** | **String** | The environment that the exchange is operating in. | [optional] | | **created_at** | **Time** | ISO8601 datetime the exchange was created at. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExchangeBankModel.new( guid: null, name: null, provider: null, environment: null, created_at: null ) ```
Version data entries
276 entries across 276 versions & 1 rubygems