Struct EoriValue
Represents a validated Economic Operator Registration and Identification (EORI) number.
public readonly struct EoriValue
- Inherited Members
Examples
Eori.TryValidate("DE123456789012345", out var value);
Constructors
EoriValue(string)
public EoriValue(string value)
Parameters
valuestring
Properties
Value
The normalized EORI string.
public string Value { get; }