Produces the PaymentStatusInterfaceCodeSet Message.

interface PaymentSetStatusInterfaceCodeAction {
    action: "setStatusInterfaceCode";
    interfaceCode?: string;
}

Properties

action: "setStatusInterfaceCode"
interfaceCode?: string

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc