class

Plaid::IncomeSummary

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

The verified fields from a paystub verification. All fields are provided as reported on the paystub.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, employer_name : Plaid::EmployerIncomeSummaryFieldString | Nil = nil, employee_name : Plaid::EmployeeIncomeSummaryFieldString | Nil = nil, ytd_gross_income : Plaid::YTDGrossIncomeSummaryFieldNumber | Nil = nil, ytd_net_income : Plaid::YTDNetIncomeSummaryFieldNumber | Nil = nil, pay_frequency : PayFrequency | Nil = nil, projected_wage : Plaid::ProjectedIncomeSummaryFieldNumber | Nil = nil, verified_transaction : TransactionData | 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

employee_name
Source
employee_name=(new_value : Plaid::EmployeeIncomeSummaryFieldString | Nil)

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

Source
employer_name
Source
employer_name=(new_value : Plaid::EmployerIncomeSummaryFieldString | Nil)

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

list_invalid_properties

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

Source
pay_frequency
Source
pay_frequency=(new_value : PayFrequency | Nil)

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

Source
projected_wage
Source
projected_wage=(new_value : Plaid::ProjectedIncomeSummaryFieldNumber | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] projected_wage 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
verified_transaction
Source
verified_transaction=(new_value : TransactionData | Nil)

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

Source
ytd_gross_income
Source
ytd_gross_income=(new_value : Plaid::YTDGrossIncomeSummaryFieldNumber | Nil)

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

Source
ytd_net_income
Source
ytd_net_income=(new_value : Plaid::YTDNetIncomeSummaryFieldNumber | Nil)

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

Source