Exemple #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);
 }
Exemple #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));
 }
Exemple #3
0
 System.Threading.Tasks.Task <SPRBConsole.SprbSoap.ZfiNotifyPaymentDResponse1> SPRBConsole.SprbSoap.ZECOLLECTSAP.ZfiNotifyPaymentDAsync(SPRBConsole.SprbSoap.ZfiNotifyPaymentDRequest request)
 {
     return(base.Channel.ZfiNotifyPaymentDAsync(request));
 }
Exemple #4
0
 SPRBConsole.SprbSoap.ZfiNotifyPaymentDResponse1 SPRBConsole.SprbSoap.ZECOLLECTSAP.ZfiNotifyPaymentD(SPRBConsole.SprbSoap.ZfiNotifyPaymentDRequest request)
 {
     return(base.Channel.ZfiNotifyPaymentD(request));
 }