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 |
require 'synctera'
instance = Synctera::NetworkFeeModel.new(
amount: null,
credit_debit: null,
type: null
)