Company

fun Company(    address: Address? = null,     addressKana: AddressJapanParams? = null,     addressKanji: AddressJapanParams? = null,     directorsProvided: Boolean? = null,     executivesProvided: Boolean? = null,     name: String? = null,     nameKana: String? = null,     nameKanji: String? = null,     ownersProvided: Boolean? = false,     phone: String? = null,     taxId: String? = null,     taxIdRegistrar: String? = null,     vatId: String? = null,     verification: AccountParams.BusinessTypeParams.Company.Verification? = null)