Sha256: 80dc9302e5d9bcaff0c2da12ccb40825f8e2d3262742fe8a0af6c178c0722c1d

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

# SyncteraRubySdk::FinancialRequestModel

## 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) |  |  |
| **card_id** | **String** |  |  |
| **cash_back_amount** | **Integer** | Cash back amount in the smallest whole denomination of the applicable currency (eg. For USD use cents) | [optional] |
| **is_pre_auth** | **Boolean** |  | [optional][default to false] |
| **mid** | **String** |  |  |
| **pin** | **String** |  | [optional] |
| **transaction_options** | [**TransactionOptions**](TransactionOptions.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::FinancialRequestModel.new(
  amount: null,
  card_acceptor: null,
  card_id: null,
  cash_back_amount: null,
  is_pre_auth: null,
  mid: null,
  pin: null,
  transaction_options: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/FinancialRequestModel.md
synctera_ruby_sdk-1.1.2 docs/FinancialRequestModel.md
synctera_ruby_sdk-1.1.1 docs/FinancialRequestModel.md
synctera_ruby_sdk-1.0.0 docs/FinancialRequestModel.md