/// <summary>Static getter for Show mobilepay?</summary> public static bool GetShowMobilepay(IVisEkstraSection that) { return(that.GetPropertyValue <bool>("showMobilepay")); }
/// <summary>Static getter for Show contact section?</summary> public static bool GetShowContactSection(IVisEkstraSection that) { return(that.GetPropertyValue <bool>("showContactSection")); }