NaturalPersonKYCFields

constructor(lastName: String? = null, firstName: String? = null, additionalName: String? = null, addressCountryCode: String? = null, stateOrProvince: String? = null, city: String? = null, postalCode: String? = null, address: String? = null, mobileNumber: String? = null, mobileNumberFormat: String? = null, emailAddress: String? = null, birthDate: LocalDate? = null, idIssueDate: LocalDate? = null, idExpirationDate: LocalDate? = null, birthPlace: String? = null, birthCountryCode: String? = null, taxId: String? = null, taxIdName: String? = null, occupation: String? = null, employerName: String? = null, employerAddress: String? = null, languageCode: String? = null, idType: String? = null, idCountryCode: String? = null, idNumber: String? = null, ipAddress: String? = null, sex: String? = null, referralId: String? = null, photoIdFront: ByteArray? = null, photoIdBack: ByteArray? = null, notaryApprovalOfPhotoId: ByteArray? = null, photoProofResidence: ByteArray? = null, proofOfIncome: ByteArray? = null, proofOfLiveness: ByteArray? = null, financialAccountKYCFields: FinancialAccountKYCFields? = null, cardKYCFields: CardKYCFields? = null)