public class DeductionType extends Object
| Constructor and Description |
|---|
DeductionType() |
| Modifier and Type | Method and Description |
|---|---|
DeductionType |
accountCode(String accountCode) |
DeductionType |
deductionTypeID(UUID deductionTypeID) |
boolean |
equals(Object o) |
String |
getAccountCode()
See Accounts
|
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
|
int |
hashCode() |
DeductionType |
isExemptFromW1(Boolean isExemptFromW1) |
DeductionType |
name(String name) |
DeductionType |
reducesSuper(Boolean reducesSuper) |
DeductionType |
reducesTax(Boolean reducesTax) |
void |
setAccountCode(String accountCode) |
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()
Copyright © 2020. All rights reserved.