CompensationEntryType

enum CompensationEntryType : Enum<CompensationEntryType> , ConvertibleToJava<CompensationEntryType>

Compensation type. Default is CompensationType.COMPENSATION_TYPE_UNSPECIFIED.

Entries

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

Bonus.

Link copied to clipboard

Signing bonus.

Link copied to clipboard

Equity.

Link copied to clipboard

Profit sharing.

Link copied to clipboard

Commission.

Link copied to clipboard

Tips.

Link copied to clipboard

Other compensation type.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): CompensationEntryType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: CompensationEntryType
Link copied to clipboard
Link copied to clipboard