Interface StandalonePriceValidUntilSetMessagePayload

Generated after a successful Set Valid Until update action.

interface StandalonePriceValidUntilSetMessagePayload {
    previousValidUntil?: string;
    type: "StandalonePriceValidUntilSet";
    validUntil?: string;
}

Properties

previousValidUntil?: string

Value of StandalonePrice validUntil before the Set Valid Until update action.

type: "StandalonePriceValidUntilSet"
validUntil?: string

Value of StandalonePrice validUntil after the Set Valid Until update action.