Class: Stripe::Issuing::Cardholder::Individual
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Cardholder::Individual
- Defined in:
- lib/stripe/resources/issuing/cardholder.rb
Defined Under Namespace
Classes: CardIssuing, Dob, Verification
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#card_issuing ⇒ Object
readonly
Returns the value of attribute card_issuing.
-
#dob ⇒ Object
readonly
Returns the value of attribute dob.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#verification ⇒ Object
readonly
Returns the value of attribute verification.
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
#card_issuing ⇒ Object (readonly)
Returns the value of attribute card_issuing.
48 49 50 |
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48 def card_issuing @card_issuing end |
#dob ⇒ Object (readonly)
Returns the value of attribute dob.
48 49 50 |
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48 def dob @dob end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name.
48 49 50 |
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48 def first_name @first_name end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name.
48 49 50 |
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48 def last_name @last_name end |
#verification ⇒ Object (readonly)
Returns the value of attribute verification.
48 49 50 |
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48 def verification @verification end |