Class: CheckoutSdk::Sessions::ThreeDsRequestorAuthenticationInfo
- Inherits:
-
Object
- Object
- CheckoutSdk::Sessions::ThreeDsRequestorAuthenticationInfo
- Defined in:
- lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb
Instance Attribute Summary collapse
- #three_ds_req_auth_data ⇒ String
- #three_ds_req_auth_method ⇒ String
- #three_ds_req_auth_timestamp ⇒ Time
Instance Attribute Details
#three_ds_req_auth_data ⇒ String
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_method ⇒ String
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_timestamp ⇒ Time
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 |