Sha256: ac592e95e10cad8bcfb46b84ce9ad7b5779304284930d0c3dcf452b9f7c43803
Contents?: true
Size: 739 Bytes
Versions: 4
Compression:
Stored size: 739 Bytes
Contents
# 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>**](NetworkFeeModel.md) | | [optional] | | **original_transaction_id** | **String** | | | | **transaction_options** | [**TransactionOptions**](TransactionOptions.md) | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::AuthorizationAdviceModel.new( amount: null, network_fees: null, original_transaction_id: null, transaction_options: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems