Values.SouthKoreaAdditionalInfoSourceAdditional tax information associated with your TRN in South Korea.
type nonrec t = {businessRepresentativeName : BusinessRepresentativeName.t;The business legal name based on the most recently uploaded tax registration certificate.
*)itemOfBusiness : ItemOfBusiness.t;Item of business based on the most recently uploaded tax registration certificate.
*)lineOfBusiness : LineOfBusiness.t;Line of business based on the most recently uploaded tax registration certificate.
*)}val make :
businessRepresentativeName:BusinessRepresentativeName.t ->
itemOfBusiness:ItemOfBusiness.t ->
lineOfBusiness:LineOfBusiness.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of BusinessRepresentativeName.t ]) list ]