Class PayerId
Provides methods for validation and normalising payer ids.
Inheritance
System.Object
    PayerId
  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 static class PayerId
  Methods
| Name | Description | 
|---|---|
| FromPhoneNumber(String) | Attempts to normalise a string containing a phone number to a form that can be used as a payer id.  | 
      
| IsPhoneNumberValidId(String) | Returns true if the specified strings matches the pattern for a phone number used as a payer id.  |