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
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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
512 513 514 |
# File 'lib/stripe/resources/payment_record.rb', line 512 def authentication_flow @authentication_flow end |
#result ⇒ Object (readonly)
Attribute for field result
514 515 516 |
# File 'lib/stripe/resources/payment_record.rb', line 514 def result @result end |
#result_reason ⇒ Object (readonly)
Attribute for field result_reason
516 517 518 |
# File 'lib/stripe/resources/payment_record.rb', line 516 def result_reason @result_reason end |
#version ⇒ Object (readonly)
Attribute for field version
518 519 520 |
# File 'lib/stripe/resources/payment_record.rb', line 518 def version @version end |
Class Method Details
.field_remappings ⇒ Object
524 525 526 |
# File 'lib/stripe/resources/payment_record.rb', line 524 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
520 521 522 |
# File 'lib/stripe/resources/payment_record.rb', line 520 def self.inner_class_types @inner_class_types = {} end |