Sha256: d5e838705c2aad6d3b794310432b7b151c03c0f80ee4f5157b3da75a63d3bde3
Contents?: true
Size: 563 Bytes
Versions: 11
Compression:
Stored size: 563 Bytes
Contents
# OpenapiClient::Secure3D21AuthenticationUpdateRequest ## 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::Secure3D21AuthenticationUpdateRequest.new(method_notification_status: RECEIVED, acs_response: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems