Class: Stripe::Issuing::Cardholder::Individual

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_issuingObject (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

#dobObject (readonly)

Returns the value of attribute dob.



48
49
50
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48

def dob
  @dob
end

#first_nameObject (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_nameObject (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

#verificationObject (readonly)

Returns the value of attribute verification.



48
49
50
# File 'lib/stripe/resources/issuing/cardholder.rb', line 48

def verification
  @verification
end