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?, #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.
224 225 226 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 224 def dob @dob end |
#error ⇒ Object (readonly)
Details on the verification error. Present when status is ‘unverified`.
226 227 228 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 226 def error @error end |
#first_name ⇒ Object (readonly)
First name.
228 229 230 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 228 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.
230 231 232 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 230 def id_number @id_number end |
#id_number_type ⇒ Object (readonly)
Type of ID number.
232 233 234 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 232 def id_number_type @id_number_type end |
#last_name ⇒ Object (readonly)
Last name.
234 235 236 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 234 def last_name @last_name end |
#status ⇒ Object (readonly)
Status of this ‘id_number` check.
236 237 238 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 236 def status @status end |
Class Method Details
.field_remappings ⇒ Object
242 243 244 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 242 def self.field_remappings @field_remappings = {} end |