class

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

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
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

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

documentary_verification

A boolean field specifying whether the new session should require or skip the documentary_verification step.

Source
documentary_verification=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] documentary_verification Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

kyc_check

A boolean field specifying whether the new session should require or skip the kyc_check step.

Source
kyc_check=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] kyc_check Object to be assigned

Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
selfie_check

A boolean field specifying whether the new session should require or skip the selfie_check step.

Source
selfie_check=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] selfie_check Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source
verify_sms

A boolean field specifying whether the new session should require or skip the verify_sms step.

Source
verify_sms=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] verify_sms Object to be assigned

Source