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