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

    Interface PaymentMethodSetInterfaceAccountAction

    This action generates the PaymentMethodInterfaceAccountSet Message.

    interface PaymentMethodSetInterfaceAccountAction {
        action: "setInterfaceAccount";
        interfaceAccount?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setInterfaceAccount"
    interfaceAccount?: string

    New account or instance of the payment interface. If empty, any existing value will be removed.