@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
34 lines (33 loc) • 603 B
TypeScript
/**
* Dependentes
* HCM - Gestão de dependentes
*
*
* Contact: seniorx-dev@senior.com.br
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
export interface Person {
/**
* Primeiro nome
*/
firstname: string;
/**
* Id do upload da foto da g7
*/
attachment?: string;
/**
* Segundo nome
*/
middlename?: string;
/**
* Id da pessoa
*/
id?: string;
/**
* Último nome
*/
lastname: string;
}