Sha256: 2c02183a5f0fa63b0dd55cef8d64782a14df1b2f691e4b620546564c3424fe3d

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

# OpenapiClient::PaymentCardPreAuthTransactionAllOf

## 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::PaymentCardPreAuthTransactionAllOf.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/PaymentCardPreAuthTransactionAllOf.md
first_data_gateway-1.4.0 docs/PaymentCardPreAuthTransactionAllOf.md
first_data_gateway-1.3.0 docs/PaymentCardPreAuthTransactionAllOf.md