Share via


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

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.

See Also

Reference

JmgTimeCalcParmeters Table