JmgTimeCalcParmeters::checkMustPay Method
Checks whether the specified combination of registration specification, profile specification type, and pay specification type must trigger pay.
Syntax
server public static boolean checkMustPay(
JmgStampTypeSpecEnum stampSpectype,
JmgProfileSpecTypeEnum profSpectype,
JmgPaySpecTypeEnum paySpecType,
JmgProfileSpecTypeEnum _secondaryProfSpecType)
Run On
Server
Parameters
- stampSpectype
Type: JmgStampTypeSpecEnum Enumeration
The registration specification to check.
- profSpectype
Type: JmgProfileSpecTypeEnum Enumeration
The profile specification type to check.
- paySpecType
Type: JmgPaySpecTypeEnum Enumeration
The pay specification type to check.
- _secondaryProfSpecType
Type: JmgProfileSpecTypeEnum Enumeration
The secondary profile specification type to check.
Return Value
Type: boolean
true if the specified combination must trigger pay; otherwise, false.
Remarks
The secondary profile specification type is used when handling paid breaks.