SyncteraRubySdk::ReversalModel

Properties

Name Type Description Notes
amount Integer The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)
find_original_window_days Integer [optional]
is_advice Boolean [optional][default to false]
network_fees Array<NetworkFeeModel> [optional]
original_transaction_id String

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::ReversalModel.new(
  amount: null,
  find_original_window_days: null,
  is_advice: null,
  network_fees: null,
  original_transaction_id: null
)