class

Plaid::PayrollIncomeObject

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

An object representing payroll data.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_id : String | Nil = nil, pay_stubs : Array(CreditPayStub) | Nil = nil, w2s : Array(CreditW2) | Nil = nil, form1099s : Array(Credit1099) | 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_id

ID of the payroll provider account.

Source
account_id=(new_value : String | Nil)

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

Source
form1099s

Array of tax form 1099s.

Source
form1099s=(new_value : Array(Credit1099) | Nil)

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

Array of pay stubs for the user.

Source
pay_stubs=(new_value : Array(CreditPayStub) | Nil)

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

Array of tax form W-2s.

Source
w2s=(new_value : Array(CreditW2) | Nil)

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

Source