MerchantAccountSupportedCards Method (MerchantAccount)

Returns the credit cards supported by a merchant account specified by an API.Transactions.MerchantAccount instance.

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(
	MerchantAccount MerchantAccount
)

Parameters

MerchantAccount
Type: BBNCExtensions.API.TransactionsMerchantAccount
A MerchantAccount object corresponding to the merchant account.

Return Value

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