Interface PaymentMethodCustomTypeRemovedMessagePayload

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

interface PaymentMethodCustomTypeRemovedMessagePayload {
    oldTypeId?: string;
    type: "PaymentMethodCustomTypeRemoved";
}

Hierarchy (View Summary)

Properties

Properties

oldTypeId?: string

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

type: "PaymentMethodCustomTypeRemoved"