class Plaid::IdentityVerificationRetryRequestStepsObject

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

Defined in:

plaid/models/identity_verification_retry_request_steps_object.cr

Constructors

Instance Method Summary

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

def self.new(pull : JSON::PullParser) #

[View source]
def self.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


[View source]

Instance Method Detail

def ==(other : self) #

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


def documentary_verification : Bool | Nil #

[View source]
def documentary_verification=(new_value : Bool | Nil) #

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


[View source]
def hash(hasher) #

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


def kyc_check : Bool | Nil #

[View source]
def kyc_check=(new_value : Bool | Nil) #

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


[View source]
def list_invalid_properties : Array(String) #

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


[View source]
def selfie_check : Bool | Nil #

[View source]
def selfie_check=(new_value : Bool | Nil) #

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


[View source]
def valid? : Bool #

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


[View source]
def verify_sms : Bool | Nil #

[View source]
def verify_sms=(new_value : Bool | Nil) #

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


[View source]