Table of Contents

Struct ChipsParticipantIdValue

Namespace
Veritas.Finance
Assembly
Veritas.dll

Represents a validated CHIPS participant identifier.

public readonly struct ChipsParticipantIdValue
Inherited Members

Constructors

ChipsParticipantIdValue(string)

Initializes a new instance of the ChipsParticipantIdValue struct.

public ChipsParticipantIdValue(string value)

Parameters

value string

Normalized CHIPS participant identifier.

Properties

Value

Gets the normalized CHIPS participant identifier.

public string Value { get; }

Property Value

string