Humaans.Resources.Compensation (Humaans v0.4.0)
View SourceRepresentation of a Compensation resource.
Summary
Types
@type base_type() :: :salary | :bonus | :commission | :equity | :custom
Functions
@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Humaans.Resources.Compensation{ amount: term(), compensation_type_id: term(), created_at: term(), currency: term(), effective_date: term(), end_date: term(), end_reason: term(), id: term(), note: term(), period: term(), person_id: term(), updated_at: term() }