コード例 #1
0
 /// <summary>
 /// Return the Xml data needed to be posted to the server.
 /// </summary>
 /// <returns></returns>
 public override byte[] GetXml()
 {
     AutoGen.NotificationDataTokenRequest retVal
         = new GCheckout.AutoGen.NotificationDataTokenRequest();
     retVal.starttime = _beginDate;
     return(EncodeHelper.Serialize(retVal));
 }
 /// <summary>
 /// Return the Xml data needed to be posted to the server.
 /// </summary>
 /// <returns></returns>
 public override byte[] GetXml()
 {
     AutoGen.NotificationDataTokenRequest retVal
       = new GCheckout.AutoGen.NotificationDataTokenRequest();
       retVal.starttime = _beginDate;
       return EncodeHelper.Serialize(retVal);
 }