Table of Contents

Enum AllowedDocumentType

Namespace
BoldSign.Model.IdVerification
Assembly
BoldSign.Api.dll

Enum representing the types of allowed document.

[JsonConverter(typeof(StringEnumConverter))]
public enum AllowedDocumentType

Fields

[EnumMember(Value = "DriverLicense")] DriverLicense = 3

Represents driver's license.

[EnumMember(Value = "IDCard")] IDCard = 2

Represents national ID card.

[EnumMember(Value = "Passport")] Passport = 1

Represents passport.