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

    Interface PaymentMethodMethodSetMessagePayload

    Generated after a successful Set Method update action.

    interface PaymentMethodMethodSetMessagePayload {
        method?: string;
        oldMethod?: string;
        type: "PaymentMethodMethodSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    method?: string

    Payment Method after the Set Method update action.

    oldMethod?: string

    Payment Method before the Set Method update action.

    type: "PaymentMethodMethodSet"