IPersonAddress – GBG IDscan Documentation

IPersonAddress

Address for the Person

Signature:

export interface IPersonAddress 

Properties

PropertyTypeDescription
citystringThe city the address resides in
fullstringThe full address
postCodestringThe postal code of the address

IPersonAddress.city property

The city the address resides in

Signature:

city?: string;

IPersonAddress.full property

The full address

Signature:

full?: string;

IPersonAddress.postCode property

The postal code of the address

Signature:

postCode?: string;
Was this page helpful?