Sha256: 053f03bf9bfe7c5686c0be60ca79543b952f02878c4ac3844b1c30d28b294157

Contents?: true

Size: 731 Bytes

Versions: 7

Compression:

Stored size: 731 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: Secure3D10AuthenticationUpdateRequest,
                                 billing_address: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
first_data_gateway-1.10.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.9.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.8.1 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.8.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.7.1 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.7.0 docs/AuthenticationUpdateRequest.md
first_data_gateway-1.6.0 docs/AuthenticationUpdateRequest.md