MerchantAccountSupportedCards Method (Int32)

Returns the credit cards supported by a merchant account specified by its 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 List<CreditCard> SupportedCards(
	int MerchantAccountID
)

Parameters

MerchantAccountID
Type: SystemInt32
The integer ID of the merchant account.

Return Value

Type: ListCreditCard
A list of API.Transactions.CreditCard objects for cards supported by the merchant account.