CustomerInfo

constructor(id: String, title: String?, firstName: String, lastName: String, birthDate: String, nationality: String?, occupation: Occupation?, vulnerabilities: List<Vulnerability>, vulnerabilitiesApplicable: Boolean, additionalAttributes: Map<String, String>, serviceLevel: Int?, externalId: String?, address: Address?, contactInfo: ContactInformation?, type: String?, restrictions: List<UserRestriction>, accounts: List<Account>, incompleteAttributes: List<IncompleteAttribute>, preferences: Preferences?)