Sha256: 32636925d75682a2ee8fcece75e90b1c9e7d5d58255c8d53084286cdac2f5a43

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

# OpenapiClient::PaymentCardPreAuthTransaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_method** | [**PaymentCardPaymentMethod**](PaymentCardPaymentMethod.md) |  | 
**stored_credentials** | [**StoredCredential**](StoredCredential.md) |  | [optional] 
**create_token** | [**CreatePaymentToken**](CreatePaymentToken.md) |  | [optional] 
**split_shipment** | [**SplitShipment**](SplitShipment.md) |  | [optional] 
**settlement_split** | [**Array<SubMerchantSplit>**](SubMerchantSplit.md) | Settle with multiple sub-merchants, sale and preAuth only. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentCardPreAuthTransaction.new(payment_method: null,
                                 stored_credentials: null,
                                 create_token: null,
                                 split_shipment: null,
                                 settlement_split: [{"merchantID":"100000001","amount":25.06},{"merchantID":"100000002","amount":15.07}])
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.5.0 docs/PaymentCardPreAuthTransaction.md
first_data_gateway-1.4.0 docs/PaymentCardPreAuthTransaction.md
first_data_gateway-1.3.0 docs/PaymentCardPreAuthTransaction.md