Interface IPayerIdType
Common interface for components that can validate and normalise user input for a particular type of payer id.
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public interface IPayerIdType
Properties
Name | Description |
---|---|
DisplayName | Returns a more friendly, human readable version of Name for displaying to customers/users. |
Name | Returns the name of this payer id type as known by the Online EFTPOS API. |
Methods
Name | Description |
---|---|
IsValid(String) | Returns true if the specified |
Normalize(String) | Takes the given |