Class: Stripe::PaymentMethod::InteracPresent
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentMethod::InteracPresent
- Defined in:
- lib/stripe/resources/payment_method.rb
Defined Under Namespace
Classes: Networks
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.
-
#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.
-
#networks ⇒ Object
readonly
Returns the value of attribute networks.
-
#preferred_locales ⇒ Object
readonly
Returns the value of attribute preferred_locales.
-
#read_method ⇒ Object
readonly
Returns the value of attribute read_method.
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.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def brand @brand end |
#cardholder_name ⇒ Object (readonly)
Returns the value of attribute cardholder_name.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def cardholder_name @cardholder_name end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def country @country end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def description @description end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def funding @funding end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def last4 @last4 end |
#networks ⇒ Object (readonly)
Returns the value of attribute networks.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def networks @networks end |
#preferred_locales ⇒ Object (readonly)
Returns the value of attribute preferred_locales.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def preferred_locales @preferred_locales end |
#read_method ⇒ Object (readonly)
Returns the value of attribute read_method.
166 167 168 |
# File 'lib/stripe/resources/payment_method.rb', line 166 def read_method @read_method end |