UNPKG

@seniorsistemas/senior-hcm

Version:
28 lines (27 loc) 604 B
/** * Folha de Pagamento * HCM - Folha de pagamento * * * 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. */ import { SalaryType } from './salaryType'; export interface Wagescale { /** * Nome da estrutura salarial */ name: string; /** * ID da estrutura salarial */ id?: string; salarytype: SalaryType; /** * Sequência que corresponde ao salário de mercado */ marketlevel: number; }