Interface PaymentTransactionStateChangedMessagePayload

Generated after a successful Change Transaction State update action.

interface PaymentTransactionStateChangedMessagePayload {
    state: string;
    transactionId: string;
    type: "PaymentTransactionStateChanged";
}

Properties

state: string
transactionId: string

Unique identifier for the Transaction for which the Transaction State changed.

type: "PaymentTransactionStateChanged"

Generated using TypeDoc