Class: Stripe::Charge::PaymentMethodDetails::InteracPresent::Receipt

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

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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

#account_typeObject (readonly)

Returns the value of attribute account_type.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def 
  @account_type
end

#application_cryptogramObject (readonly)

Returns the value of attribute application_cryptogram.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def application_cryptogram
  @application_cryptogram
end

#application_preferred_nameObject (readonly)

Returns the value of attribute application_preferred_name.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def application_preferred_name
  @application_preferred_name
end

#authorization_codeObject (readonly)

Returns the value of attribute authorization_code.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def authorization_code
  @authorization_code
end

#authorization_response_codeObject (readonly)

Returns the value of attribute authorization_response_code.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def authorization_response_code
  @authorization_response_code
end

#cardholder_verification_methodObject (readonly)

Returns the value of attribute cardholder_verification_method.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def cardholder_verification_method
  @cardholder_verification_method
end

#dedicated_file_nameObject (readonly)

Returns the value of attribute dedicated_file_name.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def dedicated_file_name
  @dedicated_file_name
end

#terminal_verification_resultsObject (readonly)

Returns the value of attribute terminal_verification_results.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def terminal_verification_results
  @terminal_verification_results
end

#transaction_status_informationObject (readonly)

Returns the value of attribute transaction_status_information.



232
233
234
# File 'lib/stripe/resources/charge.rb', line 232

def transaction_status_information
  @transaction_status_information
end