Class: Stripe::Source::Card
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Card
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address_line1_check ⇒ Object
readonly
Returns the value of attribute address_line1_check.
-
#address_zip_check ⇒ Object
readonly
Returns the value of attribute address_zip_check.
-
#brand ⇒ Object
readonly
Returns the value of attribute brand.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#cvc_check ⇒ Object
readonly
Returns the value of attribute cvc_check.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#dynamic_last4 ⇒ Object
readonly
Returns the value of attribute dynamic_last4.
-
#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.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#three_d_secure ⇒ Object
readonly
Returns the value of attribute three_d_secure.
-
#tokenization_method ⇒ Object
readonly
Returns the value of attribute tokenization_method.
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
#address_line1_check ⇒ Object (readonly)
Returns the value of attribute address_line1_check.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def address_line1_check @address_line1_check end |
#address_zip_check ⇒ Object (readonly)
Returns the value of attribute address_zip_check.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def address_zip_check @address_zip_check end |
#brand ⇒ Object (readonly)
Returns the value of attribute brand.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def brand @brand end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def country @country end |
#cvc_check ⇒ Object (readonly)
Returns the value of attribute cvc_check.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def cvc_check @cvc_check end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def description @description end |
#dynamic_last4 ⇒ Object (readonly)
Returns the value of attribute dynamic_last4.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def dynamic_last4 @dynamic_last4 end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def funding @funding end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def last4 @last4 end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def name @name end |
#three_d_secure ⇒ Object (readonly)
Returns the value of attribute three_d_secure.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def three_d_secure @three_d_secure end |
#tokenization_method ⇒ Object (readonly)
Returns the value of attribute tokenization_method.
52 53 54 |
# File 'lib/stripe/resources/source.rb', line 52 def tokenization_method @tokenization_method end |