Sha256: a182b2aec789d824bf72bf24edfa23ce2f030884c42e581e4ffa638de3417d9c
Contents?: true
Size: 643 Bytes
Versions: 183
Compression:
Stored size: 643 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. Required when type is spread. | [optional] | | **fixed_fee** | **Integer** | The fixed amount to apply when charging a fee; for trades, the fiat asset is used. Required when type is fixed. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostFeeBankModel.new( type: null, spread_fee: null, fixed_fee: null ) ```
Version data entries
183 entries across 183 versions & 1 rubygems