Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPersonalNumberValidator.cs
1
using
System.Threading.Tasks;
2
using
Waher.Runtime.Inventory
;
3
4
namespace
Paiwise
5
{
9
public
interface
IPersonalNumberValidator
:
IProcessingSupport
<string>
10
{
21
Task<bool?>
IsValid
(
string
CountryCode,
string
PersonalNumber);
22
29
Task<string>
Normalize
(
string
CountryCode,
string
PersonalNumber);
30
}
31
}
Paiwise.IPersonalNumberValidator
Interface for service providers that can validate personal numbers.
Definition:
IPersonalNumberValidator.cs:10
Paiwise.IPersonalNumberValidator.IsValid
Task< bool?> IsValid(string CountryCode, string PersonalNumber)
Checks if a personal number is valid, in accordance with registered personal number schemes.
Paiwise.IPersonalNumberValidator.Normalize
Task< string > Normalize(string CountryCode, string PersonalNumber)
Normmalizes a personal number entered in lax mode.
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Payments
IPersonalNumberValidator.cs
Generated by
1.9.5