Sha256: fc26796effca39f7179c3a9be474f6ec15dcfa4acefac069219ccdc25954f053

Contents?: true

Size: 707 Bytes

Versions: 3

Compression:

Stored size: 707 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] 
**comments** | **String** | Comment for the secondary transaction. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.5.0 docs/SecondaryTransaction.md
first_data_gateway-1.4.0 docs/SecondaryTransaction.md
first_data_gateway-1.3.0 docs/SecondaryTransaction.md