FulfillmentTransitionData
FulfillmentTransitionData
The data which is passed to the state transition handlers of the FulfillmentStateMachine.
Signature
interface FulfillmentTransitionData {
ctx: RequestContext;
orders: Order[];
fulfillment: Fulfillment;
}
Members
ctx
property
type:
RequestContext
orders
property
type:
Order[]
fulfillment
property
type:
Fulfillment