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.
-
#sex ⇒ Object
readonly
The user’s verified sex.
-
#unparsed_place_of_birth ⇒ Object
readonly
The user’s verified place of birth as it appears in the document.
-
#unparsed_sex ⇒ Object
readonly
The user’s verified sex as it appears in the document.
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
#address ⇒ Object (readonly)
The user’s verified address.
222 223 224 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 222 def address @address end |
#dob ⇒ Object (readonly)
The user’s verified date of birth.
224 225 226 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 224 def dob @dob end |
#email ⇒ Object (readonly)
The user’s verified email address
226 227 228 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 226 def email @email end |
#first_name ⇒ Object (readonly)
The user’s verified first name.
228 229 230 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 228 def first_name @first_name end |
#id_number ⇒ Object (readonly)
The user’s verified id number.
230 231 232 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 230 def id_number @id_number end |
#id_number_type ⇒ Object (readonly)
The user’s verified id number type.
232 233 234 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 232 def id_number_type @id_number_type end |
#last_name ⇒ Object (readonly)
The user’s verified last name.
234 235 236 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 234 def last_name @last_name end |
#phone ⇒ Object (readonly)
The user’s verified phone number
236 237 238 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 236 def phone @phone end |
#sex ⇒ Object (readonly)
The user’s verified sex.
238 239 240 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 238 def sex @sex end |
#unparsed_place_of_birth ⇒ Object (readonly)
The user’s verified place of birth as it appears in the document.
240 241 242 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 240 def unparsed_place_of_birth @unparsed_place_of_birth end |
#unparsed_sex ⇒ Object (readonly)
The user’s verified sex as it appears in the document.
242 243 244 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 242 def unparsed_sex @unparsed_sex end |
Class Method Details
.field_remappings ⇒ Object
248 249 250 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 248 def self.field_remappings @field_remappings = {} end |