Class ReimbursementType

java.lang.Object
com.xero.models.payrollau.ReimbursementType

public class ReimbursementType
extends Object
ReimbursementType
  • Constructor Details

    • ReimbursementType

      public ReimbursementType()
  • Method Details

    • name

      public ReimbursementType name​(String name)
    • getName

      public String getName()
      Name of the earnings rate (max length = 100)
      Returns:
      name
    • setName

      public void setName​(String name)
    • accountCode

      public ReimbursementType accountCode​(String accountCode)
    • getAccountCode

      public String getAccountCode()
      See Accounts
      Returns:
      accountCode
    • setAccountCode

      public void setAccountCode​(String accountCode)
    • reimbursementTypeID

      public ReimbursementType reimbursementTypeID​(UUID reimbursementTypeID)
    • getReimbursementTypeID

      public UUID getReimbursementTypeID()
      Xero identifier
      Returns:
      reimbursementTypeID
    • setReimbursementTypeID

      public void setReimbursementTypeID​(UUID reimbursementTypeID)
    • getUpdatedDateUTC

      public String getUpdatedDateUTC()
      Last modified timestamp
      Returns:
      updatedDateUTC
    • getUpdatedDateUTCAsDate

      public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
    • currentRecord

      public ReimbursementType currentRecord​(Boolean currentRecord)
    • getCurrentRecord

      public Boolean getCurrentRecord()
      Is the current record
      Returns:
      currentRecord
    • setCurrentRecord

      public void setCurrentRecord​(Boolean currentRecord)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object