Sha256: 3eecbfa3877e0fc9b3a185e5d21c20e800aa688c7eaac37b0fea7b64d3f8abc1
Contents?: true
Size: 539 Bytes
Versions: 4
Compression:
Stored size: 539 Bytes
Contents
# SyncteraRubySdk::NetworkFeeModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | The amount of the fee in the smallest whole denomination of the applicable currency (eg. For USD use cents) | | | **credit_debit** | **String** | C = credit; D = debit | [optional] | | **type** | **String** | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::NetworkFeeModel.new( amount: null, credit_debit: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems