class

Plaid::Application

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

Metadata about the application

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
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

application_id

This field will map to the application ID that is returned from /item/application/list, or provided to the institution in an oauth redirect.

Source
application_id=(new_value : String | Nil)

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

Source
application_url

The URL for the application's website

Source
application_url=(new_value : String | Nil)

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

Source
city

A string representing the city of the client’s headquarters.

Source
city=(new_value : String | Nil)

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

Source
country_code

A string representing the country code of the client’s headquarters.

Source
country_code=(new_value : String | Nil)

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

Source
display_name

A human-readable name of the application for display purposes

Source
display_name=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] display_name 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

join_date

The date this application was granted production access at Plaid in ISO 8601 (YYYY-MM-DD) format in UTC.

Source
join_date=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] join_date 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
logo_url

A URL that links to the application logo image.

Source
logo_url=(new_value : String | Nil)

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

Source
name

The name of the application

Source
name=(new_value : String | Nil)

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

Source
postal_code

A string representing the postal code of the client’s headquarters.

Source
postal_code=(new_value : String | Nil)

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

Source
reason_for_access

A string provided by the connected app stating why they use their respective enabled products.

Source
reason_for_access=(new_value : String | Nil)

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

Source
region

A string representing the region of the client’s headquarters.

Source
region=(new_value : String | Nil)

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

Source
use_case

A string representing client’s broad use case as assessed by Plaid.

Source
use_case=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] use_case 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