Class: Stripe::Identity::VerificationSession::VerifiedOutputs

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

Defined Under Namespace

Classes: Address, Dob

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

#addressObject (readonly)

Returns the value of attribute address.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def address
  @address
end

#dobObject (readonly)

Returns the value of attribute dob.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def dob
  @dob
end

#emailObject (readonly)

Returns the value of attribute email.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def email
  @email
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def first_name
  @first_name
end

#id_numberObject (readonly)

Returns the value of attribute id_number.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def id_number
  @id_number
end

#id_number_typeObject (readonly)

Returns the value of attribute id_number_type.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def id_number_type
  @id_number_type
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def last_name
  @last_name
end

#phoneObject (readonly)

Returns the value of attribute phone.



64
65
66
# File 'lib/stripe/resources/identity/verification_session.rb', line 64

def phone
  @phone
end