Class: OrderTypeCategory

order.OrderTypeCategory()

new OrderTypeCategory()

Source:

Methods

(static) OrderTypeCategory#getCategory() → {inventory.Category}

Get the field value
Source:
Returns:
Type
inventory.Category

(static) OrderTypeCategory#getOrderType() → {order.OrderType}

Get the field value
Source:
Returns:
Type
order.OrderType

(static) OrderTypeCategory#setCategory(category)

Set the field value
Parameters:
Name Type Description
category inventory.Category
Source:

(static) OrderTypeCategory#setOrderType(orderType)

Set the field value
Parameters:
Name Type Description
orderType order.OrderType
Source: