Sha256: 4e8be6089734853174c9c5e2e9a2f70968b80638e437a2ad3e89885e0d7be394
Contents?: true
Size: 681 Bytes
Versions: 45
Compression:
Stored size: 681 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 | | | **product_provider** | **String** | The provider for the product being configured. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostFeeConfigurationBankModel.new( product_type: null, asset: null, fees: null, product_provider: null ) ```
Version data entries
45 entries across 45 versions & 1 rubygems