Sha256: 2f5fb2a7e196e7254e13899abdaa40c2265390a031ed23ecb53912c188c58826

Contents?: true

Size: 1.46 KB

Versions: 7

Compression:

Stored size: 1.46 KB

Contents

# OpenapiClient::PaymentCardSaleTransactionAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_method** | [**PaymentCardPaymentMethod**](PaymentCardPaymentMethod.md) |  | 
**stored_credentials** | [**StoredCredential**](StoredCredential.md) |  | [optional] 
**settlement_split** | [**Array<SubMerchantSplit>**](SubMerchantSplit.md) | Settle with multiple sub-merchants, sale and preAuth only. | [optional] 
**create_token** | [**CreatePaymentToken**](CreatePaymentToken.md) |  | [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::PaymentCardSaleTransactionAllOf.new(payment_method: null,
                                 stored_credentials: null,
                                 settlement_split: [{"merchantID":"100000001","amount":25.06},{"merchantID":"100000002","amount":15.07}],
                                 create_token: null,
                                 currency_conversion: null,
                                 authentication_request: null,
                                 authentication_result: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
first_data_gateway-1.12.0 docs/PaymentCardSaleTransactionAllOf.md
first_data_gateway-1.11.0 docs/PaymentCardSaleTransactionAllOf.md
first_data_gateway-1.10.0 docs/PaymentCardSaleTransactionAllOf.md
first_data_gateway-1.9.0 docs/PaymentCardSaleTransactionAllOf.md
first_data_gateway-1.8.1 docs/PaymentCardSaleTransactionAllOf.md
first_data_gateway-1.8.0 docs/PaymentCardSaleTransactionAllOf.md
first_data_gateway-1.6.0 docs/PaymentCardSaleTransactionAllOf.md