/// <remarks/> public void UpdateCustomerPaymentProfileAsync(UpdateCustomerPaymentProfileRequestData request) { this.UpdateCustomerPaymentProfileAsync(request, null); }
/// <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); }
public UpdateCustomerPaymentProfileResponseData UpdateCustomerPaymentProfile(UpdateCustomerPaymentProfileRequestData request) { object[] results = this.Invoke("UpdateCustomerPaymentProfile", new object[] { request}); return ((UpdateCustomerPaymentProfileResponseData)(results[0])); }