Sha256: 918964ed00904df61855be6b3b75322e0d134e1549d2ecf755233e36fbc9a0ab

Contents?: true

Size: 1002 Bytes

Versions: 10

Compression:

Stored size: 1002 Bytes

Contents

# OpenapiClient::SecondaryTransaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_type** | **String** | Object name of the secondary transaction request. | 
**store_id** | **String** | An optional outlet ID for clients that support multiple stores in the same developer app. | [optional] 
**merchant_transaction_id** | **String** | The unique merchant transaction ID from the request, if supplied. | [optional] 
**comments** | **String** | Comment for the secondary transaction. | [optional] 
**order** | [**Order**](Order.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::SecondaryTransaction.new(request_type: PostAuthTransaction,
                                 store_id: 12345500000,
                                 merchant_transaction_id: lsk23532djljff3,
                                 comments: This is a comment,
                                 order: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/SecondaryTransaction.md
first_data_gateway-1.13.0 docs/SecondaryTransaction.md
first_data_gateway-1.12.0 docs/SecondaryTransaction.md
first_data_gateway-1.11.0 docs/SecondaryTransaction.md
first_data_gateway-1.10.0 docs/SecondaryTransaction.md
first_data_gateway-1.9.0 docs/SecondaryTransaction.md
first_data_gateway-1.8.1 docs/SecondaryTransaction.md
first_data_gateway-1.8.0 docs/SecondaryTransaction.md
first_data_gateway-1.7.1 docs/SecondaryTransaction.md
first_data_gateway-1.7.0 docs/SecondaryTransaction.md