Expand description
Product and Invoicing primitives.
Please check out examples/catalogue.rs
Structs§
- Bill
- This is where the magic happens.
- Bill
Item - Maps a
BillProduct
to an amount. - Currency
- Represents currency through an optional symbol and amount of coin.
- Item
List - A list of
BillItem
s, implements summing methods. - Product
- Describes one particular product.
Amount is handled by
BillItem
- Tax
- Representation of Tax value
Traits§
- Bill
Product - Describes one particular product.
Amount is handled by
BillItem