Class: Stripe::PaymentMethod::Card
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentMethod::Card
- Defined in:
- lib/stripe/resources/payment_method.rb
Defined Under Namespace
Classes: Checks, GeneratedFrom, Networks, ThreeDSecureUsage, Wallet
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#brand ⇒ Object
readonly
Returns the value of attribute brand.
-
#checks ⇒ Object
readonly
Returns the value of attribute checks.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#display_brand ⇒ Object
readonly
Returns the value of attribute display_brand.
-
#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_from ⇒ Object
readonly
Returns the value of attribute generated_from.
-
#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.
-
#three_d_secure_usage ⇒ Object
readonly
Returns the value of attribute three_d_secure_usage.
-
#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.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def brand @brand end |
#checks ⇒ Object (readonly)
Returns the value of attribute checks.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def checks @checks end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def country @country end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def description @description end |
#display_brand ⇒ Object (readonly)
Returns the value of attribute display_brand.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def display_brand @display_brand end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def funding @funding end |
#generated_from ⇒ Object (readonly)
Returns the value of attribute generated_from.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def generated_from @generated_from end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def last4 @last4 end |
#networks ⇒ Object (readonly)
Returns the value of attribute networks.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def networks @networks end |
#three_d_secure_usage ⇒ Object (readonly)
Returns the value of attribute three_d_secure_usage.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def three_d_secure_usage @three_d_secure_usage end |
#wallet ⇒ Object (readonly)
Returns the value of attribute wallet.
118 119 120 |
# File 'lib/stripe/resources/payment_method.rb', line 118 def wallet @wallet end |