BlinkID C SDK version 5.16.0
|
#include <AddressDetailedInfo.h>
Data Fields | |
char const * | street |
char const * | postalCode |
char const * | city |
char const * | jurisdiction |
Detailed info about the document owner.
char const* MBAddressDetailedInfo::city |
The address city portion of the document owner.
char const* MBAddressDetailedInfo::jurisdiction |
The address jurisdiction code portion of the document owner.
char const* MBAddressDetailedInfo::postalCode |
The address postal code portion of the document owner.
char const* MBAddressDetailedInfo::street |
The address street portion of the document owner.