//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Serialization;
//
// This source code was auto-generated by wsdl, Version=2.0.50727.42.
//
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="billingSoapBinding", Namespace="http://billing.rephero.com/jboss-net/services/billing")]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(PaymentDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(ItemPriceDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(InvoiceDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(InvoiceLineDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(UserTransitionResponseWS))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(ItemDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(OrderLineDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(OrderDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(ContactDTO))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(UserDTO))]
public partial class WebServicesSessionLocalService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback createOperationCompleted;
private System.Threading.SendOrPostCallback authenticateOperationCompleted;
private System.Threading.SendOrPostCallback getOrderOperationCompleted;
private System.Threading.SendOrPostCallback getUserIdOperationCompleted;
private System.Threading.SendOrPostCallback getPaymentOperationCompleted;
private System.Threading.SendOrPostCallback applyPaymentOperationCompleted;
private System.Threading.SendOrPostCallback updateCreditCardOperationCompleted;
private System.Threading.SendOrPostCallback getInvoiceWSOperationCompleted;
private System.Threading.SendOrPostCallback getLatestInvoiceOperationCompleted;
private System.Threading.SendOrPostCallback getLastInvoicesOperationCompleted;
private System.Threading.SendOrPostCallback getInvoicesByDateOperationCompleted;
private System.Threading.SendOrPostCallback deleteInvoiceOperationCompleted;
private System.Threading.SendOrPostCallback createUserOperationCompleted;
private System.Threading.SendOrPostCallback deleteUserOperationCompleted;
private System.Threading.SendOrPostCallback updateUserContactOperationCompleted;
private System.Threading.SendOrPostCallback updateUserOperationCompleted;
private System.Threading.SendOrPostCallback getUserWSOperationCompleted;
private System.Threading.SendOrPostCallback getUserContactsWSOperationCompleted;
private System.Threading.SendOrPostCallback getUsersInStatusOperationCompleted;
private System.Threading.SendOrPostCallback getUsersNotInStatusOperationCompleted;
private System.Threading.SendOrPostCallback getUsersByCustomFieldOperationCompleted;
private System.Threading.SendOrPostCallback getUsersByCreditCardOperationCompleted;
private System.Threading.SendOrPostCallback payInvoiceOperationCompleted;
private System.Threading.SendOrPostCallback createOrderPreAuthorizeOperationCompleted;
private System.Threading.SendOrPostCallback createOrderOperationCompleted;
private System.Threading.SendOrPostCallback createOrderAndInvoiceOperationCompleted;
private System.Threading.SendOrPostCallback updateOrderOperationCompleted;
private System.Threading.SendOrPostCallback getOrderByPeriodOperationCompleted;
private System.Threading.SendOrPostCallback getOrderLineOperationCompleted;
private System.Threading.SendOrPostCallback updateOrderLineOperationCompleted;
private System.Threading.SendOrPostCallback getLatestOrderOperationCompleted;
private System.Threading.SendOrPostCallback getLastOrdersOperationCompleted;
private System.Threading.SendOrPostCallback deleteOrderOperationCompleted;
private System.Threading.SendOrPostCallback getLatestPaymentOperationCompleted;
private System.Threading.SendOrPostCallback getLastPaymentsOperationCompleted;
private System.Threading.SendOrPostCallback createItemOperationCompleted;
private System.Threading.SendOrPostCallback getAllItemsOperationCompleted;
private System.Threading.SendOrPostCallback getUserTransitionsOperationCompleted;
private System.Threading.SendOrPostCallback getUserTransitionsAfterIdOperationCompleted;
///
public WebServicesSessionLocalService() {
this.Url = "http://billing.rephero.com/jboss-net/services/billing";
}
///
public event createCompletedEventHandler createCompleted;
///
public event authenticateCompletedEventHandler authenticateCompleted;
///
public event getOrderCompletedEventHandler getOrderCompleted;
///
public event getUserIdCompletedEventHandler getUserIdCompleted;
///
public event getPaymentCompletedEventHandler getPaymentCompleted;
///
public event applyPaymentCompletedEventHandler applyPaymentCompleted;
///
public event updateCreditCardCompletedEventHandler updateCreditCardCompleted;
///
public event getInvoiceWSCompletedEventHandler getInvoiceWSCompleted;
///
public event getLatestInvoiceCompletedEventHandler getLatestInvoiceCompleted;
///
public event getLastInvoicesCompletedEventHandler getLastInvoicesCompleted;
///
public event getInvoicesByDateCompletedEventHandler getInvoicesByDateCompleted;
///
public event deleteInvoiceCompletedEventHandler deleteInvoiceCompleted;
///
public event createUserCompletedEventHandler createUserCompleted;
///
public event deleteUserCompletedEventHandler deleteUserCompleted;
///
public event updateUserContactCompletedEventHandler updateUserContactCompleted;
///
public event updateUserCompletedEventHandler updateUserCompleted;
///
public event getUserWSCompletedEventHandler getUserWSCompleted;
///
public event getUserContactsWSCompletedEventHandler getUserContactsWSCompleted;
///
public event getUsersInStatusCompletedEventHandler getUsersInStatusCompleted;
///
public event getUsersNotInStatusCompletedEventHandler getUsersNotInStatusCompleted;
///
public event getUsersByCustomFieldCompletedEventHandler getUsersByCustomFieldCompleted;
///
public event getUsersByCreditCardCompletedEventHandler getUsersByCreditCardCompleted;
///
public event payInvoiceCompletedEventHandler payInvoiceCompleted;
///
public event createOrderPreAuthorizeCompletedEventHandler createOrderPreAuthorizeCompleted;
///
public event createOrderCompletedEventHandler createOrderCompleted;
///
public event createOrderAndInvoiceCompletedEventHandler createOrderAndInvoiceCompleted;
///
public event updateOrderCompletedEventHandler updateOrderCompleted;
///
public event getOrderByPeriodCompletedEventHandler getOrderByPeriodCompleted;
///
public event getOrderLineCompletedEventHandler getOrderLineCompleted;
///
public event updateOrderLineCompletedEventHandler updateOrderLineCompleted;
///
public event getLatestOrderCompletedEventHandler getLatestOrderCompleted;
///
public event getLastOrdersCompletedEventHandler getLastOrdersCompleted;
///
public event deleteOrderCompletedEventHandler deleteOrderCompleted;
///
public event getLatestPaymentCompletedEventHandler getLatestPaymentCompleted;
///
public event getLastPaymentsCompletedEventHandler getLastPaymentsCompleted;
///
public event createItemCompletedEventHandler createItemCompleted;
///
public event getAllItemsCompletedEventHandler getAllItemsCompleted;
///
public event getUserTransitionsCompletedEventHandler getUserTransitionsCompleted;
///
public event getUserTransitionsAfterIdCompletedEventHandler getUserTransitionsAfterIdCompleted;
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("createReturn")]
public CreateResponseWS create(UserWS in0, OrderWS in1) {
object[] results = this.Invoke("create", new object[] {
in0,
in1});
return ((CreateResponseWS)(results[0]));
}
///
public System.IAsyncResult Begincreate(UserWS in0, OrderWS in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("create", new object[] {
in0,
in1}, callback, asyncState);
}
///
public CreateResponseWS Endcreate(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((CreateResponseWS)(results[0]));
}
///
public void createAsync(UserWS in0, OrderWS in1) {
this.createAsync(in0, in1, null);
}
///
public void createAsync(UserWS in0, OrderWS in1, object userState) {
if ((this.createOperationCompleted == null)) {
this.createOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateOperationCompleted);
}
this.InvokeAsync("create", new object[] {
in0,
in1}, this.createOperationCompleted, userState);
}
private void OncreateOperationCompleted(object arg) {
if ((this.createCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createCompleted(this, new createCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("authenticateReturn")]
public int authenticate(string in0, string in1) {
object[] results = this.Invoke("authenticate", new object[] {
in0,
in1});
return ((int)(results[0]));
}
///
public System.IAsyncResult Beginauthenticate(string in0, string in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("authenticate", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int Endauthenticate(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void authenticateAsync(string in0, string in1) {
this.authenticateAsync(in0, in1, null);
}
///
public void authenticateAsync(string in0, string in1, object userState) {
if ((this.authenticateOperationCompleted == null)) {
this.authenticateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnauthenticateOperationCompleted);
}
this.InvokeAsync("authenticate", new object[] {
in0,
in1}, this.authenticateOperationCompleted, userState);
}
private void OnauthenticateOperationCompleted(object arg) {
if ((this.authenticateCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.authenticateCompleted(this, new authenticateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getOrderReturn")]
public OrderWS getOrder(int in0) {
object[] results = this.Invoke("getOrder", new object[] {
in0});
return ((OrderWS)(results[0]));
}
///
public System.IAsyncResult BegingetOrder(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getOrder", new object[] {
in0}, callback, asyncState);
}
///
public OrderWS EndgetOrder(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((OrderWS)(results[0]));
}
///
public void getOrderAsync(int in0) {
this.getOrderAsync(in0, null);
}
///
public void getOrderAsync(int in0, object userState) {
if ((this.getOrderOperationCompleted == null)) {
this.getOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetOrderOperationCompleted);
}
this.InvokeAsync("getOrder", new object[] {
in0}, this.getOrderOperationCompleted, userState);
}
private void OngetOrderOperationCompleted(object arg) {
if ((this.getOrderCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getOrderCompleted(this, new getOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUserIdReturn")]
public int getUserId(string in0) {
object[] results = this.Invoke("getUserId", new object[] {
in0});
return ((int)(results[0]));
}
///
public System.IAsyncResult BegingetUserId(string in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUserId", new object[] {
in0}, callback, asyncState);
}
///
public int EndgetUserId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void getUserIdAsync(string in0) {
this.getUserIdAsync(in0, null);
}
///
public void getUserIdAsync(string in0, object userState) {
if ((this.getUserIdOperationCompleted == null)) {
this.getUserIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserIdOperationCompleted);
}
this.InvokeAsync("getUserId", new object[] {
in0}, this.getUserIdOperationCompleted, userState);
}
private void OngetUserIdOperationCompleted(object arg) {
if ((this.getUserIdCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUserIdCompleted(this, new getUserIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getPaymentReturn")]
public PaymentWS getPayment(int in0) {
object[] results = this.Invoke("getPayment", new object[] {
in0});
return ((PaymentWS)(results[0]));
}
///
public System.IAsyncResult BegingetPayment(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getPayment", new object[] {
in0}, callback, asyncState);
}
///
public PaymentWS EndgetPayment(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((PaymentWS)(results[0]));
}
///
public void getPaymentAsync(int in0) {
this.getPaymentAsync(in0, null);
}
///
public void getPaymentAsync(int in0, object userState) {
if ((this.getPaymentOperationCompleted == null)) {
this.getPaymentOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetPaymentOperationCompleted);
}
this.InvokeAsync("getPayment", new object[] {
in0}, this.getPaymentOperationCompleted, userState);
}
private void OngetPaymentOperationCompleted(object arg) {
if ((this.getPaymentCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getPaymentCompleted(this, new getPaymentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("applyPaymentReturn")]
public int applyPayment(PaymentWS in0, int in1) {
object[] results = this.Invoke("applyPayment", new object[] {
in0,
in1});
return ((int)(results[0]));
}
///
public System.IAsyncResult BeginapplyPayment(PaymentWS in0, int in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("applyPayment", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int EndapplyPayment(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void applyPaymentAsync(PaymentWS in0, int in1) {
this.applyPaymentAsync(in0, in1, null);
}
///
public void applyPaymentAsync(PaymentWS in0, int in1, object userState) {
if ((this.applyPaymentOperationCompleted == null)) {
this.applyPaymentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnapplyPaymentOperationCompleted);
}
this.InvokeAsync("applyPayment", new object[] {
in0,
in1}, this.applyPaymentOperationCompleted, userState);
}
private void OnapplyPaymentOperationCompleted(object arg) {
if ((this.applyPaymentCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.applyPaymentCompleted(this, new applyPaymentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void updateCreditCard(int in0, CreditCardDTO in1) {
this.Invoke("updateCreditCard", new object[] {
in0,
in1});
}
///
public System.IAsyncResult BeginupdateCreditCard(int in0, CreditCardDTO in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("updateCreditCard", new object[] {
in0,
in1}, callback, asyncState);
}
///
public void EndupdateCreditCard(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void updateCreditCardAsync(int in0, CreditCardDTO in1) {
this.updateCreditCardAsync(in0, in1, null);
}
///
public void updateCreditCardAsync(int in0, CreditCardDTO in1, object userState) {
if ((this.updateCreditCardOperationCompleted == null)) {
this.updateCreditCardOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateCreditCardOperationCompleted);
}
this.InvokeAsync("updateCreditCard", new object[] {
in0,
in1}, this.updateCreditCardOperationCompleted, userState);
}
private void OnupdateCreditCardOperationCompleted(object arg) {
if ((this.updateCreditCardCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.updateCreditCardCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getInvoiceWSReturn")]
public InvoiceWS getInvoiceWS(int in0) {
object[] results = this.Invoke("getInvoiceWS", new object[] {
in0});
return ((InvoiceWS)(results[0]));
}
///
public System.IAsyncResult BegingetInvoiceWS(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getInvoiceWS", new object[] {
in0}, callback, asyncState);
}
///
public InvoiceWS EndgetInvoiceWS(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((InvoiceWS)(results[0]));
}
///
public void getInvoiceWSAsync(int in0) {
this.getInvoiceWSAsync(in0, null);
}
///
public void getInvoiceWSAsync(int in0, object userState) {
if ((this.getInvoiceWSOperationCompleted == null)) {
this.getInvoiceWSOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetInvoiceWSOperationCompleted);
}
this.InvokeAsync("getInvoiceWS", new object[] {
in0}, this.getInvoiceWSOperationCompleted, userState);
}
private void OngetInvoiceWSOperationCompleted(object arg) {
if ((this.getInvoiceWSCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getInvoiceWSCompleted(this, new getInvoiceWSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getLatestInvoiceReturn")]
public InvoiceWS getLatestInvoice(int in0) {
object[] results = this.Invoke("getLatestInvoice", new object[] {
in0});
return ((InvoiceWS)(results[0]));
}
///
public System.IAsyncResult BegingetLatestInvoice(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLatestInvoice", new object[] {
in0}, callback, asyncState);
}
///
public InvoiceWS EndgetLatestInvoice(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((InvoiceWS)(results[0]));
}
///
public void getLatestInvoiceAsync(int in0) {
this.getLatestInvoiceAsync(in0, null);
}
///
public void getLatestInvoiceAsync(int in0, object userState) {
if ((this.getLatestInvoiceOperationCompleted == null)) {
this.getLatestInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLatestInvoiceOperationCompleted);
}
this.InvokeAsync("getLatestInvoice", new object[] {
in0}, this.getLatestInvoiceOperationCompleted, userState);
}
private void OngetLatestInvoiceOperationCompleted(object arg) {
if ((this.getLatestInvoiceCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLatestInvoiceCompleted(this, new getLatestInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getLastInvoicesReturn")]
public int[] getLastInvoices(int in0, int in1) {
object[] results = this.Invoke("getLastInvoices", new object[] {
in0,
in1});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetLastInvoices(int in0, int in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLastInvoices", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int[] EndgetLastInvoices(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getLastInvoicesAsync(int in0, int in1) {
this.getLastInvoicesAsync(in0, in1, null);
}
///
public void getLastInvoicesAsync(int in0, int in1, object userState) {
if ((this.getLastInvoicesOperationCompleted == null)) {
this.getLastInvoicesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLastInvoicesOperationCompleted);
}
this.InvokeAsync("getLastInvoices", new object[] {
in0,
in1}, this.getLastInvoicesOperationCompleted, userState);
}
private void OngetLastInvoicesOperationCompleted(object arg) {
if ((this.getLastInvoicesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLastInvoicesCompleted(this, new getLastInvoicesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getInvoicesByDateReturn")]
public int[] getInvoicesByDate(string in0, string in1) {
object[] results = this.Invoke("getInvoicesByDate", new object[] {
in0,
in1});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetInvoicesByDate(string in0, string in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getInvoicesByDate", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int[] EndgetInvoicesByDate(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getInvoicesByDateAsync(string in0, string in1) {
this.getInvoicesByDateAsync(in0, in1, null);
}
///
public void getInvoicesByDateAsync(string in0, string in1, object userState) {
if ((this.getInvoicesByDateOperationCompleted == null)) {
this.getInvoicesByDateOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetInvoicesByDateOperationCompleted);
}
this.InvokeAsync("getInvoicesByDate", new object[] {
in0,
in1}, this.getInvoicesByDateOperationCompleted, userState);
}
private void OngetInvoicesByDateOperationCompleted(object arg) {
if ((this.getInvoicesByDateCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getInvoicesByDateCompleted(this, new getInvoicesByDateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void deleteInvoice(int in0) {
this.Invoke("deleteInvoice", new object[] {
in0});
}
///
public System.IAsyncResult BegindeleteInvoice(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteInvoice", new object[] {
in0}, callback, asyncState);
}
///
public void EnddeleteInvoice(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void deleteInvoiceAsync(int in0) {
this.deleteInvoiceAsync(in0, null);
}
///
public void deleteInvoiceAsync(int in0, object userState) {
if ((this.deleteInvoiceOperationCompleted == null)) {
this.deleteInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteInvoiceOperationCompleted);
}
this.InvokeAsync("deleteInvoice", new object[] {
in0}, this.deleteInvoiceOperationCompleted, userState);
}
private void OndeleteInvoiceOperationCompleted(object arg) {
if ((this.deleteInvoiceCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteInvoiceCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("createUserReturn")]
public int createUser(UserWS in0) {
object[] results = this.Invoke("createUser", new object[] {
in0});
return ((int)(results[0]));
}
///
public System.IAsyncResult BegincreateUser(UserWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createUser", new object[] {
in0}, callback, asyncState);
}
///
public int EndcreateUser(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void createUserAsync(UserWS in0) {
this.createUserAsync(in0, null);
}
///
public void createUserAsync(UserWS in0, object userState) {
if ((this.createUserOperationCompleted == null)) {
this.createUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateUserOperationCompleted);
}
this.InvokeAsync("createUser", new object[] {
in0}, this.createUserOperationCompleted, userState);
}
private void OncreateUserOperationCompleted(object arg) {
if ((this.createUserCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createUserCompleted(this, new createUserCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void deleteUser(int in0) {
this.Invoke("deleteUser", new object[] {
in0});
}
///
public System.IAsyncResult BegindeleteUser(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteUser", new object[] {
in0}, callback, asyncState);
}
///
public void EnddeleteUser(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void deleteUserAsync(int in0) {
this.deleteUserAsync(in0, null);
}
///
public void deleteUserAsync(int in0, object userState) {
if ((this.deleteUserOperationCompleted == null)) {
this.deleteUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteUserOperationCompleted);
}
this.InvokeAsync("deleteUser", new object[] {
in0}, this.deleteUserOperationCompleted, userState);
}
private void OndeleteUserOperationCompleted(object arg) {
if ((this.deleteUserCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteUserCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void updateUserContact(int in0, int in1, ContactWS in2) {
this.Invoke("updateUserContact", new object[] {
in0,
in1,
in2});
}
///
public System.IAsyncResult BeginupdateUserContact(int in0, int in1, ContactWS in2, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("updateUserContact", new object[] {
in0,
in1,
in2}, callback, asyncState);
}
///
public void EndupdateUserContact(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void updateUserContactAsync(int in0, int in1, ContactWS in2) {
this.updateUserContactAsync(in0, in1, in2, null);
}
///
public void updateUserContactAsync(int in0, int in1, ContactWS in2, object userState) {
if ((this.updateUserContactOperationCompleted == null)) {
this.updateUserContactOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateUserContactOperationCompleted);
}
this.InvokeAsync("updateUserContact", new object[] {
in0,
in1,
in2}, this.updateUserContactOperationCompleted, userState);
}
private void OnupdateUserContactOperationCompleted(object arg) {
if ((this.updateUserContactCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.updateUserContactCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void updateUser(UserWS in0) {
this.Invoke("updateUser", new object[] {
in0});
}
///
public System.IAsyncResult BeginupdateUser(UserWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("updateUser", new object[] {
in0}, callback, asyncState);
}
///
public void EndupdateUser(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void updateUserAsync(UserWS in0) {
this.updateUserAsync(in0, null);
}
///
public void updateUserAsync(UserWS in0, object userState) {
if ((this.updateUserOperationCompleted == null)) {
this.updateUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateUserOperationCompleted);
}
this.InvokeAsync("updateUser", new object[] {
in0}, this.updateUserOperationCompleted, userState);
}
private void OnupdateUserOperationCompleted(object arg) {
if ((this.updateUserCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.updateUserCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUserWSReturn")]
public UserWS getUserWS(int in0) {
object[] results = this.Invoke("getUserWS", new object[] {
in0});
return ((UserWS)(results[0]));
}
///
public System.IAsyncResult BegingetUserWS(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUserWS", new object[] {
in0}, callback, asyncState);
}
///
public UserWS EndgetUserWS(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UserWS)(results[0]));
}
///
public void getUserWSAsync(int in0) {
this.getUserWSAsync(in0, null);
}
///
public void getUserWSAsync(int in0, object userState) {
if ((this.getUserWSOperationCompleted == null)) {
this.getUserWSOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserWSOperationCompleted);
}
this.InvokeAsync("getUserWS", new object[] {
in0}, this.getUserWSOperationCompleted, userState);
}
private void OngetUserWSOperationCompleted(object arg) {
if ((this.getUserWSCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUserWSCompleted(this, new getUserWSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUserContactsWSReturn")]
public ContactWS[] getUserContactsWS(int in0) {
object[] results = this.Invoke("getUserContactsWS", new object[] {
in0});
return ((ContactWS[])(results[0]));
}
///
public System.IAsyncResult BegingetUserContactsWS(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUserContactsWS", new object[] {
in0}, callback, asyncState);
}
///
public ContactWS[] EndgetUserContactsWS(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((ContactWS[])(results[0]));
}
///
public void getUserContactsWSAsync(int in0) {
this.getUserContactsWSAsync(in0, null);
}
///
public void getUserContactsWSAsync(int in0, object userState) {
if ((this.getUserContactsWSOperationCompleted == null)) {
this.getUserContactsWSOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserContactsWSOperationCompleted);
}
this.InvokeAsync("getUserContactsWS", new object[] {
in0}, this.getUserContactsWSOperationCompleted, userState);
}
private void OngetUserContactsWSOperationCompleted(object arg) {
if ((this.getUserContactsWSCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUserContactsWSCompleted(this, new getUserContactsWSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUsersInStatusReturn")]
public int[] getUsersInStatus(int in0) {
object[] results = this.Invoke("getUsersInStatus", new object[] {
in0});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetUsersInStatus(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsersInStatus", new object[] {
in0}, callback, asyncState);
}
///
public int[] EndgetUsersInStatus(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getUsersInStatusAsync(int in0) {
this.getUsersInStatusAsync(in0, null);
}
///
public void getUsersInStatusAsync(int in0, object userState) {
if ((this.getUsersInStatusOperationCompleted == null)) {
this.getUsersInStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersInStatusOperationCompleted);
}
this.InvokeAsync("getUsersInStatus", new object[] {
in0}, this.getUsersInStatusOperationCompleted, userState);
}
private void OngetUsersInStatusOperationCompleted(object arg) {
if ((this.getUsersInStatusCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersInStatusCompleted(this, new getUsersInStatusCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUsersNotInStatusReturn")]
public int[] getUsersNotInStatus(int in0) {
object[] results = this.Invoke("getUsersNotInStatus", new object[] {
in0});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetUsersNotInStatus(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsersNotInStatus", new object[] {
in0}, callback, asyncState);
}
///
public int[] EndgetUsersNotInStatus(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getUsersNotInStatusAsync(int in0) {
this.getUsersNotInStatusAsync(in0, null);
}
///
public void getUsersNotInStatusAsync(int in0, object userState) {
if ((this.getUsersNotInStatusOperationCompleted == null)) {
this.getUsersNotInStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersNotInStatusOperationCompleted);
}
this.InvokeAsync("getUsersNotInStatus", new object[] {
in0}, this.getUsersNotInStatusOperationCompleted, userState);
}
private void OngetUsersNotInStatusOperationCompleted(object arg) {
if ((this.getUsersNotInStatusCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersNotInStatusCompleted(this, new getUsersNotInStatusCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUsersByCustomFieldReturn")]
public int[] getUsersByCustomField(int in0, string in1) {
object[] results = this.Invoke("getUsersByCustomField", new object[] {
in0,
in1});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetUsersByCustomField(int in0, string in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsersByCustomField", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int[] EndgetUsersByCustomField(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getUsersByCustomFieldAsync(int in0, string in1) {
this.getUsersByCustomFieldAsync(in0, in1, null);
}
///
public void getUsersByCustomFieldAsync(int in0, string in1, object userState) {
if ((this.getUsersByCustomFieldOperationCompleted == null)) {
this.getUsersByCustomFieldOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersByCustomFieldOperationCompleted);
}
this.InvokeAsync("getUsersByCustomField", new object[] {
in0,
in1}, this.getUsersByCustomFieldOperationCompleted, userState);
}
private void OngetUsersByCustomFieldOperationCompleted(object arg) {
if ((this.getUsersByCustomFieldCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersByCustomFieldCompleted(this, new getUsersByCustomFieldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUsersByCreditCardReturn")]
public int[] getUsersByCreditCard(string in0) {
object[] results = this.Invoke("getUsersByCreditCard", new object[] {
in0});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetUsersByCreditCard(string in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUsersByCreditCard", new object[] {
in0}, callback, asyncState);
}
///
public int[] EndgetUsersByCreditCard(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getUsersByCreditCardAsync(string in0) {
this.getUsersByCreditCardAsync(in0, null);
}
///
public void getUsersByCreditCardAsync(string in0, object userState) {
if ((this.getUsersByCreditCardOperationCompleted == null)) {
this.getUsersByCreditCardOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUsersByCreditCardOperationCompleted);
}
this.InvokeAsync("getUsersByCreditCard", new object[] {
in0}, this.getUsersByCreditCardOperationCompleted, userState);
}
private void OngetUsersByCreditCardOperationCompleted(object arg) {
if ((this.getUsersByCreditCardCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUsersByCreditCardCompleted(this, new getUsersByCreditCardCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("payInvoiceReturn")]
public PaymentAuthorizationDTOEx payInvoice(int in0) {
object[] results = this.Invoke("payInvoice", new object[] {
in0});
return ((PaymentAuthorizationDTOEx)(results[0]));
}
///
public System.IAsyncResult BeginpayInvoice(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("payInvoice", new object[] {
in0}, callback, asyncState);
}
///
public PaymentAuthorizationDTOEx EndpayInvoice(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((PaymentAuthorizationDTOEx)(results[0]));
}
///
public void payInvoiceAsync(int in0) {
this.payInvoiceAsync(in0, null);
}
///
public void payInvoiceAsync(int in0, object userState) {
if ((this.payInvoiceOperationCompleted == null)) {
this.payInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpayInvoiceOperationCompleted);
}
this.InvokeAsync("payInvoice", new object[] {
in0}, this.payInvoiceOperationCompleted, userState);
}
private void OnpayInvoiceOperationCompleted(object arg) {
if ((this.payInvoiceCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.payInvoiceCompleted(this, new payInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("createOrderPreAuthorizeReturn")]
public PaymentAuthorizationDTOEx createOrderPreAuthorize(OrderWS in0) {
object[] results = this.Invoke("createOrderPreAuthorize", new object[] {
in0});
return ((PaymentAuthorizationDTOEx)(results[0]));
}
///
public System.IAsyncResult BegincreateOrderPreAuthorize(OrderWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createOrderPreAuthorize", new object[] {
in0}, callback, asyncState);
}
///
public PaymentAuthorizationDTOEx EndcreateOrderPreAuthorize(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((PaymentAuthorizationDTOEx)(results[0]));
}
///
public void createOrderPreAuthorizeAsync(OrderWS in0) {
this.createOrderPreAuthorizeAsync(in0, null);
}
///
public void createOrderPreAuthorizeAsync(OrderWS in0, object userState) {
if ((this.createOrderPreAuthorizeOperationCompleted == null)) {
this.createOrderPreAuthorizeOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateOrderPreAuthorizeOperationCompleted);
}
this.InvokeAsync("createOrderPreAuthorize", new object[] {
in0}, this.createOrderPreAuthorizeOperationCompleted, userState);
}
private void OncreateOrderPreAuthorizeOperationCompleted(object arg) {
if ((this.createOrderPreAuthorizeCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createOrderPreAuthorizeCompleted(this, new createOrderPreAuthorizeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("createOrderReturn")]
public int createOrder(OrderWS in0) {
object[] results = this.Invoke("createOrder", new object[] {
in0});
return ((int)(results[0]));
}
///
public System.IAsyncResult BegincreateOrder(OrderWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createOrder", new object[] {
in0}, callback, asyncState);
}
///
public int EndcreateOrder(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void createOrderAsync(OrderWS in0) {
this.createOrderAsync(in0, null);
}
///
public void createOrderAsync(OrderWS in0, object userState) {
if ((this.createOrderOperationCompleted == null)) {
this.createOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateOrderOperationCompleted);
}
this.InvokeAsync("createOrder", new object[] {
in0}, this.createOrderOperationCompleted, userState);
}
private void OncreateOrderOperationCompleted(object arg) {
if ((this.createOrderCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createOrderCompleted(this, new createOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("createOrderAndInvoiceReturn")]
public int createOrderAndInvoice(OrderWS in0) {
object[] results = this.Invoke("createOrderAndInvoice", new object[] {
in0});
return ((int)(results[0]));
}
///
public System.IAsyncResult BegincreateOrderAndInvoice(OrderWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createOrderAndInvoice", new object[] {
in0}, callback, asyncState);
}
///
public int EndcreateOrderAndInvoice(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void createOrderAndInvoiceAsync(OrderWS in0) {
this.createOrderAndInvoiceAsync(in0, null);
}
///
public void createOrderAndInvoiceAsync(OrderWS in0, object userState) {
if ((this.createOrderAndInvoiceOperationCompleted == null)) {
this.createOrderAndInvoiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateOrderAndInvoiceOperationCompleted);
}
this.InvokeAsync("createOrderAndInvoice", new object[] {
in0}, this.createOrderAndInvoiceOperationCompleted, userState);
}
private void OncreateOrderAndInvoiceOperationCompleted(object arg) {
if ((this.createOrderAndInvoiceCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createOrderAndInvoiceCompleted(this, new createOrderAndInvoiceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void updateOrder(OrderWS in0) {
this.Invoke("updateOrder", new object[] {
in0});
}
///
public System.IAsyncResult BeginupdateOrder(OrderWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("updateOrder", new object[] {
in0}, callback, asyncState);
}
///
public void EndupdateOrder(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void updateOrderAsync(OrderWS in0) {
this.updateOrderAsync(in0, null);
}
///
public void updateOrderAsync(OrderWS in0, object userState) {
if ((this.updateOrderOperationCompleted == null)) {
this.updateOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateOrderOperationCompleted);
}
this.InvokeAsync("updateOrder", new object[] {
in0}, this.updateOrderOperationCompleted, userState);
}
private void OnupdateOrderOperationCompleted(object arg) {
if ((this.updateOrderCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.updateOrderCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getOrderByPeriodReturn")]
public int[] getOrderByPeriod(int in0, int in1) {
object[] results = this.Invoke("getOrderByPeriod", new object[] {
in0,
in1});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetOrderByPeriod(int in0, int in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getOrderByPeriod", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int[] EndgetOrderByPeriod(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getOrderByPeriodAsync(int in0, int in1) {
this.getOrderByPeriodAsync(in0, in1, null);
}
///
public void getOrderByPeriodAsync(int in0, int in1, object userState) {
if ((this.getOrderByPeriodOperationCompleted == null)) {
this.getOrderByPeriodOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetOrderByPeriodOperationCompleted);
}
this.InvokeAsync("getOrderByPeriod", new object[] {
in0,
in1}, this.getOrderByPeriodOperationCompleted, userState);
}
private void OngetOrderByPeriodOperationCompleted(object arg) {
if ((this.getOrderByPeriodCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getOrderByPeriodCompleted(this, new getOrderByPeriodCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getOrderLineReturn")]
public OrderLineWS getOrderLine(int in0) {
object[] results = this.Invoke("getOrderLine", new object[] {
in0});
return ((OrderLineWS)(results[0]));
}
///
public System.IAsyncResult BegingetOrderLine(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getOrderLine", new object[] {
in0}, callback, asyncState);
}
///
public OrderLineWS EndgetOrderLine(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((OrderLineWS)(results[0]));
}
///
public void getOrderLineAsync(int in0) {
this.getOrderLineAsync(in0, null);
}
///
public void getOrderLineAsync(int in0, object userState) {
if ((this.getOrderLineOperationCompleted == null)) {
this.getOrderLineOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetOrderLineOperationCompleted);
}
this.InvokeAsync("getOrderLine", new object[] {
in0}, this.getOrderLineOperationCompleted, userState);
}
private void OngetOrderLineOperationCompleted(object arg) {
if ((this.getOrderLineCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getOrderLineCompleted(this, new getOrderLineCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void updateOrderLine(OrderLineWS in0) {
this.Invoke("updateOrderLine", new object[] {
in0});
}
///
public System.IAsyncResult BeginupdateOrderLine(OrderLineWS in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("updateOrderLine", new object[] {
in0}, callback, asyncState);
}
///
public void EndupdateOrderLine(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void updateOrderLineAsync(OrderLineWS in0) {
this.updateOrderLineAsync(in0, null);
}
///
public void updateOrderLineAsync(OrderLineWS in0, object userState) {
if ((this.updateOrderLineOperationCompleted == null)) {
this.updateOrderLineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateOrderLineOperationCompleted);
}
this.InvokeAsync("updateOrderLine", new object[] {
in0}, this.updateOrderLineOperationCompleted, userState);
}
private void OnupdateOrderLineOperationCompleted(object arg) {
if ((this.updateOrderLineCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.updateOrderLineCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getLatestOrderReturn")]
public OrderWS getLatestOrder(int in0) {
object[] results = this.Invoke("getLatestOrder", new object[] {
in0});
return ((OrderWS)(results[0]));
}
///
public System.IAsyncResult BegingetLatestOrder(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLatestOrder", new object[] {
in0}, callback, asyncState);
}
///
public OrderWS EndgetLatestOrder(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((OrderWS)(results[0]));
}
///
public void getLatestOrderAsync(int in0) {
this.getLatestOrderAsync(in0, null);
}
///
public void getLatestOrderAsync(int in0, object userState) {
if ((this.getLatestOrderOperationCompleted == null)) {
this.getLatestOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLatestOrderOperationCompleted);
}
this.InvokeAsync("getLatestOrder", new object[] {
in0}, this.getLatestOrderOperationCompleted, userState);
}
private void OngetLatestOrderOperationCompleted(object arg) {
if ((this.getLatestOrderCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLatestOrderCompleted(this, new getLatestOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getLastOrdersReturn")]
public int[] getLastOrders(int in0, int in1) {
object[] results = this.Invoke("getLastOrders", new object[] {
in0,
in1});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetLastOrders(int in0, int in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLastOrders", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int[] EndgetLastOrders(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getLastOrdersAsync(int in0, int in1) {
this.getLastOrdersAsync(in0, in1, null);
}
///
public void getLastOrdersAsync(int in0, int in1, object userState) {
if ((this.getLastOrdersOperationCompleted == null)) {
this.getLastOrdersOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLastOrdersOperationCompleted);
}
this.InvokeAsync("getLastOrders", new object[] {
in0,
in1}, this.getLastOrdersOperationCompleted, userState);
}
private void OngetLastOrdersOperationCompleted(object arg) {
if ((this.getLastOrdersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLastOrdersCompleted(this, new getLastOrdersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
public void deleteOrder(int in0) {
this.Invoke("deleteOrder", new object[] {
in0});
}
///
public System.IAsyncResult BegindeleteOrder(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("deleteOrder", new object[] {
in0}, callback, asyncState);
}
///
public void EnddeleteOrder(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
///
public void deleteOrderAsync(int in0) {
this.deleteOrderAsync(in0, null);
}
///
public void deleteOrderAsync(int in0, object userState) {
if ((this.deleteOrderOperationCompleted == null)) {
this.deleteOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteOrderOperationCompleted);
}
this.InvokeAsync("deleteOrder", new object[] {
in0}, this.deleteOrderOperationCompleted, userState);
}
private void OndeleteOrderOperationCompleted(object arg) {
if ((this.deleteOrderCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteOrderCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getLatestPaymentReturn")]
public PaymentWS getLatestPayment(int in0) {
object[] results = this.Invoke("getLatestPayment", new object[] {
in0});
return ((PaymentWS)(results[0]));
}
///
public System.IAsyncResult BegingetLatestPayment(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLatestPayment", new object[] {
in0}, callback, asyncState);
}
///
public PaymentWS EndgetLatestPayment(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((PaymentWS)(results[0]));
}
///
public void getLatestPaymentAsync(int in0) {
this.getLatestPaymentAsync(in0, null);
}
///
public void getLatestPaymentAsync(int in0, object userState) {
if ((this.getLatestPaymentOperationCompleted == null)) {
this.getLatestPaymentOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLatestPaymentOperationCompleted);
}
this.InvokeAsync("getLatestPayment", new object[] {
in0}, this.getLatestPaymentOperationCompleted, userState);
}
private void OngetLatestPaymentOperationCompleted(object arg) {
if ((this.getLatestPaymentCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLatestPaymentCompleted(this, new getLatestPaymentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getLastPaymentsReturn")]
public int[] getLastPayments(int in0, int in1) {
object[] results = this.Invoke("getLastPayments", new object[] {
in0,
in1});
return ((int[])(results[0]));
}
///
public System.IAsyncResult BegingetLastPayments(int in0, int in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getLastPayments", new object[] {
in0,
in1}, callback, asyncState);
}
///
public int[] EndgetLastPayments(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int[])(results[0]));
}
///
public void getLastPaymentsAsync(int in0, int in1) {
this.getLastPaymentsAsync(in0, in1, null);
}
///
public void getLastPaymentsAsync(int in0, int in1, object userState) {
if ((this.getLastPaymentsOperationCompleted == null)) {
this.getLastPaymentsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLastPaymentsOperationCompleted);
}
this.InvokeAsync("getLastPayments", new object[] {
in0,
in1}, this.getLastPaymentsOperationCompleted, userState);
}
private void OngetLastPaymentsOperationCompleted(object arg) {
if ((this.getLastPaymentsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getLastPaymentsCompleted(this, new getLastPaymentsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("createItemReturn")]
public int createItem(ItemDTOEx in0) {
object[] results = this.Invoke("createItem", new object[] {
in0});
return ((int)(results[0]));
}
///
public System.IAsyncResult BegincreateItem(ItemDTOEx in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("createItem", new object[] {
in0}, callback, asyncState);
}
///
public int EndcreateItem(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
///
public void createItemAsync(ItemDTOEx in0) {
this.createItemAsync(in0, null);
}
///
public void createItemAsync(ItemDTOEx in0, object userState) {
if ((this.createItemOperationCompleted == null)) {
this.createItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateItemOperationCompleted);
}
this.InvokeAsync("createItem", new object[] {
in0}, this.createItemOperationCompleted, userState);
}
private void OncreateItemOperationCompleted(object arg) {
if ((this.createItemCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createItemCompleted(this, new createItemCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getAllItemsReturn")]
public ItemDTOEx[] getAllItems() {
object[] results = this.Invoke("getAllItems", new object[0]);
return ((ItemDTOEx[])(results[0]));
}
///
public System.IAsyncResult BegingetAllItems(System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getAllItems", new object[0], callback, asyncState);
}
///
public ItemDTOEx[] EndgetAllItems(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((ItemDTOEx[])(results[0]));
}
///
public void getAllItemsAsync() {
this.getAllItemsAsync(null);
}
///
public void getAllItemsAsync(object userState) {
if ((this.getAllItemsOperationCompleted == null)) {
this.getAllItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAllItemsOperationCompleted);
}
this.InvokeAsync("getAllItems", new object[0], this.getAllItemsOperationCompleted, userState);
}
private void OngetAllItemsOperationCompleted(object arg) {
if ((this.getAllItemsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getAllItemsCompleted(this, new getAllItemsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUserTransitionsReturn")]
public UserTransitionResponseWS[] getUserTransitions(System.DateTime in0, System.DateTime in1) {
object[] results = this.Invoke("getUserTransitions", new object[] {
in0,
in1});
return ((UserTransitionResponseWS[])(results[0]));
}
///
public System.IAsyncResult BegingetUserTransitions(System.DateTime in0, System.DateTime in1, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUserTransitions", new object[] {
in0,
in1}, callback, asyncState);
}
///
public UserTransitionResponseWS[] EndgetUserTransitions(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UserTransitionResponseWS[])(results[0]));
}
///
public void getUserTransitionsAsync(System.DateTime in0, System.DateTime in1) {
this.getUserTransitionsAsync(in0, in1, null);
}
///
public void getUserTransitionsAsync(System.DateTime in0, System.DateTime in1, object userState) {
if ((this.getUserTransitionsOperationCompleted == null)) {
this.getUserTransitionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserTransitionsOperationCompleted);
}
this.InvokeAsync("getUserTransitions", new object[] {
in0,
in1}, this.getUserTransitionsOperationCompleted, userState);
}
private void OngetUserTransitionsOperationCompleted(object arg) {
if ((this.getUserTransitionsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUserTransitionsCompleted(this, new getUserTransitionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapRpcMethodAttribute("billing", RequestNamespace="http://interfaces.jbilling.sapienter.com", ResponseNamespace="http://billing.rephero.com/jboss-net/services/billing")]
[return: System.Xml.Serialization.SoapElementAttribute("getUserTransitionsAfterIdReturn")]
public UserTransitionResponseWS[] getUserTransitionsAfterId(int in0) {
object[] results = this.Invoke("getUserTransitionsAfterId", new object[] {
in0});
return ((UserTransitionResponseWS[])(results[0]));
}
///
public System.IAsyncResult BegingetUserTransitionsAfterId(int in0, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("getUserTransitionsAfterId", new object[] {
in0}, callback, asyncState);
}
///
public UserTransitionResponseWS[] EndgetUserTransitionsAfterId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((UserTransitionResponseWS[])(results[0]));
}
///
public void getUserTransitionsAfterIdAsync(int in0) {
this.getUserTransitionsAfterIdAsync(in0, null);
}
///
public void getUserTransitionsAfterIdAsync(int in0, object userState) {
if ((this.getUserTransitionsAfterIdOperationCompleted == null)) {
this.getUserTransitionsAfterIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetUserTransitionsAfterIdOperationCompleted);
}
this.InvokeAsync("getUserTransitionsAfterId", new object[] {
in0}, this.getUserTransitionsAfterIdOperationCompleted, userState);
}
private void OngetUserTransitionsAfterIdOperationCompleted(object arg) {
if ((this.getUserTransitionsAfterIdCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getUserTransitionsAfterIdCompleted(this, new getUserTransitionsAfterIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class UserWS : UserDTO {
private ContactWS contactField;
private CreditCardDTO creditCardField;
private System.Nullable invoiceChildField;
private System.Nullable isParentField;
private string languageField;
private System.Nullable mainRoleIdField;
private System.Nullable parentIdField;
private System.Nullable partnerIdField;
private string roleField;
private string statusField;
private System.Nullable statusIdField;
private System.Nullable subscriberStatusIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public ContactWS contact {
get {
return this.contactField;
}
set {
this.contactField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public CreditCardDTO creditCard {
get {
return this.creditCardField;
}
set {
this.creditCardField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable invoiceChild {
get {
return this.invoiceChildField;
}
set {
this.invoiceChildField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable isParent {
get {
return this.isParentField;
}
set {
this.isParentField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string language {
get {
return this.languageField;
}
set {
this.languageField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable mainRoleId {
get {
return this.mainRoleIdField;
}
set {
this.mainRoleIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable parentId {
get {
return this.parentIdField;
}
set {
this.parentIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable partnerId {
get {
return this.partnerIdField;
}
set {
this.partnerIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string role {
get {
return this.roleField;
}
set {
this.roleField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string status {
get {
return this.statusField;
}
set {
this.statusField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable statusId {
get {
return this.statusIdField;
}
set {
this.statusIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable subscriberStatusId {
get {
return this.subscriberStatusIdField;
}
set {
this.subscriberStatusIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class ContactWS : ContactDTO {
private string[] fieldNamesField;
private string[] fieldValuesField;
private System.Nullable typeField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string[] fieldNames {
get {
return this.fieldNamesField;
}
set {
this.fieldNamesField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string[] fieldValues {
get {
return this.fieldValuesField;
}
set {
this.fieldValuesField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(ContactWS))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class ContactDTO {
private string address1Field;
private string address2Field;
private string cityField;
private string countryCodeField;
private System.Nullable createDateField;
private System.Nullable deletedField;
private string emailField;
private System.Nullable faxAreaCodeField;
private System.Nullable faxCountryCodeField;
private string faxNumberField;
private string firstNameField;
private System.Nullable idField;
private System.Nullable includeField;
private string initialField;
private string lastNameField;
private string organizationNameField;
private System.Nullable phoneAreaCodeField;
private System.Nullable phoneCountryCodeField;
private string phoneNumberField;
private string postalCodeField;
private System.Nullable primaryKeyField;
private string stateProvinceField;
private string titleField;
private System.Nullable userIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string address1 {
get {
return this.address1Field;
}
set {
this.address1Field = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string address2 {
get {
return this.address2Field;
}
set {
this.address2Field = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string city {
get {
return this.cityField;
}
set {
this.cityField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string countryCode {
get {
return this.countryCodeField;
}
set {
this.countryCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createDate {
get {
return this.createDateField;
}
set {
this.createDateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string email {
get {
return this.emailField;
}
set {
this.emailField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable faxAreaCode {
get {
return this.faxAreaCodeField;
}
set {
this.faxAreaCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable faxCountryCode {
get {
return this.faxCountryCodeField;
}
set {
this.faxCountryCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string faxNumber {
get {
return this.faxNumberField;
}
set {
this.faxNumberField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string firstName {
get {
return this.firstNameField;
}
set {
this.firstNameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable include {
get {
return this.includeField;
}
set {
this.includeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string initial {
get {
return this.initialField;
}
set {
this.initialField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string lastName {
get {
return this.lastNameField;
}
set {
this.lastNameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string organizationName {
get {
return this.organizationNameField;
}
set {
this.organizationNameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable phoneAreaCode {
get {
return this.phoneAreaCodeField;
}
set {
this.phoneAreaCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable phoneCountryCode {
get {
return this.phoneCountryCodeField;
}
set {
this.phoneCountryCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string phoneNumber {
get {
return this.phoneNumberField;
}
set {
this.phoneNumberField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string postalCode {
get {
return this.postalCodeField;
}
set {
this.postalCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string stateProvince {
get {
return this.stateProvinceField;
}
set {
this.stateProvinceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string title {
get {
return this.titleField;
}
set {
this.titleField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable userId {
get {
return this.userIdField;
}
set {
this.userIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class AchDTO {
private string abaRoutingField;
private string accountNameField;
private System.Nullable accountTypeField;
private string bankAccountField;
private string bankNameField;
private System.Nullable idField;
private System.Nullable primaryKeyField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string abaRouting {
get {
return this.abaRoutingField;
}
set {
this.abaRoutingField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string accountName {
get {
return this.accountNameField;
}
set {
this.accountNameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable accountType {
get {
return this.accountTypeField;
}
set {
this.accountTypeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string bankAccount {
get {
return this.bankAccountField;
}
set {
this.bankAccountField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string bankName {
get {
return this.bankNameField;
}
set {
this.bankNameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(PaymentWS))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class PaymentDTO {
private System.Nullable amountField;
private System.Nullable attemptField;
private System.Nullable balanceField;
private System.Nullable createDateTimeField;
private System.Nullable currencyIdField;
private System.Nullable deletedField;
private System.Nullable idField;
private System.Nullable isPreauthField;
private System.Nullable isRefundField;
private System.Nullable methodIdField;
private System.Nullable paymentDateField;
private bool preauthHasBeenSetField;
private System.Nullable primaryKeyField;
private bool refundHasBeenSetField;
private System.Nullable resultIdField;
private System.Nullable updateDateTimeField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable amount {
get {
return this.amountField;
}
set {
this.amountField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable attempt {
get {
return this.attemptField;
}
set {
this.attemptField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable balance {
get {
return this.balanceField;
}
set {
this.balanceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createDateTime {
get {
return this.createDateTimeField;
}
set {
this.createDateTimeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable currencyId {
get {
return this.currencyIdField;
}
set {
this.currencyIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable isPreauth {
get {
return this.isPreauthField;
}
set {
this.isPreauthField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable isRefund {
get {
return this.isRefundField;
}
set {
this.isRefundField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable methodId {
get {
return this.methodIdField;
}
set {
this.methodIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable paymentDate {
get {
return this.paymentDateField;
}
set {
this.paymentDateField = value;
}
}
///
public bool preauthHasBeenSet {
get {
return this.preauthHasBeenSetField;
}
set {
this.preauthHasBeenSetField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
public bool refundHasBeenSet {
get {
return this.refundHasBeenSetField;
}
set {
this.refundHasBeenSetField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable resultId {
get {
return this.resultIdField;
}
set {
this.resultIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable updateDateTime {
get {
return this.updateDateTimeField;
}
set {
this.updateDateTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class PaymentWS : PaymentDTO {
private AchDTO achField;
private PaymentAuthorizationDTO authorizationField;
private PaymentInfoChequeDTO chequeField;
private CreditCardDTO creditCardField;
private int[] invoiceIdsField;
private string methodField;
private System.Nullable paymentIdField;
private System.Nullable userIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public AchDTO ach {
get {
return this.achField;
}
set {
this.achField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public PaymentAuthorizationDTO authorization {
get {
return this.authorizationField;
}
set {
this.authorizationField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public PaymentInfoChequeDTO cheque {
get {
return this.chequeField;
}
set {
this.chequeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public CreditCardDTO creditCard {
get {
return this.creditCardField;
}
set {
this.creditCardField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public int[] invoiceIds {
get {
return this.invoiceIdsField;
}
set {
this.invoiceIdsField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string method {
get {
return this.methodField;
}
set {
this.methodField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable paymentId {
get {
return this.paymentIdField;
}
set {
this.paymentIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable userId {
get {
return this.userIdField;
}
set {
this.userIdField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(PaymentAuthorizationDTOEx))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class PaymentAuthorizationDTO {
private string aVSField;
private string mD5Field;
private string approvalCodeField;
private string cardCodeField;
private string code1Field;
private string code2Field;
private string code3Field;
private System.Nullable createDateField;
private System.Nullable idField;
private System.Nullable primaryKeyField;
private string processorField;
private string responseMessageField;
private string transactionIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string AVS {
get {
return this.aVSField;
}
set {
this.aVSField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string MD5 {
get {
return this.mD5Field;
}
set {
this.mD5Field = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string approvalCode {
get {
return this.approvalCodeField;
}
set {
this.approvalCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string cardCode {
get {
return this.cardCodeField;
}
set {
this.cardCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string code1 {
get {
return this.code1Field;
}
set {
this.code1Field = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string code2 {
get {
return this.code2Field;
}
set {
this.code2Field = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string code3 {
get {
return this.code3Field;
}
set {
this.code3Field = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createDate {
get {
return this.createDateField;
}
set {
this.createDateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string processor {
get {
return this.processorField;
}
set {
this.processorField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string responseMessage {
get {
return this.responseMessageField;
}
set {
this.responseMessageField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string transactionId {
get {
return this.transactionIdField;
}
set {
this.transactionIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class PaymentAuthorizationDTOEx : PaymentAuthorizationDTO {
private System.Nullable resultField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable result {
get {
return this.resultField;
}
set {
this.resultField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class PaymentInfoChequeDTO {
private string bankField;
private System.Nullable dateField;
private System.Nullable idField;
private string numberField;
private System.Nullable primaryKeyField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string bank {
get {
return this.bankField;
}
set {
this.bankField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable date {
get {
return this.dateField;
}
set {
this.dateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string number {
get {
return this.numberField;
}
set {
this.numberField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class CreditCardDTO {
private System.Nullable deletedField;
private System.Nullable expiryField;
private System.Nullable idField;
private string nameField;
private string numberField;
private System.Nullable primaryKeyField;
private System.Nullable securityCodeField;
private System.Nullable typeField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable expiry {
get {
return this.expiryField;
}
set {
this.expiryField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string number {
get {
return this.numberField;
}
set {
this.numberField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable securityCode {
get {
return this.securityCodeField;
}
set {
this.securityCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(ItemPriceDTOEx))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class ItemPriceDTO {
private System.Nullable currencyIdField;
private System.Nullable idField;
private System.Nullable priceField;
private System.Nullable primaryKeyField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable currencyId {
get {
return this.currencyIdField;
}
set {
this.currencyIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable price {
get {
return this.priceField;
}
set {
this.priceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class ItemPriceDTOEx : ItemPriceDTO {
private string nameField;
private string priceFormField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string priceForm {
get {
return this.priceFormField;
}
set {
this.priceFormField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(InvoiceWS))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class InvoiceDTO {
private System.Nullable balanceField;
private System.Nullable carriedBalanceField;
private System.Nullable createDateTimeField;
private System.Nullable createTimeStampField;
private System.Nullable currencyIdField;
private string customerNotesField;
private System.Nullable deletedField;
private System.Nullable dueDateField;
private System.Nullable idField;
private System.Nullable inProcessPaymentField;
private System.Nullable isReviewField;
private System.Nullable lastReminderField;
private string numberField;
private System.Nullable overdueStepField;
private System.Nullable paymentAttemptsField;
private System.Nullable primaryKeyField;
private bool reviewHasBeenSetField;
private System.Nullable toProcessField;
private System.Nullable totalField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable balance {
get {
return this.balanceField;
}
set {
this.balanceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable carriedBalance {
get {
return this.carriedBalanceField;
}
set {
this.carriedBalanceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createDateTime {
get {
return this.createDateTimeField;
}
set {
this.createDateTimeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createTimeStamp {
get {
return this.createTimeStampField;
}
set {
this.createTimeStampField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable currencyId {
get {
return this.currencyIdField;
}
set {
this.currencyIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string customerNotes {
get {
return this.customerNotesField;
}
set {
this.customerNotesField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable dueDate {
get {
return this.dueDateField;
}
set {
this.dueDateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable inProcessPayment {
get {
return this.inProcessPaymentField;
}
set {
this.inProcessPaymentField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable isReview {
get {
return this.isReviewField;
}
set {
this.isReviewField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable lastReminder {
get {
return this.lastReminderField;
}
set {
this.lastReminderField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string number {
get {
return this.numberField;
}
set {
this.numberField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable overdueStep {
get {
return this.overdueStepField;
}
set {
this.overdueStepField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable paymentAttempts {
get {
return this.paymentAttemptsField;
}
set {
this.paymentAttemptsField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
public bool reviewHasBeenSet {
get {
return this.reviewHasBeenSetField;
}
set {
this.reviewHasBeenSetField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable toProcess {
get {
return this.toProcessField;
}
set {
this.toProcessField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable total {
get {
return this.totalField;
}
set {
this.totalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class InvoiceWS : InvoiceDTO {
private System.Nullable delegatedInvoiceIdField;
private InvoiceLineDTO[] invoiceLinesField;
private int[] ordersField;
private int[] paymentsField;
private System.Nullable userIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable delegatedInvoiceId {
get {
return this.delegatedInvoiceIdField;
}
set {
this.delegatedInvoiceIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public InvoiceLineDTO[] invoiceLines {
get {
return this.invoiceLinesField;
}
set {
this.invoiceLinesField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public int[] orders {
get {
return this.ordersField;
}
set {
this.ordersField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public int[] payments {
get {
return this.paymentsField;
}
set {
this.paymentsField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable userId {
get {
return this.userIdField;
}
set {
this.userIdField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(InvoiceLineDTOEx))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class InvoiceLineDTO {
private System.Nullable amountField;
private System.Nullable deletedField;
private string descriptionField;
private System.Nullable idField;
private System.Nullable isPercentageField;
private System.Nullable itemIdField;
private bool percentageHasBeenSetField;
private System.Nullable priceField;
private System.Nullable primaryKeyField;
private System.Nullable quantityField;
private System.Nullable sourceUserIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable amount {
get {
return this.amountField;
}
set {
this.amountField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable isPercentage {
get {
return this.isPercentageField;
}
set {
this.isPercentageField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable itemId {
get {
return this.itemIdField;
}
set {
this.itemIdField = value;
}
}
///
public bool percentageHasBeenSet {
get {
return this.percentageHasBeenSetField;
}
set {
this.percentageHasBeenSetField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable price {
get {
return this.priceField;
}
set {
this.priceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable quantity {
get {
return this.quantityField;
}
set {
this.quantityField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable sourceUserId {
get {
return this.sourceUserIdField;
}
set {
this.sourceUserIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class InvoiceLineDTOEx : InvoiceLineDTO {
private System.Nullable orderPositionField;
private System.Nullable typeIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable orderPosition {
get {
return this.orderPositionField;
}
set {
this.orderPositionField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable typeId {
get {
return this.typeIdField;
}
set {
this.typeIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class CreateResponseWS {
private System.Nullable invoiceIdField;
private System.Nullable orderIdField;
private System.Nullable paymentIdField;
private PaymentAuthorizationDTOEx paymentResultField;
private System.Nullable userIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable invoiceId {
get {
return this.invoiceIdField;
}
set {
this.invoiceIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable orderId {
get {
return this.orderIdField;
}
set {
this.orderIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable paymentId {
get {
return this.paymentIdField;
}
set {
this.paymentIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public PaymentAuthorizationDTOEx paymentResult {
get {
return this.paymentResultField;
}
set {
this.paymentResultField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable userId {
get {
return this.userIdField;
}
set {
this.userIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class UserTransitionResponseWS {
private System.Nullable fromStatusIdField;
private System.Nullable idField;
private System.Nullable toStatusIdField;
private System.Nullable transitionDateField;
private System.Nullable userIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable fromStatusId {
get {
return this.fromStatusIdField;
}
set {
this.fromStatusIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable toStatusId {
get {
return this.toStatusIdField;
}
set {
this.toStatusIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable transitionDate {
get {
return this.transitionDateField;
}
set {
this.transitionDateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable userId {
get {
return this.userIdField;
}
set {
this.userIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://xml.apache.org/xml-soap")]
public partial class Vector {
private object[] itemField;
///
public object[] item {
get {
return this.itemField;
}
set {
this.itemField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(ItemDTOEx))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class ItemDTO {
private System.Nullable deletedField;
private System.Nullable idField;
private string numberField;
private System.Nullable percentageField;
private System.Nullable priceManualField;
private System.Nullable primaryKeyField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string number {
get {
return this.numberField;
}
set {
this.numberField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable percentage {
get {
return this.percentageField;
}
set {
this.percentageField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable priceManual {
get {
return this.priceManualField;
}
set {
this.priceManualField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class ItemDTOEx : ItemDTO {
private System.Nullable currencyIdField;
private string descriptionField;
private System.Nullable entityIdField;
private System.Nullable orderLineTypeIdField;
private System.Nullable priceField;
private Vector pricesField;
private string promoCodeField;
private object[] strTypesField;
private int[] typesField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable currencyId {
get {
return this.currencyIdField;
}
set {
this.currencyIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable entityId {
get {
return this.entityIdField;
}
set {
this.entityIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable orderLineTypeId {
get {
return this.orderLineTypeIdField;
}
set {
this.orderLineTypeIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable price {
get {
return this.priceField;
}
set {
this.priceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public Vector prices {
get {
return this.pricesField;
}
set {
this.pricesField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string promoCode {
get {
return this.promoCodeField;
}
set {
this.promoCodeField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public object[] strTypes {
get {
return this.strTypesField;
}
set {
this.strTypesField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public int[] types {
get {
return this.typesField;
}
set {
this.typesField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(OrderLineDTOEx))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(OrderLineWS))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class OrderLineDTO {
private System.Nullable amountField;
private System.Nullable createDateField;
private System.Nullable deletedField;
private string descriptionField;
private System.Nullable idField;
private System.Nullable itemIdField;
private System.Nullable itemPriceField;
private System.Nullable priceField;
private System.Nullable primaryKeyField;
private System.Nullable quantityField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable amount {
get {
return this.amountField;
}
set {
this.amountField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createDate {
get {
return this.createDateField;
}
set {
this.createDateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable deleted {
get {
return this.deletedField;
}
set {
this.deletedField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable itemId {
get {
return this.itemIdField;
}
set {
this.itemIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable itemPrice {
get {
return this.itemPriceField;
}
set {
this.itemPriceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable price {
get {
return this.priceField;
}
set {
this.priceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable primaryKey {
get {
return this.primaryKeyField;
}
set {
this.primaryKeyField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable quantity {
get {
return this.quantityField;
}
set {
this.quantityField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(OrderLineWS))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://order.server.jbilling.sapienter.com")]
public partial class OrderLineDTOEx : OrderLineDTO {
private System.Nullable editableField;
private ItemDTOEx itemField;
private string priceStrField;
private System.Nullable totalReadOnlyField;
private System.Nullable typeIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable editable {
get {
return this.editableField;
}
set {
this.editableField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public ItemDTOEx item {
get {
return this.itemField;
}
set {
this.itemField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public string priceStr {
get {
return this.priceStrField;
}
set {
this.priceStrField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable totalReadOnly {
get {
return this.totalReadOnlyField;
}
set {
this.totalReadOnlyField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable typeId {
get {
return this.typeIdField;
}
set {
this.typeIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://www.sapienter.com/billing")]
public partial class OrderLineWS : OrderLineDTOEx {
private System.Nullable useItemField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable useItem {
get {
return this.useItemField;
}
set {
this.useItemField = value;
}
}
}
///
[System.Xml.Serialization.SoapIncludeAttribute(typeof(OrderWS))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="http://entity.server.jbilling.sapienter.com")]
public partial class OrderDTO {
private System.Nullable activeSinceField;
private System.Nullable activeUntilField;
private System.Nullable anticipatePeriodsField;
private System.Nullable billingTypeIdField;
private System.Nullable createDateField;
private System.Nullable createdByField;
private System.Nullable currencyIdField;
private System.Nullable deletedField;
private System.Nullable dfFmField;
private System.Nullable dueDateUnitIdField;
private System.Nullable dueDateValueField;
private System.Nullable idField;
private System.Nullable lastNotifiedField;
private System.Nullable nextBillableDayField;
private string notesField;
private System.Nullable notesInInvoiceField;
private System.Nullable notificationStepField;
private System.Nullable notifyField;
private System.Nullable ownInvoiceField;
private System.Nullable primaryKeyField;
private System.Nullable statusIdField;
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable activeSince {
get {
return this.activeSinceField;
}
set {
this.activeSinceField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable activeUntil {
get {
return this.activeUntilField;
}
set {
this.activeUntilField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable anticipatePeriods {
get {
return this.anticipatePeriodsField;
}
set {
this.anticipatePeriodsField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable billingTypeId {
get {
return this.billingTypeIdField;
}
set {
this.billingTypeIdField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createDate {
get {
return this.createDateField;
}
set {
this.createDateField = value;
}
}
///
[System.Xml.Serialization.SoapElementAttribute(IsNullable=true)]
public System.Nullable createdBy {
get {
return this.createdByField;
}
set {
this.createdByField = value;
}
}
///