class

Plaid::ScreeningHitData

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

Information associated with the watchlist hit

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, dates_of_birth : Array(ScreeningHitDateOfBirthItem) | Nil = nil, documents : Array(ScreeningHitDocumentsItems) | Nil = nil, locations : Array(GenericScreeningHitLocationItems) | Nil = nil, names : Array(ScreeningHitNamesItems) | 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

dates_of_birth

Dates of birth associated with the watchlist hit

Source
dates_of_birth=(new_value : Array(ScreeningHitDateOfBirthItem) | Nil)

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

Source
documents

Documents associated with the watchlist hit

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

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

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