/// <remarks/>
 public void GetCustomerPaymentCardTypesToCreateAsync(GetCustomerPaymentCardTypesToCreateRequest GetCustomerPaymentCardTypesToCreateRequest, object userState) {
     if ((this.GetCustomerPaymentCardTypesToCreateOperationCompleted == null)) {
         this.GetCustomerPaymentCardTypesToCreateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerPaymentCardTypesToCreateOperationCompleted);
     }
     this.InvokeAsync("GetCustomerPaymentCardTypesToCreate", new object[] {
                 GetCustomerPaymentCardTypesToCreateRequest}, this.GetCustomerPaymentCardTypesToCreateOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetCustomerPaymentCardTypesToCreateAsync(GetCustomerPaymentCardTypesToCreateRequest GetCustomerPaymentCardTypesToCreateRequest) {
     this.GetCustomerPaymentCardTypesToCreateAsync(GetCustomerPaymentCardTypesToCreateRequest, null);
 }