Skip to main content

Module factories

Module factories 

Source
Expand description

Factories for constructing domain objects such as orders and events.

Re-exports§

pub use event::OrderEventFactory;
pub use order::OrderFactory;

Modules§

event
Factory for generating order and account events.
order
Factory for constructing order objects.