PaymentTransitionData
PaymentTransitionData
The data which is passed to the onStateTransitionStart
function configured when constructing
a new PaymentMethodHandler
Signature
interface PaymentTransitionData {
ctx: RequestContext;
payment: Payment;
order: Order;
}