@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentSetStatusInterfaceCodeAction

    Produces the PaymentStatusInterfaceCodeSet Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "setStatusInterfaceCode"
    interfaceCode?: string

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