Sha256: de67b2d2ddb55e9ef8addc0457d42d61641c306d43957fe929888f22d96296a6

Contents?: true

Size: 926 Bytes

Versions: 12

Compression:

Stored size: 926 Bytes

Contents

# OpenapiClient::UsePaymentToken

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **String** | Client-supplied payment token value. | 
**token_origin_store_id** | **String** | The ID of a same store (or) sibling store in a hierarchy for which the token was originally created. | [optional] 
**function** | [**CardFunction**](CardFunction.md) |  | [optional] 
**security_code** | **String** | Card verification value/number. | [optional] 
**expiry_date** | [**Expiration**](Expiration.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::UsePaymentToken.new(value: 1235325235236,
                                 token_origin_store_id: 12345500001,
                                 function: null,
                                 security_code: 977,
                                 expiry_date: null)
```


Version data entries

12 entries across 12 versions & 1 rubygems

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