Sha256: 0ed304bd3efdf5722510ac90fcba351ad0167e54df48b6c7b878c6f4a8636570

Contents?: true

Size: 602 Bytes

Versions: 701

Compression:

Stored size: 602 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, in the currency of the parent trading configuration, to apply when charging a fee. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostFeeBankModel.new(
  type: null,
  spread_fee: null,
  fixed_fee: null
)
```

Version data entries

701 entries across 701 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.6.0 docs/PostFeeBankModel.md