Interface PaymentStatusInterfaceCodeSetMessagePayload

Generated after a successful Set StatusInterfaceCode update action.

interface PaymentStatusInterfaceCodeSetMessagePayload {
    interfaceCode?: string;
    type: "PaymentStatusInterfaceCodeSet";
}

Properties

Properties

interfaceCode?: string

The interfaceCode that was set during the Set StatusInterfaceCode update action.

type: "PaymentStatusInterfaceCodeSet"