class

Plaid::UpdateIndividualScreeningRequestSearchTerms

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Search terms for editing an individual watchlist screening

Constants

MIN_LENGTH_FOR_COUNTRY = 2
MIN_LENGTH_FOR_DOCUMENT_NUMBER = 4
MIN_LENGTH_FOR_LEGAL_NAME = 1

Constructors

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

country

Valid, capitalized, two-letter ISO code representing the country of this object. Must be in ISO 3166-1 alpha-2 form.

Source
country=(new_value : String | Nil)

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

Source
date_of_birth

A date in the format YYYY-MM-DD (RFC 3339 Section 5.6).

Source
date_of_birth=(new_value : Time | Nil)

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

Source
document_number

The numeric or alphanumeric identifier associated with this document.

Source
document_number=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] document_number 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

list_invalid_properties

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

Source
valid?

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

Source
watchlist_program_id

ID of the associated program.

Source
watchlist_program_id=(new_value : String | Nil)

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

Source