|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.tax.message.CyberSourceTaxItemResponse
public class CyberSourceTaxItemResponse
| Constructor Summary | |
|---|---|
CyberSourceTaxItemResponse()
|
|
| Method Summary | |
|---|---|
Money |
getCityTaxAmount()
Gets the cityTaxAmount value for this TaxReplyItem. |
Money |
getCountyTaxAmount()
Gets the countyTaxAmount value for this TaxReplyItem. |
Money |
getDistrictTaxAmount()
Gets the districtTaxAmount value for this TaxReplyItem. |
Long |
getId()
Gets the id value for this TaxReplyItem. |
Money |
getStateTaxAmount()
Gets the stateTaxAmount value for this TaxReplyItem. |
Money |
getTotalTaxAmount()
Gets the totalTaxAmount value for this TaxReplyItem. |
void |
setCityTaxAmount(Money cityTaxAmount)
Sets the cityTaxAmount value for this TaxReplyItem. |
void |
setCountyTaxAmount(Money countyTaxAmount)
Sets the countyTaxAmount value for this TaxReplyItem. |
void |
setDistrictTaxAmount(Money districtTaxAmount)
Sets the districtTaxAmount value for this TaxReplyItem. |
void |
setId(Long id)
Sets the id value for this TaxReplyItem. |
void |
setStateTaxAmount(Money stateTaxAmount)
Sets the stateTaxAmount value for this TaxReplyItem. |
void |
setTotalTaxAmount(Money totalTaxAmount)
Sets the totalTaxAmount value for this TaxReplyItem. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CyberSourceTaxItemResponse()
| Method Detail |
|---|
public Money getCityTaxAmount()
public void setCityTaxAmount(Money cityTaxAmount)
cityTaxAmount - public Money getCountyTaxAmount()
public void setCountyTaxAmount(Money countyTaxAmount)
countyTaxAmount - public Money getDistrictTaxAmount()
public void setDistrictTaxAmount(Money districtTaxAmount)
districtTaxAmount - public Money getStateTaxAmount()
public void setStateTaxAmount(Money stateTaxAmount)
stateTaxAmount - public Money getTotalTaxAmount()
public void setTotalTaxAmount(Money totalTaxAmount)
totalTaxAmount - public Long getId()
public void setId(Long id)
id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||