CreditCardLoadListWithCreditCards Method (ListControl, Int32, Boolean, Object)

Loads a ListControl UI control with available credit cards for a merchant account given a merchant account integer ID.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract void LoadListWithCreditCards(
	ListControl oListControl,
	int MerchantAccountID,
	bool IncludeBlank,
	Object selectedValue = null
)

Parameters

oListControl
Type: System.Web.UI.WebControlsListControl
The ListControl object to be loaded.
MerchantAccountID
Type: SystemInt32
The integer ID of the merchant account whose credit cards are to be loaded.
IncludeBlank
Type: SystemBoolean
selectedValue (Optional)
Type: SystemObject