Name

global.PACommonUtil

Description

Include common utils for PA 1. Check if premium is enabled - Should be accessed by all scopes.

Script

var PACommonUtil = Class.create();
PACommonUtil.prototype = {
  initialize: function() {
  },
  type: 'PACommonUtil'
};
PACommonUtil.isPremiumEnabled = function(){
  return SNC.PAUtils.isPremium();
};

Sys ID

e9bb6c43c7e13200aa4b8b3c5c9763b1

Offical Documentation

Official Docs: