class

Plaid::UpdateEntityScreeningRequestSearchTerms

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

Search terms for editing an entity 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
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
email_address

A valid email address.

Source
email_address=(new_value : String | Nil)

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

Source
entity_watchlist_program_id

ID of the associated entity program.

Source
entity_watchlist_program_id=(new_value : String | Nil)

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

A phone number in E.164 format.

Source
phone_number=(new_value : String | Nil)

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

Source
url

An 'http' or 'https' URL (must begin with either of those).

Source
url=(new_value : String | Nil)

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