Show / Hide Table of Contents

Class Documents

Customer document details

Inheritance
System.Object
Documents
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
[DataContract]
public class Documents

Properties

FirstIdentificationIssuer

First identification issuer

Declaration
[DataMember]
public string FirstIdentificationIssuer { get; set; }
Property Value
Type Description
System.String

FirstIdentificationIssuingCountry

First identification issuing country

Declaration
[DataMember]
public string FirstIdentificationIssuingCountry { get; set; }
Property Value
Type Description
System.String

FirstIdentificationNumber

First identification number

Declaration
[DataMember]
public string FirstIdentificationNumber { get; set; }
Property Value
Type Description
System.String

FirstIdentificationTypeCode

First identification type code

Declaration
[DataMember]
public string FirstIdentificationTypeCode { get; set; }
Property Value
Type Description
System.String

FirstOtherIdentificationIssuer

First other identification issuer

Declaration
[DataMember]
public string FirstOtherIdentificationIssuer { get; set; }
Property Value
Type Description
System.String

FirstOtherIdentificationType

First other identification type

Declaration
[DataMember]
public string FirstOtherIdentificationType { get; set; }
Property Value
Type Description
System.String

SecondIdentificationIssuer

Second identification issuer

Declaration
[DataMember]
public string SecondIdentificationIssuer { get; set; }
Property Value
Type Description
System.String

SecondIdentificationNumber

Second identification number

Declaration
[DataMember]
public string SecondIdentificationNumber { get; set; }
Property Value
Type Description
System.String

SecondIdentificationTypeCode

Second identification type code

Declaration
[DataMember]
public string SecondIdentificationTypeCode { get; set; }
Property Value
Type Description
System.String

SecondOtherIdentificationIssuer

Second other identification issuer

Declaration
[DataMember]
public string SecondOtherIdentificationIssuer { get; set; }
Property Value
Type Description
System.String

SecondOtherIdentificationType

Second other identification type

Declaration
[DataMember]
public string SecondOtherIdentificationType { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX