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

    Interface PaymentMethodCreatedMessagePayload

    Generated after a successful Create PaymentMethod request.

    interface PaymentMethodCreatedMessagePayload {
        paymentMethod: PaymentMethod;
        type: "PaymentMethodCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    paymentMethod: PaymentMethod

    PaymentMethod that was created.

    type: "PaymentMethodCreated"