HomeVendure CoreShow hidden breadcrumbs...PaymentRefundTransitionDataOn this pageRefundTransitionData@vendure/coreSource The data which is passed to the state transition handler of the RefundStateMachine. Signatureinterface RefundTransitionData { ctx: RequestContext; order: Order; refund: Refund;} ctxpropertyRequestContextorderpropertyOrderrefundpropertyRefundWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousRefundStatesNextPluginEdited Feb 25, 2026ยทEdit this page