public static string GetCredCustomSplit(ClientGroup creditorObj) { String credCustomSplit = creditorObj.cCustomSplit; return(credCustomSplit.ToUpper()); }
public static string GetCredSplitType(ClientGroup creditorObj) { String credSplitType = creditorObj.cSeparateByType; return(credSplitType.ToUpper()); }
public static string GetCredLastUpDate(ClientGroup creditorObj) { String credLastUp = creditorObj.cLastUpdatedDate; return(credLastUp.ToUpper()); }
public static string GetCredDistinctReturns(ClientGroup creditorObj) { String credCompreReturns = creditorObj.cDistinctReturns; return(credCompreReturns.ToUpper()); }
public static string GetCredDateAdded(ClientGroup creditorObj) { String credDtAdd = creditorObj.cDateAdded; return(credDtAdd.ToUpper()); }
public static string GetCredPersonLastUpdated(ClientGroup creditorObj) { String credPrsnUp = creditorObj.cPersonLastUpdated; return(credPrsnUp.ToUpper()); }
public static string GetCredItemized(ClientGroup creditorObj) { String credItemiz = creditorObj.cItemizedSpecial; return(credItemiz.ToUpper()); }
public static string GetCredPersonAdded(ClientGroup creditorObj) { String credPersonAdded = creditorObj.cPersonAdded; return(credPersonAdded.ToUpper()); }
public static string GetCredBreakout(ClientGroup creditorObj) { String credBO = creditorObj.cBreakOut; return(credBO.ToUpper()); }
public static string GetCredFrequency(ClientGroup creditorObj) { String credFreq = creditorObj.cFrequency; return(credFreq.ToUpper()); }
public static string GetCredPass(ClientGroup creditorObj) { String credPass = creditorObj.cPassword; return(credPass); }
public static string GetCredLastRunDate(ClientGroup creditorObj) { String credRun = creditorObj.cLastRun; return(credRun.ToUpper()); }
public static string GetCredGroup(ClientGroup creditorObj) { String credGroup = creditorObj.cGroup; return(credGroup.ToUpper()); }