public class OrderJson
extends java.lang.Object
| Constructor and Description |
|---|
OrderJson()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
OrderProductJson[] |
getOrderProducts() |
OrderTotalJson[] |
getOrderTotals() |
ShippingQuoteJson |
getShippingQuote() |
java.lang.String |
getStoreId() |
OrderJson[] |
getVendorOrders() |
void |
setOrderProducts(OrderProductJson[] orderProducts) |
void |
setOrderTotals(OrderTotalJson[] orderTotals) |
void |
setShippingQuote(ShippingQuoteJson shippingQuote) |
void |
setStoreId(java.lang.String storeId) |
void |
setVendorOrders(OrderJson[] vendorOrders) |
public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId - the storeId to setpublic OrderProductJson[] getOrderProducts()
public void setOrderProducts(OrderProductJson[] orderProducts)
orderProducts - the orderProducts to setpublic OrderTotalJson[] getOrderTotals()
public void setOrderTotals(OrderTotalJson[] orderTotals)
orderTotals - the orderTotals to setpublic OrderJson[] getVendorOrders()
public void setVendorOrders(OrderJson[] vendorOrders)
vendorOrders - the vendorOrders to setpublic ShippingQuoteJson getShippingQuote()
public void setShippingQuote(ShippingQuoteJson shippingQuote)
shippingQuote - the shippingQuote to setCopyright © 2018 DS Data Systems UK Ltd.