Generated after a successful Remove Price Tier update action

interface StandalonePriceTierRemovedMessagePayload {
    removedTier: PriceTier;
    type: "StandalonePriceTierRemoved";
}

Properties

Properties

removedTier: PriceTier

The Price Tier that has been removed from the array field tiers for the StandalonePrice.

type: "StandalonePriceTierRemoved"