Class WestpacCustomerIdPayerId
Provides methods for validation and normalising Westpac Customer Id based payer ids.
Inheritance
System.Object
WestpacCustomerIdPayerId
Implements
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 WestpacCustomerIdPayerId : IPayerIdType
Properties
Name | Description |
---|---|
DisplayName | Returns the string "Customer ID" without the quotes. |
Name | Returns the string "WESTPAC1ID" (without the quotes). |
Methods
Name | Description |
---|---|
IsValid(String) | Returns true if the specified strings matches the pattern for a Co-operative Bank customer id. |
Normalize(String) | Attempts to normalise a string containing a phone number to a form that can be used as a payer id. |