Interface StandalonePriceValidFromAndUntilSetMessagePayload

Generated after a successful Set Valid From and Until update action.

interface StandalonePriceValidFromAndUntilSetMessagePayload {
    previousValidFrom?: string;
    previousValidUntil?: string;
    type: "StandalonePriceValidFromAndUntilSet";
    validFrom?: string;
    validUntil?: string;
}

Properties

previousValidFrom?: string

Value of StandalonePrice validFrom before the Set Valid From and Until update action.

previousValidUntil?: string

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

type: "StandalonePriceValidFromAndUntilSet"
validFrom?: string

Value of StandalonePrice validFrom after the Set Valid From and Until update action.

validUntil?: string

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