PromotionEventInterface Interface
No description
interface PromotionEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
}
Fields
id ● ID!
date ● DateTime!
Date when event happened.
type ● PromotionEventsEnum!
Promotion event type.
createdBy ● UserOrApp
User or App that created the promotion event.
Implemented By
PromotionCreatedEvent object ● PromotionEndedEvent object ● PromotionRuleCreatedEvent object ● PromotionRuleDeletedEvent object ● PromotionRuleUpdatedEvent object ● PromotionStartedEvent object ● PromotionUpdatedEvent object