Sha256: a6a5255f28a50dda2e2913b24978727ec179eb68f5988e6c90b7a5201037c96b

Contents?: true

Size: 677 Bytes

Versions: 12

Compression:

Stored size: 677 Bytes

Contents

# OpenapiClient::PaymentDeviceSaleTransactionAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_method** | [**PaymentDevicePaymentMethod**](PaymentDevicePaymentMethod.md) |  | 
**create_token** | [**CreatePaymentToken**](CreatePaymentToken.md) |  | [optional] 
**stored_credentials** | [**StoredCredential**](StoredCredential.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentDeviceSaleTransactionAllOf.new(payment_method: null,
                                 create_token: null,
                                 stored_credentials: null)
```


Version data entries

12 entries across 12 versions & 1 rubygems

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