Sha256: 2683c35b85a2fe82e034cf4dab6a630842cf6266d91b848f4d00f2037e64b92e
Contents?: true
Size: 604 Bytes
Versions: 701
Compression:
Stored size: 604 Bytes
Contents
# CybridApiBank::FeeBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The fee's type | [optional] | | **spread_fee** | **Integer** | The percentage amount, in basis points, to apply when charging a fee. | [optional] | | **fixed_fee** | **Integer** | The fixed amount, in the currency of the parent trading configuration, to apply when charging a fee. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::FeeBankModel.new( type: null, spread_fee: null, fixed_fee: null ) ```
Version data entries
701 entries across 701 versions & 1 rubygems