Class: Stripe::Source::CardPresent
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::CardPresent
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#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.
-
#brand ⇒ Object
readonly
Returns the value of attribute brand.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#cvm_type ⇒ Object
readonly
Returns the value of attribute cvm_type.
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#dedicated_file_name ⇒ Object
readonly
Returns the value of attribute dedicated_file_name.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#emv_auth_data ⇒ Object
readonly
Returns the value of attribute emv_auth_data.
-
#evidence_customer_signature ⇒ Object
readonly
Returns the value of attribute evidence_customer_signature.
-
#evidence_transaction_certificate ⇒ Object
readonly
Returns the value of attribute evidence_transaction_certificate.
-
#exp_month ⇒ Object
readonly
Returns the value of attribute exp_month.
-
#exp_year ⇒ Object
readonly
Returns the value of attribute exp_year.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#funding ⇒ Object
readonly
Returns the value of attribute funding.
-
#iin ⇒ Object
readonly
Returns the value of attribute iin.
-
#issuer ⇒ Object
readonly
Returns the value of attribute issuer.
-
#last4 ⇒ Object
readonly
Returns the value of attribute last4.
-
#pos_device_id ⇒ Object
readonly
Returns the value of attribute pos_device_id.
-
#pos_entry_mode ⇒ Object
readonly
Returns the value of attribute pos_entry_mode.
-
#read_method ⇒ Object
readonly
Returns the value of attribute read_method.
-
#reader ⇒ Object
readonly
Returns the value of attribute reader.
-
#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 Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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
#application_cryptogram ⇒ Object (readonly)
Returns the value of attribute application_cryptogram.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def application_cryptogram @application_cryptogram end |
#application_preferred_name ⇒ Object (readonly)
Returns the value of attribute application_preferred_name.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def application_preferred_name @application_preferred_name end |
#authorization_code ⇒ Object (readonly)
Returns the value of attribute authorization_code.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def @authorization_code end |
#authorization_response_code ⇒ Object (readonly)
Returns the value of attribute authorization_response_code.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def @authorization_response_code end |
#brand ⇒ Object (readonly)
Returns the value of attribute brand.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def brand @brand end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def country @country end |
#cvm_type ⇒ Object (readonly)
Returns the value of attribute cvm_type.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def cvm_type @cvm_type end |
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def data_type @data_type end |
#dedicated_file_name ⇒ Object (readonly)
Returns the value of attribute dedicated_file_name.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def dedicated_file_name @dedicated_file_name end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def description @description end |
#emv_auth_data ⇒ Object (readonly)
Returns the value of attribute emv_auth_data.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def emv_auth_data @emv_auth_data end |
#evidence_customer_signature ⇒ Object (readonly)
Returns the value of attribute evidence_customer_signature.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def evidence_customer_signature @evidence_customer_signature end |
#evidence_transaction_certificate ⇒ Object (readonly)
Returns the value of attribute evidence_transaction_certificate.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def evidence_transaction_certificate @evidence_transaction_certificate end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def funding @funding end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def last4 @last4 end |
#pos_device_id ⇒ Object (readonly)
Returns the value of attribute pos_device_id.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def pos_device_id @pos_device_id end |
#pos_entry_mode ⇒ Object (readonly)
Returns the value of attribute pos_entry_mode.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def pos_entry_mode @pos_entry_mode end |
#read_method ⇒ Object (readonly)
Returns the value of attribute read_method.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def read_method @read_method end |
#reader ⇒ Object (readonly)
Returns the value of attribute reader.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def reader @reader end |
#terminal_verification_results ⇒ Object (readonly)
Returns the value of attribute terminal_verification_results.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def terminal_verification_results @terminal_verification_results end |
#transaction_status_information ⇒ Object (readonly)
Returns the value of attribute transaction_status_information.
56 57 58 |
# File 'lib/stripe/resources/source.rb', line 56 def transaction_status_information @transaction_status_information end |