public class Tax extends BusinessObject
Constructor and Description |
---|
Tax() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getTaxableAmount() |
MoneyAmount |
getTaxAmount() |
MoneyAmount |
getTotalAmount() |
Boolean |
isIsBackoutTax() |
void |
setIsBackoutTax(Boolean value) |
void |
setTaxableAmount(MoneyAmount value) |
void |
setTaxAmount(MoneyAmount value) |
void |
setTotalAmount(MoneyAmount value) |
public Boolean isIsBackoutTax()
public void setIsBackoutTax(Boolean value)
public MoneyAmount getTaxAmount()
public void setTaxAmount(MoneyAmount value)
public MoneyAmount getTaxableAmount()
public void setTaxableAmount(MoneyAmount value)
public MoneyAmount getTotalAmount()
public void setTotalAmount(MoneyAmount value)
Copyright © 2010–2016. All rights reserved.