Interface PaymentStatusStateTransitionMessagePayload

Generated after a successful Transition State update action.

interface PaymentStatusStateTransitionMessagePayload {
    force: boolean;
    state: StateReference;
    type: "PaymentStatusStateTransition";
}

Properties

Properties

force: boolean

Whether State transition validations were turned off during the Change Transaction State update action.

State of the Payment after the Transition State update action.

type: "PaymentStatusStateTransition"

Generated using TypeDoc