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

    Interface PaymentMethodInfoInterfaceAccountSetMessagePayload

    Generated after a successful Set MethodInfo InterfaceAccount update action on Payments and Set MethodInfo InterfaceAccount update action on My Payments.

    interface PaymentMethodInfoInterfaceAccountSetMessagePayload {
        interfaceAccount?: string;
        oldInterfaceAccount?: string;
        type: "PaymentMethodInfoInterfaceAccountSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    interfaceAccount?: string

    Interface account of the Payment Method after the Set MethodInfo InterfaceAccount update action.

    oldInterfaceAccount?: string

    Interface account of the Payment Method before the Set MethodInfo InterfaceAccount update action.

    type: "PaymentMethodInfoInterfaceAccountSet"