Sha256: 866fe96e6201f9ba74c61d832f05bf7a3844df000d6754705f5b7293187fc29b

Contents?: true

Size: 758 Bytes

Versions: 14

Compression:

Stored size: 758 Bytes

Contents

# OpenapiClient::PostAuthTransactionAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transaction_amount** | [**Amount**](Amount.md) |  | 
**transaction_origin** | [**TransactionOrigin**](TransactionOrigin.md) |  | [optional] 
**split_shipment** | [**SplitShipment**](SplitShipment.md) |  | [optional] 
**soft_descriptor** | [**SoftDescriptor**](SoftDescriptor.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PostAuthTransactionAllOf.new(transaction_amount: null,
                                 transaction_origin: null,
                                 split_shipment: null,
                                 soft_descriptor: null)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.13.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.12.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.11.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.10.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.9.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.8.1 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.8.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.7.1 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.7.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.6.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.5.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.4.0 docs/PostAuthTransactionAllOf.md
first_data_gateway-1.3.0 docs/PostAuthTransactionAllOf.md