Class KnownBanks
Provides a list of banks known to be supported, and the payer id types each one supports.
Inheritance
Inherited Members
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public static class KnownBanks
Remarks
As this list is hard coded into the library it may or may not be up to date at any given point in time. It should be used only as a UI guide, and not a validation list/authority.
The list is exposed as modifiable collections so if an authoritive source becomes available, this data can be modified at runtime.
Properties
Name | Description |
---|---|
All | Returns all known banks as an System.Collections.Generic.IEnumerable<T> of BankDefinition instances. |
All | Returns all known banks as an System.Collections.Generic.IEnumerable<T> of BankDefinition instances. |
Methods
Name | Description |
---|---|
AddBank(BankDefinition) | Adds a BankDefinition to the set of known, supported banks. |
AddBank(BankDefinition) | Adds a BankDefinition to the set of known, supported banks. |
GetBank(String) | Returns the bank with the specified |
GetBank(String) | Returns the bank with the specified |
RemoveBank(String) | Removes a bank from the list of known banks. |
RemoveBank(String) | Removes a bank from the list of known banks. |