Class TabbyOrder
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyOrder
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Total discount for the order.getItems()
Array of objects representing the order items in this payment.Merchant-assigned order or cart ID, usually Merchnat OMS's Order_number.Total shipping cost for the order.Total tax for the order.Time the order was last updated, in UTC, and displayed in ISO 8601 datetime format.int
hashCode()
void
setDiscountAmount
(String discountAmount) Total discount for the order.void
setItems
(List<TabbyOrderItem> items) Array of objects representing the order items in this payment.void
setReferenceId
(String referenceId) Merchant-assigned order or cart ID, usually Merchnat OMS's Order_number.void
setShippingAmount
(String shippingAmount) Total shipping cost for the order.void
setTaxAmount
(String taxAmount) Total tax for the order.void
setUpdatedAt
(String updatedAt) Time the order was last updated, in UTC, and displayed in ISO 8601 datetime format.toString()
-
Constructor Details
-
TabbyOrder
public TabbyOrder()
-
-
Method Details
-
getTaxAmount
Total tax for the order. Default: "0.00". -
getShippingAmount
Total shipping cost for the order. Default: "0.00". -
getDiscountAmount
Total discount for the order. Should be positive or zero. Shows up on Tabby App for the Customer's convenience. Default: "0.00". -
getUpdatedAt
Time the order was last updated, in UTC, and displayed in ISO 8601 datetime format. -
getReferenceId
Merchant-assigned order or cart ID, usually Merchnat OMS's Order_number. -
getItems
Array of objects representing the order items in this payment. -
setTaxAmount
Total tax for the order. Default: "0.00". -
setShippingAmount
Total shipping cost for the order. Default: "0.00". -
setDiscountAmount
Total discount for the order. Should be positive or zero. Shows up on Tabby App for the Customer's convenience. Default: "0.00". -
setUpdatedAt
Time the order was last updated, in UTC, and displayed in ISO 8601 datetime format. -
setReferenceId
Merchant-assigned order or cart ID, usually Merchnat OMS's Order_number. -
setItems
Array of objects representing the order items in this payment. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-