Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.13 KB

File metadata and controls

47 lines (24 loc) · 1.13 KB

PoaDocumentSubChecks

Properties

Name Type Description Notes
firstName FirstNameEnum Indicates whether the first name is valid [optional]
lastName LastNameEnum Indicates whether the last name is valid [optional]
documentAge DocumentAgeEnum Indicates whether the age of the document is valid (not older than 3 months) [optional]
ipOriginatesInAddressCountry IpOriginatesInAddressCountryEnum Indicates whether the client IP originates in the country of the address [optional]
ipNearbyAddress IpNearbyAddressEnum Indicates whether the client IP is in reasonable distance from the address [optional]

Enum: FirstNameEnum

Name Value

Enum: LastNameEnum

Name Value

Enum: DocumentAgeEnum

Name Value

Enum: IpOriginatesInAddressCountryEnum

Name Value

Enum: IpNearbyAddressEnum

Name Value