Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Context

Hierarchy

Implements

Index

Properties

Optional causationId

causationId: string | undefined

The name of the service or domain that the object originates from.

Optional envFlag

envFlag: ENVIRONMENTS | undefined

The environment this order should be related to, this should generally be 'production'

originId

originId: string

Represents the system that sent any given event.

receivedTimestamp

receivedTimestamp: string

Represents the timestamp for when the event was received. Formatted in ISO-8601.

Optional sector

sector: SECTORS | undefined

The PH business sectors this event relates to

Optional storeId

storeId: string | undefined

The unique PHDV id for the store in format :

timestamp

timestamp: string

Represents the timestamp for when the event happened. Formatted in ISO-8601.

traceId

traceId: string

A unique ID for the customer placing the order, ideally represented in a UUID form

Static ENVIRONMENTS

ENVIRONMENTS: ENVIRONMENTS = ENVIRONMENTS

Generated using TypeDoc