MerchantAccount Methods

The MerchantAccount type exposes the following members.

Methods
  Name Description
Public method LoadListWithMerchantAcccounts
Populates a ListControl UI control with available system merchant accounts.
Public method SupportedCards(Guid)
Returns the credit cards supported by a merchant account specified by its BBPS Guid.
Public method SupportedCards(Int32)
Returns the credit cards supported by a merchant account specified by its integer ID.
Public method SupportedCards(MerchantAccount)
Returns the credit cards supported by a merchant account specified by an API.Transactions.MerchantAccount instance.
Public method SyncData
Syncs the database merchant account settings with what is stored in BBPS.
See Also