Table of Contents

Struct EoriValue

Namespace
Veritas.Tax
Assembly
Veritas.dll

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

value string

Properties

Value

The normalized EORI string.

public string Value { get; }

Property Value

string