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

    Interface PaymentMethodDeletedMessagePayload

    Generated after a successful Delete PaymentMethod request.

    interface PaymentMethodDeletedMessagePayload {
        paymentMethod: PaymentMethod;
        type: "PaymentMethodDeleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    paymentMethod: PaymentMethod

    The PaymentMethod that was deleted.

    type: "PaymentMethodDeleted"