Interface PaymentStatusInterfaceCodeSetMessagePayload

Generated after a successful Set StatusInterfaceCode update action.

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

Properties

interfaceCode?: string

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

paymentId: string

Unique identifier for the Payment for which the Set StatusInterfaceCode update action was applied.

type: "PaymentStatusInterfaceCodeSet"

Generated using TypeDoc