public class PayablesTax extends Tax
Constructor and Description |
---|
PayablesTax() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getFreightTaxAmount() |
GLAccountNumberKey |
getGLAccountKey() |
PayablesTaxKey |
getKey() |
MoneyAmount |
getMiscellaneousTaxAmount() |
MoneyAmount |
getPurchasesTaxAmount() |
Boolean |
isIsPosted() |
void |
setFreightTaxAmount(MoneyAmount value) |
void |
setGLAccountKey(GLAccountNumberKey value) |
void |
setIsPosted(Boolean value) |
void |
setKey(PayablesTaxKey value) |
void |
setMiscellaneousTaxAmount(MoneyAmount value) |
void |
setPurchasesTaxAmount(MoneyAmount value) |
getTaxableAmount, getTaxAmount, getTotalAmount, isIsBackoutTax, setIsBackoutTax, setTaxableAmount, setTaxAmount, setTotalAmount
public MoneyAmount getFreightTaxAmount()
public void setFreightTaxAmount(MoneyAmount value)
public GLAccountNumberKey getGLAccountKey()
public void setGLAccountKey(GLAccountNumberKey value)
public Boolean isIsPosted()
public void setIsPosted(Boolean value)
public PayablesTaxKey getKey()
public void setKey(PayablesTaxKey value)
public MoneyAmount getMiscellaneousTaxAmount()
public void setMiscellaneousTaxAmount(MoneyAmount value)
public MoneyAmount getPurchasesTaxAmount()
public void setPurchasesTaxAmount(MoneyAmount value)
Copyright © 2010–2016. All rights reserved.