Class: Stripe::Issuing::Authorization::CreateParams::VerificationData::ThreeDSecure
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Issuing::Authorization::CreateParams::VerificationData::ThreeDSecure
- Defined in:
- lib/stripe/resources/issuing/authorization.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.
524 525 526 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 524 def initialize(result: nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
The outcome of the 3D Secure authentication request.
522 523 524 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 522 def result @result end |