Show / Hide Table of Contents

Class TID

This class has information related to personal identification properties of the user

Inheritance
System.Object
TID
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TID

Properties

Issuer

Declaration
[DataMember(EmitDefaultValue = false)]
public TLocation Issuer { get; set; }
Property Value
Type Description
TLocation

ID issuer

No

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string No { get; set; }
Property Value
Type Description
System.String

ID number. This is a mandatory property

TypeCd

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string TypeCd { get; set; }
Property Value
Type Description
System.String

ID type. This is a mandatory property

TypeDesc

Declaration
[DataMember(EmitDefaultValue = false)]
public string TypeDesc { get; set; }
Property Value
Type Description
System.String

ID description. For example, an international passport id issued by user's country

Back to top Generated by DocFX