net.authorize.data
Class ShippingCharges
java.lang.Object
net.authorize.data.ShippingCharges
- All Implemented Interfaces:
- Serializable
public class ShippingCharges
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_PO_NUMBER_LENGTH
public static final int MAX_PO_NUMBER_LENGTH
- See Also:
- Constant Field Values
createShippingCharges
public static ShippingCharges createShippingCharges()
getTaxItemName
public String getTaxItemName()
- Returns:
- the taxItemName
setTaxItemName
public void setTaxItemName(String taxItemName)
- Parameters:
taxItemName - the taxItemName to set
getTaxDescription
public String getTaxDescription()
- Returns:
- the taxDescription
setTaxDescription
public void setTaxDescription(String taxDescription)
- Parameters:
taxDescription - the taxDescription to set
getTaxAmount
public BigDecimal getTaxAmount()
- Returns:
- the taxAmount
setTaxAmount
public void setTaxAmount(BigDecimal taxAmount)
- Parameters:
taxAmount - the taxAmount to set
setTaxAmount
public void setTaxAmount(String taxAmount)
- Parameters:
taxAmount - the taxAmount to set
getFreightItemName
public String getFreightItemName()
- Returns:
- the freightItemName
setFreightItemName
public void setFreightItemName(String freightItemName)
- Parameters:
freightItemName - the freightItemName to set
getFreightDescription
public String getFreightDescription()
- Returns:
- the freightDescription
setFreightDescription
public void setFreightDescription(String freightDescription)
- Parameters:
freightDescription - the freightDescription to set
getFreightAmount
public BigDecimal getFreightAmount()
- Returns:
- the freightAmount
setFreightAmount
public void setFreightAmount(BigDecimal freightAmount)
- Parameters:
freightAmount - the freightAmount to set
setFreightAmount
public void setFreightAmount(String freightAmount)
- Parameters:
freightAmount - the freightAmount to set
getDutyItemName
public String getDutyItemName()
- Returns:
- the dutyItemName
setDutyItemName
public void setDutyItemName(String dutyItemName)
- Parameters:
dutyItemName - the dutyItemName to set
getDutyItemDescription
public String getDutyItemDescription()
- Returns:
- the dutyItemDescription
setDutyItemDescription
public void setDutyItemDescription(String dutyItemDescription)
- Parameters:
dutyItemDescription - the dutyItemDescription to set
getDutyAmount
public BigDecimal getDutyAmount()
- Returns:
- the dutyAmount
setDutyAmount
public void setDutyAmount(BigDecimal dutyAmount)
- Parameters:
dutyAmount - the dutyAmount to set
setDutyAmount
public void setDutyAmount(String dutyAmount)
- Parameters:
dutyAmount - the dutyAmount to set
isTaxExempt
public boolean isTaxExempt()
- Returns:
- the taxExempt
setTaxExempt
public void setTaxExempt(boolean taxExempt)
- Parameters:
taxExempt - the taxExempt to set
getPurchaseOrderNumber
public String getPurchaseOrderNumber()
- Returns:
- the purchaseOrderNumber
setPurchaseOrderNumber
public void setPurchaseOrderNumber(String purchaseOrderNumber)
- Parameters:
purchaseOrderNumber - the purchaseOrderNumber to set
Copyright © 2014. All Rights Reserved.