Class NZMobilePayerIdType
Provides methods for validation and normalising NZ mobile phone number based payer ids.
Inheritance
System.Object
NZMobilePayerIdType
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 NZMobilePayerIdType : IPayerIdType
Properties
Name | Description |
---|---|
DisplayName | Returns the string "NZ Mobile Number" without the quotes. |
Name | Returns the string "MOBILE" (without the quotes). |
Methods
Name | Description |
---|---|
IsValid(String) | Returns true if the specified strings matches the pattern for a phone number used as a payer id. |
Normalize(String) | Attempts to normalise a string containing a phone number to a form that can be used as a payer id. |