Sha256: ff5daa701104d43c883c4e92ec9ec58eda7c6e1c4be7cf02354d32619990c4ec
Contents?: true
Size: 733 Bytes
Versions: 423
Compression:
Stored size: 733 Bytes
Contents
# CybridApiBank::ActivityLimitBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the limit. | [optional] | | **asset** | **String** | The asset code for the limit. | [optional] | | **amount** | **Integer** | The limit amount for the asset. | [optional] | | **interval** | **Integer** | The limit interval in seconds for the asset. | [optional] | | **activities** | **Array<String>** | The activities associated with the limit. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ActivityLimitBankModel.new( name: null, asset: null, amount: null, interval: null, activities: null ) ```
Version data entries
423 entries across 423 versions & 1 rubygems