Class: Stripe::Identity::VerificationReport::Selfie
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Identity::VerificationReport::Selfie
- Defined in:
- lib/stripe/resources/identity/verification_report.rb
Defined Under Namespace
Classes: Error
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#document ⇒ Object
readonly
ID of the [File](stripe.com/docs/api/files) holding the image of the identity document used in this check.
-
#error ⇒ Object
readonly
Details on the verification error.
-
#selfie ⇒ Object
readonly
ID of the [File](stripe.com/docs/api/files) holding the image of the selfie used in this check.
-
#status ⇒ Object
readonly
Status of this ‘selfie` 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
#document ⇒ Object (readonly)
ID of the [File](stripe.com/docs/api/files) holding the image of the identity document used in this check.
337 338 339 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 337 def document @document end |
#error ⇒ Object (readonly)
Details on the verification error. Present when status is ‘unverified`.
339 340 341 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 339 def error @error end |
#selfie ⇒ Object (readonly)
ID of the [File](stripe.com/docs/api/files) holding the image of the selfie used in this check.
341 342 343 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 341 def selfie @selfie end |
#status ⇒ Object (readonly)
Status of this ‘selfie` check.
343 344 345 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 343 def status @status end |
Class Method Details
.field_remappings ⇒ Object
349 350 351 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 349 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
345 346 347 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 345 def self.inner_class_types @inner_class_types = { error: Error } end |