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

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::NetworkFeeModel.new(
  amount: null,
  credit_debit: null,
  type: null
)