Sha256: 99999a024518b71f17de37928876cac43245851eda125a45089cdc6d8b2c5fa5
Contents?: true
Size: 584 Bytes
Versions: 389
Compression:
Stored size: 584 Bytes
Contents
# CybridApiBank::PostFeeBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The fee's type | | | **spread_fee** | **Integer** | The percentage amount, in basis points, to apply when charging a fee. | [optional] | | **fixed_fee** | **Integer** | The fixed amount to apply when charging a fee; for trades, the fiat asset is used. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostFeeBankModel.new( type: null, spread_fee: null, fixed_fee: null ) ```
Version data entries
389 entries across 389 versions & 1 rubygems