class Plaid::IdentityVerificationRetryRequestStepsObject
- Plaid::IdentityVerificationRetryRequestStepsObject
- Reference
- Object
Overview
Instructions for the custom
retry strategy specifying which steps should be required or skipped. Note: This field must be provided when the retry strategy is custom
and must be omitted otherwise. Custom retries override settings in your Plaid Template. For example, if your Plaid Template has #verify_sms
disabled, a custom retry with #verify_sms
enabled will still require the step. The #selfie_check
step is currently not supported on the sandbox server. Sandbox requests will silently disable the #selfie_check
step when provided.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
plaid/models/identity_verification_retry_request_steps_object.crConstructors
- .new(pull : JSON::PullParser)
-
.new(*, verify_sms : Bool | Nil = nil, kyc_check : Bool | Nil = nil, documentary_verification : Bool | Nil = nil, selfie_check : Bool | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Summary
-
#==(other : self)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #documentary_verification : Bool | Nil
-
#documentary_verification=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
-
#hash(hasher)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #kyc_check : Bool | Nil
-
#kyc_check=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
-
#list_invalid_properties : Array(String)
Show invalid properties with the reasons.
- #selfie_check : Bool | Nil
-
#selfie_check=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
-
#valid? : Bool
Check to see if the all the properties in the model are valid @return true if the model is valid
- #verify_sms : Bool | Nil
-
#verify_sms=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
Instance methods inherited from module OpenApi::Json
after_initialize
after_initialize,
eql?(o : self)
eql?,
to_hash : Hash(String, JSON::Any)
to_hash,
to_json_any : JSON::Any
to_json_any
Class methods inherited from module OpenApi::Json
build_from_hash(hash : Hash)
build_from_hash,
build_from_json_any(json_any : JSON::Any)
build_from_json_any
Instance methods inherited from module OpenApi::Validatable
list_invalid_properties : Array(String)
list_invalid_properties,
list_invalid_properties_for(key : String) : Array(String)
list_invalid_properties_for,
valid? : Bool
valid?,
validate : Nil
validate
Constructor Detail
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] documentary_verification Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] kyc_check Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] selfie_check Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid
Custom attribute writer method checking allowed values (enum). @param [Object] verify_sms Object to be assigned