Class: Stripe::Identity::VerificationReport::Options::Document
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Identity::VerificationReport::Options::Document
- Defined in:
- lib/stripe/resources/identity/verification_report.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#allowed_types ⇒ Object
readonly
Returns the value of attribute allowed_types.
-
#require_id_number ⇒ Object
readonly
Returns the value of attribute require_id_number.
-
#require_live_capture ⇒ Object
readonly
Returns the value of attribute require_live_capture.
-
#require_matching_selfie ⇒ Object
readonly
Returns the value of attribute require_matching_selfie.
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
#allowed_types ⇒ Object (readonly)
Returns the value of attribute allowed_types.
68 69 70 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 68 def allowed_types @allowed_types end |
#require_id_number ⇒ Object (readonly)
Returns the value of attribute require_id_number.
68 69 70 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 68 def require_id_number @require_id_number end |
#require_live_capture ⇒ Object (readonly)
Returns the value of attribute require_live_capture.
68 69 70 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 68 def require_live_capture @require_live_capture end |
#require_matching_selfie ⇒ Object (readonly)
Returns the value of attribute require_matching_selfie.
68 69 70 |
# File 'lib/stripe/resources/identity/verification_report.rb', line 68 def require_matching_selfie @require_matching_selfie end |