type property

String? type
getter/setter pair

Compensation type.

Default is CompensationUnit.COMPENSATION_TYPE_UNSPECIFIED.

Optional. Possible string values are:

  • "COMPENSATION_TYPE_UNSPECIFIED" : Default value.
  • "BASE" : Base compensation: Refers to the fixed amount of money paid to an employee by an employer in return for work performed. Base compensation does not include benefits, bonuses or any other potential compensation from an employer.
  • "BONUS" : Bonus.
  • "SIGNING_BONUS" : Signing bonus.
  • "EQUITY" : Equity.
  • "PROFIT_SHARING" : Profit sharing.
  • "COMMISSIONS" : Commission.
  • "TIPS" : Tips.
  • "OTHER_COMPENSATION_TYPE" : Other compensation type.

Implementation

core.String? type;