class

Plaid::SignalWarning

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

Conveys information about the errors causing missing or stale bank data used to construct the /signal/evaluate scores and response

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, warning_type : String | Nil = nil, warning_code : String | Nil = nil, warning_message : String | 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

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
warning_code

The warning code identifies a specific kind of warning that pertains to the error causing bank data to be missing. Safe for programmatic use. For more details on warning codes, please refer to Plaid standard error codes documentation. If you receive the ITEM_LOGIN_REQUIRED warning, we recommend re-authenticating your user by implementing Link's update mode. This will guide your user to fix their credentials, allowing Plaid to start fetching data again for future Signal requests.

Source
warning_code=(new_value : String | Nil)

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

Source
warning_message

A developer-friendly representation of the warning type. This may change over time and is not safe for programmatic use.

Source
warning_message=(new_value : String | Nil)

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

Source
warning_type

A broad categorization of the warning. Safe for programmatic use.

Source
warning_type=(new_value : String | Nil)

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

Source