Class: Stripe::ConfirmationToken::PaymentMethodPreview::CardPresent
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::ConfirmationToken::PaymentMethodPreview::CardPresent
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Defined Under Namespace
Classes: Networks, Offline, Wallet
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#brand ⇒ Object
readonly
Returns the value of attribute brand.
-
#brand_product ⇒ Object
readonly
Returns the value of attribute brand_product.
-
#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.
-
#offline ⇒ Object
readonly
Returns the value of attribute offline.
-
#preferred_locales ⇒ Object
readonly
Returns the value of attribute preferred_locales.
-
#read_method ⇒ Object
readonly
Returns the value of attribute read_method.
-
#wallet ⇒ Object
readonly
Returns the value of attribute wallet.
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.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def brand @brand end |
#brand_product ⇒ Object (readonly)
Returns the value of attribute brand_product.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def brand_product @brand_product end |
#cardholder_name ⇒ Object (readonly)
Returns the value of attribute cardholder_name.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def cardholder_name @cardholder_name end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def country @country end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def description @description end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def funding @funding end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def last4 @last4 end |
#networks ⇒ Object (readonly)
Returns the value of attribute networks.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def networks @networks end |
#offline ⇒ Object (readonly)
Returns the value of attribute offline.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def offline @offline end |
#preferred_locales ⇒ Object (readonly)
Returns the value of attribute preferred_locales.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def preferred_locales @preferred_locales end |
#read_method ⇒ Object (readonly)
Returns the value of attribute read_method.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def read_method @read_method end |
#wallet ⇒ Object (readonly)
Returns the value of attribute wallet.
149 150 151 |
# File 'lib/stripe/resources/confirmation_token.rb', line 149 def wallet @wallet end |