Class: Stripe::Identity::VerificationReport::IdNumber
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Identity::VerificationReport::IdNumber
- Defined in:
- lib/stripe/resources/identity/verification_report.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#dob ⇒ Object
readonly
Date of birth.
-
#error ⇒ Object
readonly
Details on the verification error.
-
#first_name ⇒ Object
readonly
First name.
-
#id_number ⇒ Object
readonly
ID number.
-
#id_number_type ⇒ Object
readonly
Type of ID number.
-
#last_name ⇒ Object
readonly
Last name.
-
#status ⇒ Object
readonly
Status of this ‘id_number` check.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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
#dob ⇒ Object (readonly)
Date of birth.
245 246 247 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 245 def dob @dob end |
#error ⇒ Object (readonly)
Details on the verification error. Present when status is ‘unverified`.
247 248 249 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 247 def error @error end |
#first_name ⇒ Object (readonly)
First name.
249 250 251 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 249 def first_name @first_name end |
#id_number ⇒ Object (readonly)
ID number. When ‘id_number_type` is `us_ssn`, only the last 4 digits are present.
251 252 253 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 251 def id_number @id_number end |
#id_number_type ⇒ Object (readonly)
Type of ID number.
253 254 255 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 253 def id_number_type @id_number_type end |
#last_name ⇒ Object (readonly)
Last name.
255 256 257 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 255 def last_name @last_name end |
#status ⇒ Object (readonly)
Status of this ‘id_number` check.
257 258 259 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 257 def status @status end |
Class Method Details
.field_remappings ⇒ Object
263 264 265 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 263 def self.field_remappings @field_remappings = {} end |