RefundTransitionData
RefundTransitionData
The data which is passed to the state transition handler of the RefundStateMachine.
Signature
interface RefundTransitionData {
    ctx: RequestContext;
    order: Order;
    refund: Refund;
}
The data which is passed to the state transition handler of the RefundStateMachine.
interface RefundTransitionData {
    ctx: RequestContext;
    order: Order;
    refund: Refund;
}