Class CooperativeBankCustomerIdPayerId
Provides methods for validation and normalising a Co-operative Bank customer id.
Inheritance
System.Object
CooperativeBankCustomerIdPayerId
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 CooperativeBankCustomerIdPayerId : IPayerIdType
Properties
Name | Description |
---|---|
DisplayName | Returns the string "Customer ID" without the quotes. |
Name | Returns the string "CUSTOMERID" (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. |