Sha256: 99f5bf305190d49337a74ea8eb84892cfb464e1ac38f8ea6a2d01240a7073faf

Contents?: true

Size: 559 Bytes

Versions: 4

Compression:

Stored size: 559 Bytes

Contents

# OpenapiClient::Secure3DAuthenticationUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method_notification_status** | **String** | Indicates how the merchant received the 3DS method. | [optional] 
**acs_response** | [**ACSResponse**](ACSResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3DAuthenticationUpdateRequest.new(method_notification_status: RECEIVED,
                                 acs_response: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

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