Class: CheckoutSdk::Sessions::ThreeDsRequestorAuthenticationInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#three_ds_req_auth_dataString



11
12
13
14
15
# File 'lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb', line 11

class ThreeDsRequestorAuthenticationInfo
  attr_accessor :three_ds_req_auth_method,
                :three_ds_req_auth_timestamp,
                :three_ds_req_auth_data
end

#three_ds_req_auth_methodString



11
12
13
14
15
# File 'lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb', line 11

class ThreeDsRequestorAuthenticationInfo
  attr_accessor :three_ds_req_auth_method,
                :three_ds_req_auth_timestamp,
                :three_ds_req_auth_data
end

#three_ds_req_auth_timestampTime



11
12
13
14
15
# File 'lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb', line 11

class ThreeDsRequestorAuthenticationInfo
  attr_accessor :three_ds_req_auth_method,
                :three_ds_req_auth_timestamp,
                :three_ds_req_auth_data
end