Ejemplo n.º 1
0
        public static string GetCredCustomSplit(ClientGroup creditorObj)
        {
            String credCustomSplit = creditorObj.cCustomSplit;

            return(credCustomSplit.ToUpper());
        }
Ejemplo n.º 2
0
        public static string GetCredSplitType(ClientGroup creditorObj)
        {
            String credSplitType = creditorObj.cSeparateByType;

            return(credSplitType.ToUpper());
        }
Ejemplo n.º 3
0
        public static string GetCredLastUpDate(ClientGroup creditorObj)
        {
            String credLastUp = creditorObj.cLastUpdatedDate;

            return(credLastUp.ToUpper());
        }
Ejemplo n.º 4
0
        public static string GetCredDistinctReturns(ClientGroup creditorObj)
        {
            String credCompreReturns = creditorObj.cDistinctReturns;

            return(credCompreReturns.ToUpper());
        }
Ejemplo n.º 5
0
        public static string GetCredDateAdded(ClientGroup creditorObj)
        {
            String credDtAdd = creditorObj.cDateAdded;

            return(credDtAdd.ToUpper());
        }
Ejemplo n.º 6
0
        public static string GetCredPersonLastUpdated(ClientGroup creditorObj)
        {
            String credPrsnUp = creditorObj.cPersonLastUpdated;

            return(credPrsnUp.ToUpper());
        }
Ejemplo n.º 7
0
        public static string GetCredItemized(ClientGroup creditorObj)
        {
            String credItemiz = creditorObj.cItemizedSpecial;

            return(credItemiz.ToUpper());
        }
Ejemplo n.º 8
0
        public static string GetCredPersonAdded(ClientGroup creditorObj)
        {
            String credPersonAdded = creditorObj.cPersonAdded;

            return(credPersonAdded.ToUpper());
        }
Ejemplo n.º 9
0
        public static string GetCredBreakout(ClientGroup creditorObj)
        {
            String credBO = creditorObj.cBreakOut;

            return(credBO.ToUpper());
        }
Ejemplo n.º 10
0
        public static string GetCredFrequency(ClientGroup creditorObj)
        {
            String credFreq = creditorObj.cFrequency;

            return(credFreq.ToUpper());
        }
Ejemplo n.º 11
0
        public static string GetCredPass(ClientGroup creditorObj)
        {
            String credPass = creditorObj.cPassword;

            return(credPass);
        }
Ejemplo n.º 12
0
        public static string GetCredLastRunDate(ClientGroup creditorObj)
        {
            String credRun = creditorObj.cLastRun;

            return(credRun.ToUpper());
        }
Ejemplo n.º 13
0
        public static string GetCredGroup(ClientGroup creditorObj)
        {
            String credGroup = creditorObj.cGroup;

            return(credGroup.ToUpper());
        }