pub type Receipts = BTreeMap<ReceiptType, BTreeMap<OwnedUserId, Receipt, Global>, Global>;
A collection of receipts.