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

    Interface PaymentMethodInfoCustomTypeRemovedMessagePayload

    Generated after removing Custom Fields from a PaymentMethodInfo using the Set MethodInfo Custom Type update action on Payments and the Set MethodInfo Custom Type update action on My Payments.

    interface PaymentMethodInfoCustomTypeRemovedMessagePayload {
        oldTypeId?: string;
        type: "PaymentMethodInfoCustomTypeRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    oldTypeId?: string

    id of the Type that was removed. Absent if there was no previous Custom Type present.

    type: "PaymentMethodInfoCustomTypeRemoved"