Plaid::LinkEventMetadata
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Metadata about an event that occured while the user was going through Link
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The account number mask extracted from the user-provided account number. If the user-inputted account number is four digits long, account_number_mask is empty. Emitted by SUBMIT_ACCOUNT_NUMBER.
Custom attribute writer method checking allowed values (enum). @param [Object] account_number_mask Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] brand_name Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] error_code Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] error_message Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] error_type Object to be assigned
The status key indicates the point at which the user exited the Link flow. Emitted by: EXIT.
Custom attribute writer method checking allowed values (enum). @param [Object] exit_status Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] institution_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] institution_name Object to be assigned
The query used to search for institutions. Emitted by: SEARCH_INSTITUTION.
Custom attribute writer method checking allowed values (enum). @param [Object] institution_search_query Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
The reason this institution was matched, which will be either returning_user or routing_number. Emitted by: MATCHED_SELECT_INSTITUTION.
Custom attribute writer method checking allowed values (enum). @param [Object] match_reason Object to be assigned
If set, the user has encountered one of the following MFA types: code, device, questions, selections. Emitted by: SUBMIT_MFA and TRANSITION_VIEW when view_name is MFA.
Custom attribute writer method checking allowed values (enum). @param [Object] mfa_type Object to be assigned
The request ID for the last request made by Link. This can be shared with Plaid Support to expedite investigation. Emitted by: all events.
Custom attribute writer method checking allowed values (enum). @param [Object] request_id Object to be assigned
The routing number submitted by user at the micro-deposits routing number pane. Emitted by SUBMIT_ROUTING_NUMBER.
Custom attribute writer method checking allowed values (enum). @param [Object] routing_number Object to be assigned
Either the verification method for a matched institution selected by the user or the Auth Type Select flow type selected by the user. If selection is used to describe selected verification method, then possible values are phoneotp or password; if selection is used to describe the selected Auth Type Select flow, then possible values are flow_type_manual or flow_type_instant. Emitted by: MATCHED_SELECT_VERIFY_METHOD and SELECT_AUTH_TYPE.
Custom attribute writer method checking allowed values (enum). @param [Object] selection Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid