class

Plaid::CreditEmploymentVerification

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

The object containing proof of employment data for an individual.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_id : String | Nil = nil, status : String | Nil = nil, start_date : Time | Nil = nil, end_date : Time | Nil = nil, employer : CreditEmployerVerification | Nil = nil, title : String | Nil = nil, platform_ids : CreditPlatformIds | Nil = nil, employee_type : String | Nil = nil, last_paystub_date : Time | 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
employee_type

The type of employment for the individual. \"FULL_TIME\": A full-time employee. \"PART_TIME\": A part-time employee. \"CONTRACTOR\": An employee typically hired externally through a contracting group. \"TEMPORARY\": A temporary employee. \"OTHER\": The employee type is not one of the above defined types.

Source
employee_type=(new_value : String | Nil)

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

Source
employer
Source
employer=(new_value : CreditEmployerVerification | Nil)

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

Source
end_date

End of employment, if applicable. Provided in ISO 8601 format (YYY-MM-DD).

Source
end_date=(new_value : Time | Nil)

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

last_paystub_date

The date of the employee's most recent paystub in ISO 8601 format (YYYY-MM-DD).

Source
last_paystub_date=(new_value : Time | Nil)

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

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

Source
start_date

Start of employment in ISO 8601 format (YYYY-MM-DD).

Source
start_date=(new_value : Time | Nil)

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

Source
status

Current employment status.

Source
status=(new_value : String | Nil)

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

Source
title

Current title of employee.

Source
title=(new_value : String | Nil)

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