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); }
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)); }
public ZfiNotifyPaymentDRequest(SPRBConsole.SprbSoap.ZfiNotifyPaymentD ZfiNotifyPaymentD) { this.ZfiNotifyPaymentD = ZfiNotifyPaymentD; }