public class LineItemLevel3InterchangeInformation extends Object
Constructor and Description |
---|
LineItemLevel3InterchangeInformation() |
Modifier and Type | Method and Description |
---|---|
Long |
getDiscountAmount()
Discount on the line item, with the last two digits are implied decimal places
|
Long |
getLineAmountTotal()
Total amount for the line item
|
String |
getProductCode()
Product or UPC Code, left justified
Note: Must not be all spaces or all zeros |
Long |
getProductPrice()
The price of one unit of the product, the value should be zero or greater
|
String |
getProductType()
Code used to classify items that are purchased
Note: Must not be all spaces or all zeros |
Long |
getQuantity()
Quantity of the units being purchased, should be greater than zero
Note: Must not be all spaces or all zeros |
Long |
getTaxAmount()
Tax on the line item, with the last two digits are implied decimal places
|
String |
getUnit()
Indicates the line item unit of measure; for example: each, kit, pair, gallon, month, etc.
|
void |
setDiscountAmount(Long value)
Discount on the line item, with the last two digits are implied decimal places
|
void |
setLineAmountTotal(Long value)
Total amount for the line item
|
void |
setProductCode(String value)
Product or UPC Code, left justified
Note: Must not be all spaces or all zeros |
void |
setProductPrice(Long value)
The price of one unit of the product, the value should be zero or greater
|
void |
setProductType(String value)
Code used to classify items that are purchased
Note: Must not be all spaces or all zeros |
void |
setQuantity(Long value)
Quantity of the units being purchased, should be greater than zero
Note: Must not be all spaces or all zeros |
void |
setTaxAmount(Long value)
Tax on the line item, with the last two digits are implied decimal places
|
void |
setUnit(String value)
Indicates the line item unit of measure; for example: each, kit, pair, gallon, month, etc.
|
public LineItemLevel3InterchangeInformation()
public Long getDiscountAmount()
public void setDiscountAmount(Long value)
public Long getLineAmountTotal()
public void setLineAmountTotal(Long value)
public String getProductCode()
public void setProductCode(String value)
public Long getProductPrice()
public void setProductPrice(Long value)
public String getProductType()
public void setProductType(String value)
public Long getQuantity()
public void setQuantity(Long value)
public Long getTaxAmount()
public void setTaxAmount(Long value)
public String getUnit()
public void setUnit(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.