Class: Stripe::PaymentAttemptRecord::PaymentMethodDetails::Card::ThreeDSecure

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/payment_attempt_record.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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_flowObject (readonly)

For authenticated transactions: Indicates how the issuing bank authenticated the customer.



549
550
551
# File 'lib/stripe/resources/payment_attempt_record.rb', line 549

def authentication_flow
  @authentication_flow
end

#resultObject (readonly)

Indicates the outcome of 3D Secure authentication.



551
552
553
# File 'lib/stripe/resources/payment_attempt_record.rb', line 551

def result
  @result
end

#result_reasonObject (readonly)

Additional information about why 3D Secure succeeded or failed, based on the ‘result`.



553
554
555
# File 'lib/stripe/resources/payment_attempt_record.rb', line 553

def result_reason
  @result_reason
end

#versionObject (readonly)

The version of 3D Secure that was used.



555
556
557
# File 'lib/stripe/resources/payment_attempt_record.rb', line 555

def version
  @version
end

Class Method Details

.field_remappingsObject



561
562
563
# File 'lib/stripe/resources/payment_attempt_record.rb', line 561

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



557
558
559
# File 'lib/stripe/resources/payment_attempt_record.rb', line 557

def self.inner_class_types
  @inner_class_types = {}
end