Class EmployeePayrollRun


  • public final class EmployeePayrollRun
    extends java.lang.Object
    • Method Detail

      • getId

        public java.util.Optional<java.lang.String> getId()
      • getRemoteId

        public java.util.Optional<java.lang.String> getRemoteId()
        Returns:
        The third-party API ID of the matching object.
      • getCreatedAt

        public java.util.Optional<java.time.OffsetDateTime> getCreatedAt()
        Returns:
        The datetime that this object was created by Merge.
      • getModifiedAt

        public java.util.Optional<java.time.OffsetDateTime> getModifiedAt()
        Returns:
        The datetime that this object was modified by Merge.
      • getEmployee

        public java.util.Optional<EmployeePayrollRunEmployee> getEmployee()
        Returns:
        The employee whose payroll is being run.
      • getGrossPay

        public java.util.Optional<java.lang.Double> getGrossPay()
        Returns:
        The total earnings throughout a given period for an employee before any deductions are made.
      • getNetPay

        public java.util.Optional<java.lang.Double> getNetPay()
        Returns:
        The take-home pay throughout a given period for an employee after deductions are made.
      • getStartDate

        public java.util.Optional<java.time.OffsetDateTime> getStartDate()
        Returns:
        The day and time the payroll run started.
      • getEndDate

        public java.util.Optional<java.time.OffsetDateTime> getEndDate()
        Returns:
        The day and time the payroll run ended.
      • getCheckDate

        public java.util.Optional<java.time.OffsetDateTime> getCheckDate()
        Returns:
        The day and time the payroll run was checked.
      • getEarnings

        public java.util.Optional<java.util.List<Earning>> getEarnings()
      • getDeductions

        public java.util.Optional<java.util.List<Deduction>> getDeductions()
      • getTaxes

        public java.util.Optional<java.util.List<Tax>> getTaxes()
      • getRemoteWasDeleted

        public java.util.Optional<java.lang.Boolean> getRemoteWasDeleted()
        Returns:
        Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
      • getFieldMappings

        public java.util.Optional<java.util.Map<java.lang.String,​com.fasterxml.jackson.databind.JsonNode>> getFieldMappings()
      • getRemoteData

        public java.util.Optional<java.util.List<RemoteData>> getRemoteData()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object