class

Plaid::EntityScreeningHitData

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

Information associated with the entity watchlist hit

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, documents : Array(EntityScreeningHitDocumentsItems) | Nil = nil, email_addresses : Array(EntityScreeningHitEmailsItems) | Nil = nil, locations : Array(GenericScreeningHitLocationItems) | Nil = nil, names : Array(EntityScreeningHitNamesItems) | Nil = nil, phone_numbers : Array(EntityScreeningHitsPhoneNumberItems) | Nil = nil, urls : Array(EntityScreeningHitUrlsItems) | 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

documents

Documents associated with the watchlist hit

Source
documents=(new_value : Array(EntityScreeningHitDocumentsItems) | Nil)

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

Source
email_addresses

Email addresses associated with the watchlist hit

Source
email_addresses=(new_value : Array(EntityScreeningHitEmailsItems) | Nil)

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

Locations associated with the watchlist hit

Source
locations=(new_value : Array(GenericScreeningHitLocationItems) | Nil)

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

Source
names

Names associated with the watchlist hit

Source
names=(new_value : Array(EntityScreeningHitNamesItems) | Nil)

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

Source
phone_numbers

Phone numbers associated with the watchlist hit

Source
phone_numbers=(new_value : Array(EntityScreeningHitsPhoneNumberItems) | Nil)

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

Source
urls

URLs associated with the watchlist hit

Source
urls=(new_value : Array(EntityScreeningHitUrlsItems) | Nil)

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