Esempio n. 1
0
 public System.Threading.Tasks.Task <Payflow.Notification.sms.incom.SendSMSResponse> SendSMSAsync(string account_name, string account_password, string User_ID, string Content, string Service_ID, string Command_Code, string Request_ID, string Message_Type, string Total_Message, string Message_Index, string IsMore, string Content_Type)
 {
     Payflow.Notification.sms.incom.SendSMSRequest inValue = new Payflow.Notification.sms.incom.SendSMSRequest();
     inValue.Body = new Payflow.Notification.sms.incom.SendSMSRequestBody();
     inValue.Body.account_name     = account_name;
     inValue.Body.account_password = account_password;
     inValue.Body.User_ID          = User_ID;
     inValue.Body.Content          = Content;
     inValue.Body.Service_ID       = Service_ID;
     inValue.Body.Command_Code     = Command_Code;
     inValue.Body.Request_ID       = Request_ID;
     inValue.Body.Message_Type     = Message_Type;
     inValue.Body.Total_Message    = Total_Message;
     inValue.Body.Message_Index    = Message_Index;
     inValue.Body.IsMore           = IsMore;
     inValue.Body.Content_Type     = Content_Type;
     return(((Payflow.Notification.sms.incom.Service_SendSMSSoap)(this)).SendSMSAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <Payflow.Notification.sms.incom.SendSMSResponse> Payflow.Notification.sms.incom.Service_SendSMSSoap.SendSMSAsync(Payflow.Notification.sms.incom.SendSMSRequest request)
 {
     return(base.Channel.SendSMSAsync(request));
 }
Esempio n. 3
0
 Payflow.Notification.sms.incom.SendSMSResponse Payflow.Notification.sms.incom.Service_SendSMSSoap.SendSMS(Payflow.Notification.sms.incom.SendSMSRequest request)
 {
     return(base.Channel.SendSMS(request));
 }