/// <remarks/> public void updatePaymentCardAsync(UpdatePaymentCardReq request) { this.updatePaymentCardAsync(request, null); }
/// <remarks/> public void updatePaymentCardAsync(UpdatePaymentCardReq request, object userState) { if ((this.updatePaymentCardOperationCompleted == null)) { this.updatePaymentCardOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdatePaymentCardOperationCompleted); } this.InvokeAsync("updatePaymentCard", new object[] { request}, this.updatePaymentCardOperationCompleted, userState); }
public UpdatePaymentCardResp updatePaymentCard(UpdatePaymentCardReq request) { object[] results = this.Invoke("updatePaymentCard", new object[] { request}); return ((UpdatePaymentCardResp)(results[0])); }