Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 563 Bytes

File metadata and controls

19 lines (12 loc) · 563 Bytes

OpenapiClient::Secure3D21AuthenticationUpdateRequest

Properties

Name Type Description Notes
method_notification_status String Indicates how the merchant received the 3DS method. [optional]
acs_response ACSResponse [optional]

Code Sample

require 'OpenapiClient'

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