Class: Stripe::Charge::PaymentMethodDetails::InteracPresent
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Charge::PaymentMethodDetails::InteracPresent
- Defined in:
- lib/stripe/resources/charge.rb
Defined Under Namespace
Classes: Receipt
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#brand ⇒ Object
readonly
Returns the value of attribute brand.
-
#cardholder_name ⇒ Object
readonly
Returns the value of attribute cardholder_name.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#emv_auth_data ⇒ Object
readonly
Returns the value of attribute emv_auth_data.
-
#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.
-
#generated_card ⇒ Object
readonly
Returns the value of attribute generated_card.
-
#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.
-
#network ⇒ Object
readonly
Returns the value of attribute network.
-
#network_transaction_id ⇒ Object
readonly
Returns the value of attribute network_transaction_id.
-
#preferred_locales ⇒ Object
readonly
Returns the value of attribute preferred_locales.
-
#read_method ⇒ Object
readonly
Returns the value of attribute read_method.
-
#receipt ⇒ Object
readonly
Returns the value of attribute receipt.
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
#brand ⇒ Object (readonly)
Returns the value of attribute brand.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def brand @brand end |
#cardholder_name ⇒ Object (readonly)
Returns the value of attribute cardholder_name.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def cardholder_name @cardholder_name end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def country @country end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def description @description end |
#emv_auth_data ⇒ Object (readonly)
Returns the value of attribute emv_auth_data.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def emv_auth_data @emv_auth_data end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def funding @funding end |
#generated_card ⇒ Object (readonly)
Returns the value of attribute generated_card.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def generated_card @generated_card end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def last4 @last4 end |
#network ⇒ Object (readonly)
Returns the value of attribute network.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def network @network end |
#network_transaction_id ⇒ Object (readonly)
Returns the value of attribute network_transaction_id.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def network_transaction_id @network_transaction_id end |
#preferred_locales ⇒ Object (readonly)
Returns the value of attribute preferred_locales.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def preferred_locales @preferred_locales end |
#read_method ⇒ Object (readonly)
Returns the value of attribute read_method.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def read_method @read_method end |
#receipt ⇒ Object (readonly)
Returns the value of attribute receipt.
234 235 236 |
# File 'lib/stripe/resources/charge.rb', line 234 def receipt @receipt end |