MerchantAccount Class

Contains methods for loading merchant accounts and their supported credit cards.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.UtilityMerchantAccount

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 class MerchantAccount

The MerchantAccount type exposes the following members.

Methods
  NameDescription
Public methodLoadListWithMerchantAcccounts
Populates a ListControl UI control with available system merchant accounts.
Public methodSupportedCards(Guid)
Returns the credit cards supported by a merchant account specified by its BBPS Guid.
Public methodSupportedCards(Int32)
Returns the credit cards supported by a merchant account specified by its integer ID.
Public methodSupportedCards(MerchantAccount)
Returns the credit cards supported by a merchant account specified by an API.Transactions.MerchantAccount instance.
Public methodSyncData
Syncs the database merchant account settings with what is stored in BBPS.