Skip to main content

Condition_IsMerchantWorkingTime

Description

Checks whether the merchant object associated with the BaseObject is currently within its working hours.

Parameters

ParameterDescription
BaseObjectThe object to check (Self or Target).
CompareTypeEqual (merchant is currently open), NotEqual (merchant is currently closed).

Examples

DescriptionBaseObjectCommandCompareType
Check if the merchant is currently openTargetIsMerchantWorkingTimeEqual
Check if the merchant is currently closedTargetIsMerchantWorkingTimeNotEqual
Check if Self's merchant is currently openSelfIsMerchantWorkingTimeEqual
Check if Self's merchant is currently closedSelfIsMerchantWorkingTimeNotEqual