Class BankDetails
Represents the details of a payer/account in a transaction.
Inheritance
System.Object
BankDetails
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 sealed class BankDetails
Properties
Name | Description |
---|---|
BankId | The id of the bank the payer is registered with. |
PayerId | An identifier value registered with the Online Eftpos API that represents a specific payer. This is usually provider by the payer at time of purchase. |
PayerIdType | The type of identifier provided in PayerId. Usually "MOBILE". |
Methods
Name | Description |
---|---|
EnsureValid() | Throws if the details are invalid. |