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

    Interface PaymentMethodCustomFieldRemovedMessagePayload

    Generated after removing a Custom Field from a Payment Method using the Set CustomField update action.

    interface PaymentMethodCustomFieldRemovedMessagePayload {
        name: string;
        type: "PaymentMethodCustomFieldRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the Custom Field that was removed.

    type: "PaymentMethodCustomFieldRemoved"