Generated after a successful Set Valid From update action.

interface StandalonePriceValidFromSetMessagePayload {
    previousValidFrom?: string;
    type: "StandalonePriceValidFromSet";
    validFrom?: string;
}

Properties

previousValidFrom?: string

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

type: "StandalonePriceValidFromSet"
validFrom?: string

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