class Plaid::LinkEventName

Constants

BANK_INCOME_INSIGHTS_COMPLETED
CLOSE_OAUTH
ERROR
EXIT
FAIL_OAUTH
HANDOFF
ISSUE_FOLLOWED
OPEN
OPEN_MY_PLAID
OPEN_OAUTH
SEARCH_INSTITUTION
SELECT_AUTH_TYPE
SELECT_BRAND
SELECT_DEGRADED_INSTITUTION
SELECT_DOWN_INSTITUTION
SELECT_FILTERED_INSTITUTION
SELECT_INSTITUTION
SUBMIT_ACCOUNT_NUMBER
SUBMIT_CREDENTIALS
SUBMIT_DOCUMENTS
SUBMIT_DOCUMENTS_ERROR
SUBMIT_DOCUMENTS_SUCCESS
SUBMIT_MFA
SUBMIT_ROUTING_NUMBER
TRANSITION_VIEW
VIEW_DATA_TYPES

Public Class Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/link_event_name.rb, line 48
def self.build_from_hash(value)
  new.build_from_hash(value)
end

Public Instance Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/link_event_name.rb, line 55
def build_from_hash(value)
  # We do not validate that the value is one of the enums set in the OpenAPI
  # file because we want to be able to add to our list of enums without
  # breaking this client library.
  value
end