Class: Stripe::PaymentRecord::PaymentMethodDetails::Card::ThreeDSecure
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentRecord::PaymentMethodDetails::Card::ThreeDSecure
- Defined in:
- lib/stripe/resources/payment_record.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#authentication_flow ⇒ Object
readonly
Attribute for field authentication_flow.
-
#result ⇒ Object
readonly
Attribute for field result.
-
#result_reason ⇒ Object
readonly
Attribute for field result_reason.
-
#version ⇒ Object
readonly
Attribute for field version.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#authentication_flow ⇒ Object (readonly)
Attribute for field authentication_flow
282 283 284 |
# File 'lib/stripe/resources/payment_record.rb', line 282 def authentication_flow @authentication_flow end |
#result ⇒ Object (readonly)
Attribute for field result
284 285 286 |
# File 'lib/stripe/resources/payment_record.rb', line 284 def result @result end |
#result_reason ⇒ Object (readonly)
Attribute for field result_reason
286 287 288 |
# File 'lib/stripe/resources/payment_record.rb', line 286 def result_reason @result_reason end |
#version ⇒ Object (readonly)
Attribute for field version
288 289 290 |
# File 'lib/stripe/resources/payment_record.rb', line 288 def version @version end |