class

Plaid::CreditSessionResults

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

The set of results for a Link session.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, item_add_results : Array(Plaid::CreditSessionItemAddResult) | Nil = nil, bank_income_results : Array(Plaid::CreditSessionBankIncomeResult) | Nil = nil, bank_employment_results : Array(Plaid::CreditSessionBankEmploymentResult) | Nil = nil, payroll_income_results : Array(Plaid::CreditSessionPayrollIncomeResult) | Nil = nil, document_income_results : Plaid::CreditSessionDocumentIncomeResult | 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

bank_employment_results

The set of bank employment verifications for the Link session.

Source
bank_employment_results=(new_value : Array(Plaid::CreditSessionBankEmploymentResult) | Nil)

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

Source
bank_income_results

The set of bank income verifications for the Link session.

Source
bank_income_results=(new_value : Array(Plaid::CreditSessionBankIncomeResult) | Nil)

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

Source
document_income_results
Source
document_income_results=(new_value : Plaid::CreditSessionDocumentIncomeResult | Nil)

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

Source
document_income_results_present=(document_income_results_present : Bool)
Source
document_income_results_present?
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

item_add_results

The set of Item adds for the Link session.

Source
item_add_results=(new_value : Array(Plaid::CreditSessionItemAddResult) | Nil)

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

The set of payroll income verifications for the Link session.

Source
payroll_income_results=(new_value : Array(Plaid::CreditSessionPayrollIncomeResult) | Nil)

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