Organization KYCFields
constructor(name: String? = null, VATNumber: String? = null, registrationNumber: String? = null, registrationDate: String? = null, registeredAddress: String? = null, numberOfShareholders: Int? = null, shareholderName: String? = null, addressCountryCode: String? = null, stateOrProvince: String? = null, city: String? = null, postalCode: String? = null, directorName: String? = null, website: String? = null, email: String? = null, phone: String? = null, photoIncorporationDoc: ByteArray? = null, photoProofAddress: ByteArray? = null, financialAccountKYCFields: FinancialAccountKYCFields? = null, cardKYCFields: CardKYCFields? = null)