/// <remarks/>
 public void GetCustomerPaymentProfileListAsync(GetCustomerPaymentProfileListRequestData request) {
     this.GetCustomerPaymentProfileListAsync(request, null);
 }
 /// <remarks/>
 public void GetCustomerPaymentProfileListAsync(GetCustomerPaymentProfileListRequestData request, object userState) {
     if ((this.GetCustomerPaymentProfileListOperationCompleted == null)) {
         this.GetCustomerPaymentProfileListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerPaymentProfileListOperationCompleted);
     }
     this.InvokeAsync("GetCustomerPaymentProfileList", new object[] {
                 request}, this.GetCustomerPaymentProfileListOperationCompleted, userState);
 }
 public GetCustomerPaymentProfileListResponseData GetCustomerPaymentProfileList(GetCustomerPaymentProfileListRequestData request) {
     object[] results = this.Invoke("GetCustomerPaymentProfileList", new object[] {
                 request});
     return ((GetCustomerPaymentProfileListResponseData)(results[0]));
 }