Class IdData
- java.lang.Object
-
- io.digified.digified_library.api.result.internal.id.IdData
-
- Direct Known Subclasses:
BackIdData
,FrontIdData
public abstract class IdData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImageUrl()
Getter method forimageUrl
: URL link to cropped front ID or back IDLong
getNationalId()
Getter method fornationalId
: 14 digits integer representing the ID number
-
-
-
Method Detail
-
getNationalId
public Long getNationalId()
Getter method fornationalId
: 14 digits integer representing the ID number- Returns:
- "national_id" in the API response
-
getImageUrl
public String getImageUrl()
Getter method forimageUrl
: URL link to cropped front ID or back ID- Returns:
- "image" in the API response
-
-