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
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] account_id Object to be assigned
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.
Custom attribute writer method checking allowed values (enum). @param [Object] employee_type Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] employer Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] end_date Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The date of the employee's most recent paystub in ISO 8601 format (YYYY-MM-DD).
Custom attribute writer method checking allowed values (enum). @param [Object] last_paystub_date Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] platform_ids Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] start_date Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] status Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] title Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid