Sha256: 641406f6593ec91185e6ea29b2547b88b0af52b9fd565a927085675ee854bd45

Contents?: true

Size: 659 Bytes

Versions: 4

Compression:

Stored size: 659 Bytes

Contents

# OpenapiClient::WalletPreAuthTransaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**wallet_payment_method** | [**WalletPaymentMethod**](WalletPaymentMethod.md) |  | 
**split_shipment** | [**SplitShipment**](SplitShipment.md) |  | [optional] 
**payment_facilitator** | [**PaymentFacilitator**](PaymentFacilitator.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::WalletPreAuthTransaction.new(wallet_payment_method: null,
                                 split_shipment: null,
                                 payment_facilitator: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.6.0 docs/WalletPreAuthTransaction.md
first_data_gateway-1.5.0 docs/WalletPreAuthTransaction.md
first_data_gateway-1.4.0 docs/WalletPreAuthTransaction.md
first_data_gateway-1.3.0 docs/WalletPreAuthTransaction.md