Plaid::IdentityVerificationRetryRequestStepsObject
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
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.
Constructors
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
A boolean field specifying whether the new session should require or skip the documentary_verification step.
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
A boolean field specifying whether the new session should require or skip the kyc_check step.
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
A boolean field specifying whether the new session should require or skip the selfie_check step.
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
A boolean field specifying whether the new session should require or skip the verify_sms step.