Sha256: c3698496d3cd2a1d72993766f08aad577e5bab12da9ff8c5b961981985fd9de9

Contents?: true

Size: 627 Bytes

Versions: 8

Compression:

Stored size: 627 Bytes

Contents

# OpenapiClient::ReturnTransactionAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transaction_amount** | [**Amount**](Amount.md) |  | 
**soft_descriptor** | [**SoftDescriptor**](SoftDescriptor.md) |  | [optional] 
**currency_conversion** | [**CurrencyConversion**](CurrencyConversion.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ReturnTransactionAllOf.new(transaction_amount: null,
                                 soft_descriptor: null,
                                 currency_conversion: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
first_data_gateway-1.8.1 docs/ReturnTransactionAllOf.md
first_data_gateway-1.8.0 docs/ReturnTransactionAllOf.md
first_data_gateway-1.7.1 docs/ReturnTransactionAllOf.md
first_data_gateway-1.7.0 docs/ReturnTransactionAllOf.md
first_data_gateway-1.6.0 docs/ReturnTransactionAllOf.md
first_data_gateway-1.5.0 docs/ReturnTransactionAllOf.md
first_data_gateway-1.4.0 docs/ReturnTransactionAllOf.md
first_data_gateway-1.3.0 docs/ReturnTransactionAllOf.md