CreditCardLoadListWithCreditCards Method (ListControl, Guid, Boolean, Object)

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

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,
	Guid MerchantAccountID,
	bool IncludeBlank,
	Object selectedValue = null
)

Parameters

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