Sha256: b28d157605c545320cd23640fbd1617d74cf3e92c3dff970790839bb4395d26f

Contents?: true

Size: 729 Bytes

Versions: 4

Compression:

Stored size: 729 Bytes

Contents

# OpenapiClient::AuthenticationUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**store_id** | **String** | An optional Outlet ID for clients that support multiple stores in the same developer app. | [optional] 
**authentication_type** | **String** | Object name of the authentication update request. | 
**billing_address** | [**Address**](Address.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::AuthenticationUpdateRequest.new(store_id: 12345500000,
                                 authentication_type: Secure3DAuthenticationUpdateRequest,
                                 billing_address: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.13.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.12.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.11.0 docs/AuthenticationUpdateRequest.md