pub type Receipts = BTreeMap<ReceiptType, BTreeMap<OwnedUserId, Receipt>>;
A collection of receipts.
struct Receipts { /* private fields */ }