Class: Stripe::Identity::VerificationReport::IdNumber

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/identity/verification_report.rb

Defined Under Namespace

Classes: Dob, Error

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

#dobObject (readonly)

Returns the value of attribute dob.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def dob
  @dob
end

#errorObject (readonly)

Returns the value of attribute error.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def error
  @error
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def first_name
  @first_name
end

#id_numberObject (readonly)

Returns the value of attribute id_number.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def id_number
  @id_number
end

#id_number_typeObject (readonly)

Returns the value of attribute id_number_type.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def id_number_type
  @id_number_type
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def last_name
  @last_name
end

#statusObject (readonly)

Returns the value of attribute status.



63
64
65
# File 'lib/stripe/resources/identity/verification_report.rb', line 63

def status
  @status
end