class

Plaid::WatchlistScreeningHit

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

Data from a government watchlist or PEP list that has been attached to the screening.

Constants

MIN_LENGTH_FOR_SOURCE_UID = 1

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, id : String | Nil = nil, review_status : Plaid::WatchlistScreeningHitStatus | Nil = nil, first_active : Time | Nil = nil, inactive_since : Time | Nil = nil, historical_since : Time | Nil = nil, list_code : Plaid::IndividualWatchlistCode | Nil = nil, plaid_uid : String | Nil = nil, source_uid : String | Nil = nil, analysis : ScreeningHitAnalysis | Nil = nil, data : ScreeningHitData | 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

analysis
Source
analysis=(new_value : ScreeningHitAnalysis | Nil)

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

Source
data
Source
data=(new_value : ScreeningHitData | Nil)

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

Source
first_active

An ISO8601 formatted timestamp.

Source
first_active=(new_value : Time | Nil)

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

historical_since

An ISO8601 formatted timestamp.

Source
historical_since=(new_value : Time | Nil)

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

Source
id

ID of the associated screening hit.

Source
id=(new_value : String | Nil)

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

Source
inactive_since

An ISO8601 formatted timestamp.

Source
inactive_since=(new_value : Time | Nil)

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

Source
list_code
Source
list_code=(new_value : Plaid::IndividualWatchlistCode | Nil)

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

Source
list_invalid_properties

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

Source
plaid_uid

A universal identifier for a watchlist individual that is stable across searches and updates.

Source
plaid_uid=(new_value : String | Nil)

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

Source
review_status
Source
review_status=(new_value : Plaid::WatchlistScreeningHitStatus | Nil)

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

Source
source_uid

The identifier provided by the source sanction or watchlist. When one is not provided by the source, this is null.

Source
source_uid=(new_value : String | Nil)

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