Class BankDefinition
Represents a bank known to be supported by Online EFTPOS, and the associated payer id types that is supports.
Inheritance
System.Object
BankDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public class BankDefinition
Constructors
| Name | Description |
|---|---|
| BankDefinition(String, IList<String>) | Partial constructor. |
| BankDefinition(String, String, IList<String>) | Full constructor. |
Properties
| Name | Description |
|---|---|
| DisplayName | Returns the display name of this bank. |
| Id | Returns the unique, case insensitive, id of this bank. |
| PayerIdTypes | A list of payer id types supported by this bank. |