public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('AssetTransactionCheckout', $strComplexTypeArray)) {
         $strComplexTypeArray['AssetTransactionCheckout'] = AssetTransactionCheckout::GetSoapComplexTypeXml();
         AssetTransaction::AlterSoapComplexTypeArray($strComplexTypeArray);
         Contact::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }