class

Plaid::LinkEventName

Inherits OpenApi::Json < OpenApi::Validatable < Reference < Object

Constants

ERROR_MESSAGE = "invalid value for \"LinkEventName\", must be one of [\"BANK_INCOME_INSIGHTS_COMPLETED\", \"CLOSE_OAUTH\", \"ERROR\", \"EXIT\", \"FAIL_OAUTH\", \"HANDOFF\", \"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\"]."
VALID_VALUES = String.static_array("BANK_INCOME_INSIGHTS_COMPLETED", "CLOSE_OAUTH", "ERROR", "EXIT", "FAIL_OAUTH", "HANDOFF", "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")

Constructors

from_json(value : JSON::PullParser) : LinkEventName
Source
new(data : String, strict : Bool = true)
Source

Class methods

from_json_object_key?(key : String)
Source
to_json(value : LinkEventName, json : JSON::Builder) : Nil
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

data
Source
data=(data : String)
Source
error_message
Source
hash(hasher)

See Object#hash(hasher)

list_invalid_properties
Source
to_json(json : JSON::Builder) : Nil
Source
to_json_object_key(*args, **options)
Source
to_json_object_key(*args, **options, &)
Source
valid?
Source
validate
Source