public oneClickPayOutput authorize([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] oneClickPayInput arg0) { object[] results = this.Invoke("authorize", new object[] { arg0 }); return((oneClickPayOutput)(results[0])); }
/// <remarks/> public void authorizeAsync(oneClickPayInput arg0, object userState) { if ((this.authorizeOperationCompleted == null)) { this.authorizeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnauthorizeOperationCompleted); } this.InvokeAsync("authorize", new object[] { arg0 }, this.authorizeOperationCompleted, userState); }
/// <remarks/> public void authorizeAsync(oneClickPayInput arg0) { this.authorizeAsync(arg0, null); }