예제 #1
0
 public SPRBConsole.SprbSoap.ZfiNotifyPaymentDResponse ZfiNotifyPaymentD(SPRBConsole.SprbSoap.ZfiNotifyPaymentD ZfiNotifyPaymentD1)
 {
     SPRBConsole.SprbSoap.ZfiNotifyPaymentDRequest inValue = new SPRBConsole.SprbSoap.ZfiNotifyPaymentDRequest();
     inValue.ZfiNotifyPaymentD = ZfiNotifyPaymentD1;
     SPRBConsole.SprbSoap.ZfiNotifyPaymentDResponse1 retVal = ((SPRBConsole.SprbSoap.ZECOLLECTSAP)(this)).ZfiNotifyPaymentD(inValue);
     return(retVal.ZfiNotifyPaymentDResponse);
 }
예제 #2
0
 public System.Threading.Tasks.Task <SPRBConsole.SprbSoap.ZfiNotifyPaymentDResponse1> ZfiNotifyPaymentDAsync(SPRBConsole.SprbSoap.ZfiNotifyPaymentD ZfiNotifyPaymentD)
 {
     SPRBConsole.SprbSoap.ZfiNotifyPaymentDRequest inValue = new SPRBConsole.SprbSoap.ZfiNotifyPaymentDRequest();
     inValue.ZfiNotifyPaymentD = ZfiNotifyPaymentD;
     return(((SPRBConsole.SprbSoap.ZECOLLECTSAP)(this)).ZfiNotifyPaymentDAsync(inValue));
 }
예제 #3
0
 public ZfiNotifyPaymentDRequest(SPRBConsole.SprbSoap.ZfiNotifyPaymentD ZfiNotifyPaymentD)
 {
     this.ZfiNotifyPaymentD = ZfiNotifyPaymentD;
 }