Sha256: 08d40d934e9d3b5dda34bfc2586b03ea83a0b833568661af1bb6c7679fb31c3f
Contents?: true
Size: 555 Bytes
Versions: 347
Compression:
Stored size: 555 Bytes
Contents
# CybridApiBank::PostFeeConfigurationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **product_type** | **String** | The type of product being configured. | | | **asset** | **String** | The asset code. | | | **fees** | [**Array<PostFeeBankModel>**](PostFeeBankModel.md) | The fees associated with the configuration | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostFeeConfigurationBankModel.new( product_type: null, asset: null, fees: null ) ```
Version data entries
347 entries across 347 versions & 1 rubygems