SyncteraRubySdk::AuthorizationAdviceModel

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)
network_fees Array<NetworkFeeModel> [optional]
original_transaction_id String
transaction_options TransactionOptions [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AuthorizationAdviceModel.new(
  amount: null,
  network_fees: null,
  original_transaction_id: null,
  transaction_options: null
)