Package com.xero.models.payrollau
Class ReimbursementType
java.lang.Object
com.xero.models.payrollau.ReimbursementType
public class ReimbursementType extends Object
ReimbursementType
-
Constructor Summary
Constructors Constructor Description ReimbursementType() -
Method Summary
Modifier and Type Method Description ReimbursementTypeaccountCode(String accountCode)ReimbursementTypecurrentRecord(Boolean currentRecord)booleanequals(Object o)StringgetAccountCode()See AccountsBooleangetCurrentRecord()Is the current recordStringgetName()Name of the earnings rate (max length = 100)UUIDgetReimbursementTypeID()Xero identifierStringgetUpdatedDateUTC()Last modified timestamporg.threeten.bp.OffsetDateTimegetUpdatedDateUTCAsDate()inthashCode()ReimbursementTypename(String name)ReimbursementTypereimbursementTypeID(UUID reimbursementTypeID)voidsetAccountCode(String accountCode)voidsetCurrentRecord(Boolean currentRecord)voidsetName(String name)voidsetReimbursementTypeID(UUID reimbursementTypeID)StringtoString()
-
Constructor Details
-
ReimbursementType
public ReimbursementType()
-
-
Method Details
-
name
-
getName
Name of the earnings rate (max length = 100)- Returns:
- name
-
setName
-
accountCode
-
getAccountCode
See Accounts- Returns:
- accountCode
-
setAccountCode
-
reimbursementTypeID
-
getReimbursementTypeID
Xero identifier- Returns:
- reimbursementTypeID
-
setReimbursementTypeID
-
getUpdatedDateUTC
Last modified timestamp- Returns:
- updatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate() -
currentRecord
-
getCurrentRecord
Is the current record- Returns:
- currentRecord
-
setCurrentRecord
-
equals
-
hashCode
public int hashCode() -
toString
-