Module Values.SouthKoreaAdditionalInfoSource

Additional tax information associated with your TRN in South Korea.

Sourcetype nonrec t = {
  1. businessRepresentativeName : BusinessRepresentativeName.t;
    (*

    The business legal name based on the most recently uploaded tax registration certificate.

    *)
  2. itemOfBusiness : ItemOfBusiness.t;
    (*

    Item of business based on the most recently uploaded tax registration certificate.

    *)
  3. lineOfBusiness : LineOfBusiness.t;
    (*

    Line of business based on the most recently uploaded tax registration certificate.

    *)
}
Sourceval context_ : string
Sourceval make : businessRepresentativeName:BusinessRepresentativeName.t -> itemOfBusiness:ItemOfBusiness.t -> lineOfBusiness:LineOfBusiness.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BusinessRepresentativeName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t