Package com.xero.models.payrollau
Class ReimbursementType
java.lang.Object
com.xero.models.payrollau.ReimbursementType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountCode(String accountCode) See AccountscurrentRecord(Boolean currentRecord) Is the current recordbooleanSee AccountsIs the current recordgetName()Name of the earnings rate (max length = 100)Xero identifierLast modified timestamporg.threeten.bp.OffsetDateTimeLast modified timestampinthashCode()Name of the earnings rate (max length = 100)reimbursementTypeID(UUID reimbursementTypeID) Xero identifiervoidsetAccountCode(String accountCode) See AccountsvoidsetCurrentRecord(Boolean currentRecord) Is the current recordvoidName of the earnings rate (max length = 100)voidsetReimbursementTypeID(UUID reimbursementTypeID) Xero identifiertoString()
-
Constructor Details
-
ReimbursementType
public ReimbursementType()
-
-
Method Details
-
name
Name of the earnings rate (max length = 100)- Parameters:
name- String- Returns:
- ReimbursementType
-
getName
-
setName
Name of the earnings rate (max length = 100)- Parameters:
name- String
-
accountCode
See Accounts- Parameters:
accountCode- String- Returns:
- ReimbursementType
-
getAccountCode
-
setAccountCode
-
reimbursementTypeID
Xero identifier- Parameters:
reimbursementTypeID- UUID- Returns:
- ReimbursementType
-
getReimbursementTypeID
-
setReimbursementTypeID
Xero identifier- Parameters:
reimbursementTypeID- UUID
-
getUpdatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()Last modified timestamp- Returns:
- OffsetDateTime
-
currentRecord
Is the current record- Parameters:
currentRecord- Boolean- Returns:
- ReimbursementType
-
getCurrentRecord
-
setCurrentRecord
Is the current record- Parameters:
currentRecord- Boolean
-
equals
-
hashCode
-
toString
-