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 = 3Represents driver's license.
[EnumMember(Value = "IDCard")] IDCard = 2Represents national ID card.
[EnumMember(Value = "Passport")] Passport = 1Represents passport.