/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { BestIdentifierType } from "./BestIdentifierType"; import { LocalizedDescriptionType } from "./LocalizedDescriptionType"; export declare class ResidentialAddressType { constructor(json: JSON | any); addressRegionalCode?: BestIdentifierType; boxNumber?: string; cityCode?: string; cityNames?: Array; cityRegionalCode?: BestIdentifierType; countryCode?: number; countryIsoCode?: string; countryNames?: Array; houseNumber?: string; inceptionDate?: Date; postalCode?: string; regionCode?: string; regionNames?: Array; streetCode?: string; streetNames?: Array; streetRegionalCode?: BestIdentifierType; }