Class: Stripe::SetupAttempt::PaymentMethodDetails::Card
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SetupAttempt::PaymentMethodDetails::Card
- Defined in:
- lib/stripe/resources/setup_attempt.rb
Defined Under Namespace
Classes: Checks, ThreeDSecure, Wallet
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::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.
-
#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.
-
#network ⇒ Object
readonly
Returns the value of attribute network.
-
#three_d_secure ⇒ Object
readonly
Returns the value of attribute three_d_secure.
-
#wallet ⇒ Object
readonly
Returns the value of attribute wallet.
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
#brand ⇒ Object (readonly)
Returns the value of attribute brand.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def brand @brand end |
#checks ⇒ Object (readonly)
Returns the value of attribute checks.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def checks @checks end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def country @country end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def description @description end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def exp_year @exp_year end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def funding @funding end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def iin @iin end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def last4 @last4 end |
#network ⇒ Object (readonly)
Returns the value of attribute network.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def network @network end |
#three_d_secure ⇒ Object (readonly)
Returns the value of attribute three_d_secure.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def three_d_secure @three_d_secure end |
#wallet ⇒ Object (readonly)
Returns the value of attribute wallet.
43 44 45 |
# File 'lib/stripe/resources/setup_attempt.rb', line 43 def wallet @wallet end |