MerchantAccountSupportedCards Method (Guid)

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

Parameters

BBPSID
Type: SystemGuid
The Guid of the merchant account.

Return Value

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