protected class AdminTaxMgr.StaticData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
taxQuantityRule
rule that determines how to calculate tax for multiple products
|
private int |
taxScale
precision used when calculating tax
|
| Modifier | Constructor and Description |
|---|---|
protected |
StaticData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTaxQuantityRule() |
int |
getTaxScale() |
void |
setTaxQuantityRule(int taxQuantityRule) |
void |
setTaxScale(int taxScale) |
private int taxQuantityRule
private int taxScale
public int getTaxQuantityRule()
public void setTaxQuantityRule(int taxQuantityRule)
taxQuantityRule - the taxQuantityRule to setpublic int getTaxScale()
public void setTaxScale(int taxScale)
taxScale - the taxScale to setCopyright © 2018 DS Data Systems UK Ltd.