public class DeductionType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeductionType.DeductionCategoryEnum
Gets or Sets deductionCategory
|
| Constructor and Description |
|---|
DeductionType() |
| Modifier and Type | Method and Description |
|---|---|
DeductionType |
accountCode(String accountCode) |
DeductionType |
currentRecord(Boolean currentRecord) |
DeductionType |
deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory) |
DeductionType |
deductionTypeID(UUID deductionTypeID) |
boolean |
equals(Object o) |
String |
getAccountCode()
See Accounts
|
Boolean |
getCurrentRecord()
Is the current record
|
DeductionType.DeductionCategoryEnum |
getDeductionCategory()
Get deductionCategory
|
UUID |
getDeductionTypeID()
Xero identifier
|
Boolean |
getIsExemptFromW1()
Boolean to determine if the deduction type is reportable or exempt from W1
|
String |
getName()
Name of the earnings rate (max length = 100)
|
Boolean |
getReducesSuper()
Most deductions don’t reduce your superannuation guarantee contribution liability, so typically you will not set any value for this.
|
Boolean |
getReducesTax()
Indicates that this is a pre-tax deduction that will reduce the amount of tax you withhold from an employee.
|
String |
getUpdatedDateUTC()
Last modified timestamp
|
org.threeten.bp.OffsetDateTime |
getUpdatedDateUTCAsDate() |
int |
hashCode() |
DeductionType |
isExemptFromW1(Boolean isExemptFromW1) |
DeductionType |
name(String name) |
DeductionType |
reducesSuper(Boolean reducesSuper) |
DeductionType |
reducesTax(Boolean reducesTax) |
void |
setAccountCode(String accountCode) |
void |
setCurrentRecord(Boolean currentRecord) |
void |
setDeductionCategory(DeductionType.DeductionCategoryEnum deductionCategory) |
void |
setDeductionTypeID(UUID deductionTypeID) |
void |
setIsExemptFromW1(Boolean isExemptFromW1) |
void |
setName(String name) |
void |
setReducesSuper(Boolean reducesSuper) |
void |
setReducesTax(Boolean reducesTax) |
String |
toString() |
public DeductionType name(String name)
public String getName()
public void setName(String name)
public DeductionType accountCode(String accountCode)
public String getAccountCode()
public void setAccountCode(String accountCode)
public DeductionType reducesTax(Boolean reducesTax)
public Boolean getReducesTax()
public void setReducesTax(Boolean reducesTax)
public DeductionType reducesSuper(Boolean reducesSuper)
public Boolean getReducesSuper()
public void setReducesSuper(Boolean reducesSuper)
public DeductionType isExemptFromW1(Boolean isExemptFromW1)
public Boolean getIsExemptFromW1()
public void setIsExemptFromW1(Boolean isExemptFromW1)
public DeductionType deductionTypeID(UUID deductionTypeID)
public UUID getDeductionTypeID()
public void setDeductionTypeID(UUID deductionTypeID)
public String getUpdatedDateUTC()
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
public DeductionType deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory)
public DeductionType.DeductionCategoryEnum getDeductionCategory()
public void setDeductionCategory(DeductionType.DeductionCategoryEnum deductionCategory)
public DeductionType currentRecord(Boolean currentRecord)
public Boolean getCurrentRecord()
public void setCurrentRecord(Boolean currentRecord)
Copyright © 2020. All rights reserved.