Generated after a successful Set InterfaceId update action.

interface PaymentInterfaceIdSetMessagePayload {
    interfaceId?: string;
    oldInterfaceId?: string;
    type: "PaymentInterfaceIdSet";
}

Hierarchy (View Summary)

Properties

interfaceId?: string

Interface ID of the Payment after the Set InterfaceId update action.

oldInterfaceId?: string

Interface ID of the Payment before the Set InterfaceId update action.

type: "PaymentInterfaceIdSet"