class

Plaid::LinkTokenInvestmentsAuth

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

Configuration parameters for the Investments Auth Product

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, manual_entry_enabled : Bool | Nil = false, masked_number_match_enabled : Bool | Nil = false)

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
manual_entry_enabled

If true, show institutions that use the manual entry fallback flow.

Source
manual_entry_enabled=(new_value : Bool | Nil)

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

Source
manual_entry_enabled_present=(manual_entry_enabled_present : Bool)
Source
manual_entry_enabled_present?
Source
masked_number_match_enabled

If true, show institutions that use the masked number match fallback flow.

Source
masked_number_match_enabled=(new_value : Bool | Nil)

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

Source
masked_number_match_enabled_present=(masked_number_match_enabled_present : Bool)
Source
masked_number_match_enabled_present?
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source