Class: Stripe::ConfirmationToken::PaymentMethodPreview::Card::GeneratedFrom::PaymentMethodDetails::CardPresent::Receipt
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::ConfirmationToken::PaymentMethodPreview::Card::GeneratedFrom::PaymentMethodDetails::CardPresent::Receipt
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#account_type ⇒ Object
readonly
Returns the value of attribute account_type.
-
#application_cryptogram ⇒ Object
readonly
Returns the value of attribute application_cryptogram.
-
#application_preferred_name ⇒ Object
readonly
Returns the value of attribute application_preferred_name.
-
#authorization_code ⇒ Object
readonly
Returns the value of attribute authorization_code.
-
#authorization_response_code ⇒ Object
readonly
Returns the value of attribute authorization_response_code.
-
#cardholder_verification_method ⇒ Object
readonly
Returns the value of attribute cardholder_verification_method.
-
#dedicated_file_name ⇒ Object
readonly
Returns the value of attribute dedicated_file_name.
-
#terminal_verification_results ⇒ Object
readonly
Returns the value of attribute terminal_verification_results.
-
#transaction_status_information ⇒ Object
readonly
Returns the value of attribute transaction_status_information.
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
#account_type ⇒ Object (readonly)
Returns the value of attribute account_type.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def account_type @account_type end |
#application_cryptogram ⇒ Object (readonly)
Returns the value of attribute application_cryptogram.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def application_cryptogram @application_cryptogram end |
#application_preferred_name ⇒ Object (readonly)
Returns the value of attribute application_preferred_name.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def application_preferred_name @application_preferred_name end |
#authorization_code ⇒ Object (readonly)
Returns the value of attribute authorization_code.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def @authorization_code end |
#authorization_response_code ⇒ Object (readonly)
Returns the value of attribute authorization_response_code.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def @authorization_response_code end |
#cardholder_verification_method ⇒ Object (readonly)
Returns the value of attribute cardholder_verification_method.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def cardholder_verification_method @cardholder_verification_method end |
#dedicated_file_name ⇒ Object (readonly)
Returns the value of attribute dedicated_file_name.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def dedicated_file_name @dedicated_file_name end |
#terminal_verification_results ⇒ Object (readonly)
Returns the value of attribute terminal_verification_results.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def terminal_verification_results @terminal_verification_results end |
#transaction_status_information ⇒ Object (readonly)
Returns the value of attribute transaction_status_information.
82 83 84 |
# File 'lib/stripe/resources/confirmation_token.rb', line 82 def transaction_status_information @transaction_status_information end |