Sha256: c69351961f21650910d25376f00f272545020f5029d3b07034df90674baeb77e

Contents?: true

Size: 1.33 KB

Versions: 11

Compression:

Stored size: 1.33 KB

Contents

# OpenapiClient::PaymentTokenSaleTransactionAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_method** | [**PaymentTokenPaymentMethod**](PaymentTokenPaymentMethod.md) |  | 
**stored_credentials** | [**StoredCredential**](StoredCredential.md) |  | [optional] 
**settlement_split** | [**Array<SubMerchantSplit>**](SubMerchantSplit.md) | Settle with multiple sub-merchants, sale and preAuth only. | [optional] 
**currency_conversion** | [**CurrencyConversion**](CurrencyConversion.md) |  | [optional] 
**authentication_request** | [**AuthenticationRequest**](AuthenticationRequest.md) |  | [optional] 
**authentication_result** | [**AuthenticationResult**](AuthenticationResult.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentTokenSaleTransactionAllOf.new(payment_method: null,
                                 stored_credentials: null,
                                 settlement_split: [{"merchantID":"100000001","amount":25.06},{"merchantID":"100000002","amount":15.07}],
                                 currency_conversion: null,
                                 authentication_request: null,
                                 authentication_result: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.13.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.12.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.11.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.10.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.9.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.8.1 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.8.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.7.1 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.7.0 docs/PaymentTokenSaleTransactionAllOf.md
first_data_gateway-1.6.0 docs/PaymentTokenSaleTransactionAllOf.md