Customer Person Request
constructor(title: String? = null, firstName: String, lastName: String, birthDate: String, nationality: String? = null, occupation: Occupation? = null, vulnerabilities: List<Vulnerability>? = null, additionalAttributes: Map<String, String>? = null, customerIdentifiers: CustomerIdentifiersOnboarding, customerCredentials: CustomerCredentials, currencyCode: String, address: Address, termsAndConditions: Boolean, preferences: Preferences? = null, isPoliticallyExposed: Boolean? = null)