class

Plaid::EmploymentVerification

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

An object containing proof of employment data for an individual

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, status : Plaid::EmploymentVerificationStatus | Nil = nil, start_date : Time | Nil = nil, end_date : Time | Nil = nil, employer : EmployerVerification | Nil = nil, title : String | Nil = nil, platform_ids : PlatformIds | 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

employer
Source
employer=(new_value : EmployerVerification | 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
end_date_present=(end_date_present : Bool)
Source
end_date_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

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 : PlatformIds | 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
start_date_present=(start_date_present : Bool)
Source
start_date_present?
Source
status
Source
status=(new_value : Plaid::EmploymentVerificationStatus | Nil)

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

Source
status_present=(status_present : Bool)
Source
status_present?
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
title_present=(title_present : Bool)
Source
title_present?
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source