Class: Stripe::TestHelpers::Issuing::AuthorizationCreateParams::VerificationData::ThreeDSecure
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Issuing::AuthorizationCreateParams::VerificationData::ThreeDSecure
- Defined in:
- lib/stripe/params/test_helpers/issuing/authorization_create_params.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
The outcome of the 3D Secure authentication request.
Instance Method Summary collapse
-
#initialize(result: nil) ⇒ ThreeDSecure
constructor
A new instance of ThreeDSecure.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(result: nil) ⇒ ThreeDSecure
Returns a new instance of ThreeDSecure.
321 322 323 |
# File 'lib/stripe/params/test_helpers/issuing/authorization_create_params.rb', line 321 def initialize(result: nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
The outcome of the 3D Secure authentication request.
319 320 321 |
# File 'lib/stripe/params/test_helpers/issuing/authorization_create_params.rb', line 319 def result @result end |