public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('OnlineDonationLineItem', $strComplexTypeArray)) {
         $strComplexTypeArray['OnlineDonationLineItem'] = OnlineDonationLineItem::GetSoapComplexTypeXml();
         OnlineDonation::AlterSoapComplexTypeArray($strComplexTypeArray);
         StewardshipFund::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }