Ejemplo n.º 1
0
 /// <remarks/>
 public void UpdateCustomerPaymentProfileAsync(UpdateCustomerPaymentProfileRequestData request) {
     this.UpdateCustomerPaymentProfileAsync(request, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void UpdateCustomerPaymentProfileAsync(UpdateCustomerPaymentProfileRequestData request, object userState) {
     if ((this.UpdateCustomerPaymentProfileOperationCompleted == null)) {
         this.UpdateCustomerPaymentProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCustomerPaymentProfileOperationCompleted);
     }
     this.InvokeAsync("UpdateCustomerPaymentProfile", new object[] {
                 request}, this.UpdateCustomerPaymentProfileOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public UpdateCustomerPaymentProfileResponseData UpdateCustomerPaymentProfile(UpdateCustomerPaymentProfileRequestData request) {
     object[] results = this.Invoke("UpdateCustomerPaymentProfile", new object[] {
                 request});
     return ((UpdateCustomerPaymentProfileResponseData)(results[0]));
 }