LegalEntityCompanyAddressKana constructor
const
LegalEntityCompanyAddressKana({})
The Kana variation of the company's primary address (Japan only).
Implementation
const LegalEntityCompanyAddressKana({
this.city,
this.country,
this.line1,
this.line2,
this.postalCode,
this.state,
this.town,
});