public class ReimbursementType extends Object
| Constructor and Description |
|---|
ReimbursementType() |
| Modifier and Type | Method and Description |
|---|---|
ReimbursementType |
accountCode(String accountCode) |
ReimbursementType |
currentRecord(Boolean currentRecord) |
boolean |
equals(Object o) |
String |
getAccountCode()
See Accounts
|
Boolean |
getCurrentRecord()
Is the current record
|
String |
getName()
Name of the earnings rate (max length = 100)
|
UUID |
getReimbursementTypeID()
Xero identifier
|
String |
getUpdatedDateUTC()
Last modified timestamp
|
org.threeten.bp.OffsetDateTime |
getUpdatedDateUTCAsDate() |
int |
hashCode() |
ReimbursementType |
name(String name) |
ReimbursementType |
reimbursementTypeID(UUID reimbursementTypeID) |
void |
setAccountCode(String accountCode) |
void |
setCurrentRecord(Boolean currentRecord) |
void |
setName(String name) |
void |
setReimbursementTypeID(UUID reimbursementTypeID) |
String |
toString() |
public ReimbursementType name(String name)
public String getName()
public void setName(String name)
public ReimbursementType accountCode(String accountCode)
public String getAccountCode()
public void setAccountCode(String accountCode)
public ReimbursementType reimbursementTypeID(UUID reimbursementTypeID)
public UUID getReimbursementTypeID()
public void setReimbursementTypeID(UUID reimbursementTypeID)
public String getUpdatedDateUTC()
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
public ReimbursementType currentRecord(Boolean currentRecord)
public Boolean getCurrentRecord()
public void setCurrentRecord(Boolean currentRecord)
Copyright © 2020. All rights reserved.