Class: Stripe::Identity::VerificationSession::VerifiedOutputs
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Identity::VerificationSession::VerifiedOutputs
- Defined in:
- lib/stripe/resources/identity/verification_session.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
The user’s verified address.
-
#dob ⇒ Object
readonly
The user’s verified date of birth.
-
#email ⇒ Object
readonly
The user’s verified email address.
-
#first_name ⇒ Object
readonly
The user’s verified first name.
-
#id_number ⇒ Object
readonly
The user’s verified id number.
-
#id_number_type ⇒ Object
readonly
The user’s verified id number type.
-
#last_name ⇒ Object
readonly
The user’s verified last name.
-
#phone ⇒ Object
readonly
The user’s verified phone number.
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
#address ⇒ Object (readonly)
The user’s verified address.
104 105 106 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 104 def address @address end |
#dob ⇒ Object (readonly)
The user’s verified date of birth.
106 107 108 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 106 def dob @dob end |
#email ⇒ Object (readonly)
The user’s verified email address
108 109 110 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 108 def email @email end |
#first_name ⇒ Object (readonly)
The user’s verified first name.
110 111 112 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 110 def first_name @first_name end |
#id_number ⇒ Object (readonly)
The user’s verified id number.
112 113 114 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 112 def id_number @id_number end |
#id_number_type ⇒ Object (readonly)
The user’s verified id number type.
114 115 116 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 114 def id_number_type @id_number_type end |
#last_name ⇒ Object (readonly)
The user’s verified last name.
116 117 118 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 116 def last_name @last_name end |
#phone ⇒ Object (readonly)
The user’s verified phone number
118 119 120 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 118 def phone @phone end |