Generated after a successful Add Price Tier update action

interface StandalonePriceTierAddedMessagePayload {
    tier: PriceTier;
    type: "StandalonePriceTierAdded";
}

Properties

Properties

tier: PriceTier

The Price Tier that has been added to the array field tiers for the StandalonePrice.

type: "StandalonePriceTierAdded"