Exemplo n.º 1
0
 /// <remarks/>
 public void GetCustomPaymentMethodsAsync(GetCustomPaymentMethodsRequest Request) {
     this.GetCustomPaymentMethodsAsync(Request, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetCustomPaymentMethodsAsync(GetCustomPaymentMethodsRequest Request, object userState) {
     if ((this.GetCustomPaymentMethodsOperationCompleted == null)) {
         this.GetCustomPaymentMethodsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomPaymentMethodsOperationCompleted);
     }
     this.InvokeAsync("GetCustomPaymentMethods", new object[] {
                 Request}, this.GetCustomPaymentMethodsOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public GetCustomPaymentMethodsResult GetCustomPaymentMethods(GetCustomPaymentMethodsRequest Request) {
     object[] results = this.Invoke("GetCustomPaymentMethods", new object[] {
                 Request});
     return ((GetCustomPaymentMethodsResult)(results[0]));
 }