public class TaxLine extends Object
| Constructor and Description |
|---|
TaxLine() |
| Modifier and Type | Method and Description |
|---|---|
TaxLine |
amount(Double amount) |
TaxLine |
description(String description) |
boolean |
equals(Object o) |
Double |
getAmount()
The amount of the tax line
|
String |
getDescription()
Tax line description
|
String |
getGlobalTaxTypeID()
Tax type ID
|
Boolean |
getIsEmployerTax()
Identifies if the amount is paid for by the employee or employer.
|
Boolean |
getManualAdjustment()
Identifies if the tax line is a manual adjustment
|
UUID |
getTaxLineID()
Xero identifier for payroll tax line
|
TaxLine |
globalTaxTypeID(String globalTaxTypeID) |
int |
hashCode() |
TaxLine |
isEmployerTax(Boolean isEmployerTax) |
TaxLine |
manualAdjustment(Boolean manualAdjustment) |
void |
setAmount(Double amount) |
void |
setDescription(String description) |
void |
setGlobalTaxTypeID(String globalTaxTypeID) |
void |
setIsEmployerTax(Boolean isEmployerTax) |
void |
setManualAdjustment(Boolean manualAdjustment) |
void |
setTaxLineID(UUID taxLineID) |
TaxLine |
taxLineID(UUID taxLineID) |
String |
toString() |
public UUID getTaxLineID()
public void setTaxLineID(UUID taxLineID)
public String getDescription()
public void setDescription(String description)
public Boolean getIsEmployerTax()
public void setIsEmployerTax(Boolean isEmployerTax)
public Double getAmount()
public void setAmount(Double amount)
public String getGlobalTaxTypeID()
public void setGlobalTaxTypeID(String globalTaxTypeID)
public Boolean getManualAdjustment()
public void setManualAdjustment(Boolean manualAdjustment)
Copyright © 2020. All rights reserved.