Sha256: 4b50a1a972c12af0f35ed2f1578d3ee01d5987ed29f7fa48e57656569be7fb3c
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
# SyncteraRubySdk::ClearingModel ## 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) | | | **card_acceptor** | [**CardAcceptorModel**](CardAcceptorModel.md) | | [optional] | | **force_post** | **Boolean** | | [optional][default to false] | | **is_refund** | **Boolean** | | [optional][default to false] | | **mid** | **String** | | [optional] | | **network_fees** | [**Array<NetworkFeeModel>**](NetworkFeeModel.md) | | [optional] | | **original_transaction_id** | **String** | When you simulated a clearing the synchronous response would have included a `transaction.token`. That value should be used here. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ClearingModel.new( amount: null, card_acceptor: null, force_post: null, is_refund: null, mid: null, network_fees: null, original_transaction_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/ClearingModel.md |
synctera_ruby_sdk-1.1.2 | docs/ClearingModel.md |
synctera_ruby_sdk-1.1.1 | docs/ClearingModel.md |
synctera_ruby_sdk-1.0.0 | docs/ClearingModel.md |