Sha256: a65bf26d45bec1f9df55b05a8a3fe511b8c8d21cfbb03d597d4467b30cd6234c

Contents?: true

Size: 804 Bytes

Versions: 1

Compression:

Stored size: 804 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] 
**order** | [**Order**](Order.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
first_data_gateway-1.6.0 docs/SecondaryTransaction.md