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
Constructor Details
#initialize(result: nil) ⇒ ThreeDSecure
Returns a new instance of ThreeDSecure.
251 252 253 |
# File 'lib/stripe/params/test_helpers/issuing/authorization_create_params.rb', line 251 def initialize(result: nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
The outcome of the 3D Secure authentication request.
249 250 251 |
# File 'lib/stripe/params/test_helpers/issuing/authorization_create_params.rb', line 249 def result @result end |