Class: Stripe::Identity::VerificationReport::Document

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

Defined Under Namespace

Classes: Address, Dob, Error, ExpirationDate, IssuedDate

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.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def address
  @address
end

#dobObject (readonly)

Returns the value of attribute dob.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def dob
  @dob
end

#errorObject (readonly)

Returns the value of attribute error.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def error
  @error
end

#expiration_dateObject (readonly)

Returns the value of attribute expiration_date.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def expiration_date
  @expiration_date
end

#filesObject (readonly)

Returns the value of attribute files.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def files
  @files
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def first_name
  @first_name
end

#issued_dateObject (readonly)

Returns the value of attribute issued_date.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def issued_date
  @issued_date
end

#issuing_countryObject (readonly)

Returns the value of attribute issuing_country.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def issuing_country
  @issuing_country
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def last_name
  @last_name
end

#numberObject (readonly)

Returns the value of attribute number.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def number
  @number
end

#statusObject (readonly)

Returns the value of attribute status.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def status
  @status
end

#typeObject (readonly)

Returns the value of attribute type.



45
46
47
# File 'lib/stripe/resources/identity/verification_report.rb', line 45

def type
  @type
end