class

Plaid::LinkTokenGetMetadataResponse

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

An object specifying the arguments originally provided to the /link/token/create call.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, initial_products : Array(Products) | Nil = nil, webhook : String | Nil = nil, country_codes : Array(CountryCode) | Nil = nil, language : String | Nil = nil, redirect_uri : String | Nil = nil, client_name : String | Nil = nil, institution_data : Plaid::LinkTokenCreateInstitutionData | Nil = nil, account_filters : AccountFiltersResponse | 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

account_filters
Source
account_filters=(new_value : AccountFiltersResponse | Nil)

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

Source
client_name

The client_name specified in the /link/token/create call.

Source
client_name=(new_value : String | Nil)

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

Source
country_codes

The country_codes specified in the /link/token/create call.

Source
country_codes=(new_value : Array(CountryCode) | Nil)

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

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

initial_products

The products specified in the /link/token/create call.

Source
initial_products=(new_value : Array(Products) | Nil)

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

Source
institution_data
Source
institution_data=(new_value : Plaid::LinkTokenCreateInstitutionData | Nil)

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

Source
language

The language specified in the /link/token/create call.

Source
language=(new_value : String | Nil)

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

Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
redirect_uri

The redirect_uri specified in the /link/token/create call.

Source
redirect_uri=(new_value : String | Nil)

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

Source
valid?

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

Source
webhook

The webhook specified in the /link/token/create call.

Source
webhook=(new_value : String | Nil)

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

Source