public class OrderLineDetails extends Object
Constructor and Description |
---|
OrderLineDetails() |
Modifier and Type | Method and Description |
---|---|
Long |
getDiscountAmount()
Discount on the line item, with the last two digits implied as decimal places
|
Long |
getGoogleProductCategoryId()
The Google product category ID for the item.
|
Long |
getLineAmountTotal()
Total amount for the line item
|
String |
getNaicsCommodityCode()
The UNSPC commodity code of the item.
|
String |
getProductCategory()
The category of the product (i.e.
|
String |
getProductCode()
Product or UPC Code, left justified
Note: Must not be all spaces or all zeros |
String |
getProductName()
The name of the product.
|
Long |
getProductPrice()
The price of one unit of the product, the value should be zero or greater
|
String |
getProductSku()
Product SKU number
|
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 implied as 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 implied as decimal places
|
void |
setGoogleProductCategoryId(Long value)
The Google product category ID for the item.
|
void |
setLineAmountTotal(Long value)
Total amount for the line item
|
void |
setNaicsCommodityCode(String value)
The UNSPC commodity code of the item.
|
void |
setProductCategory(String value)
The category of the product (i.e.
|
void |
setProductCode(String value)
Product or UPC Code, left justified
Note: Must not be all spaces or all zeros |
void |
setProductName(String value)
The name of the product.
|
void |
setProductPrice(Long value)
The price of one unit of the product, the value should be zero or greater
|
void |
setProductSku(String value)
Product SKU number
|
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 implied as decimal places
|
void |
setUnit(String value)
Indicates the line item unit of measure; for example: each, kit, pair, gallon, month, etc.
|
public Long getDiscountAmount()
public void setDiscountAmount(Long value)
public Long getGoogleProductCategoryId()
public void setGoogleProductCategoryId(Long value)
public Long getLineAmountTotal()
public void setLineAmountTotal(Long value)
public String getNaicsCommodityCode()
public void setNaicsCommodityCode(String value)
public String getProductCategory()
public void setProductCategory(String value)
public String getProductCode()
public void setProductCode(String value)
public String getProductName()
public void setProductName(String value)
public Long getProductPrice()
public void setProductPrice(Long value)
public String getProductSku()
public void setProductSku(String 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.