all_items-class: All Items in an order

Description Slots Examples

Description

all_items is an S4 class to represent all of the items in an order from a business owner's perspective.

Slots

items

A list of single_item objects.

Examples

1
## Not run: shopping_cart <- new('all_items', items = list(items, item2))

Samantha-Lui/EZRecords documentation built on May 5, 2019, 4:46 p.m.