Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 516 Bytes

NetworkFeeModel.md

File metadata and controls

22 lines (16 loc) · 516 Bytes

Synctera::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'

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