Sha256: 25f3dfb1b628cf56775782b24ea7212f3d9e7d965a474a79b2ec924ab66f02b3

Contents?: true

Size: 1011 Bytes

Versions: 4

Compression:

Stored size: 1011 Bytes

Contents

# OpenapiClient::PaymentTokenizationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_type** | **String** | Object name of tokenization request. | 
**store_id** | **String** | An optional outlet ID for clients that support multiple stores in the same app. | [optional] 
**billing_address** | [**Address**](Address.md) |  | [optional] 
**create_token** | [**CreatePaymentToken**](CreatePaymentToken.md) |  | 
**account_verification** | **Boolean** | If the account should be verified prior to token creation. | [optional] [default to false]

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentTokenizationRequest.new(request_type: PaymentCardPaymentTokenizationRequest,
                                 store_id: 12345500000,
                                 billing_address: null,
                                 create_token: null,
                                 account_verification: true)
```


Version data entries

4 entries across 4 versions & 1 rubygems

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