Ejemplo n.º 1
0
        public refundResponse processRefund([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] refundRequest arg0)
        {
            object[] results = this.Invoke("processRefund", new object[] {
                arg0
            });

            return((refundResponse)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void processRefundAsync(refundRequest arg0, object userState)
 {
     if ((this.processRefundOperationCompleted == null))
     {
         this.processRefundOperationCompleted = new System.Threading.SendOrPostCallback(this.OnprocessRefundOperationCompleted);
     }
     this.InvokeAsync("processRefund", new object[] {
         arg0
     }, this.processRefundOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void processRefundAsync(refundRequest arg0)
 {
     this.processRefundAsync(arg0, null);
 }