Module Values.UzbekistanAdditionalInfoSource

Additional tax information to specify for a TRN in Uzbekistan.

Sourcetype nonrec t = {
  1. taxRegistrationNumberType : UzbekistanTaxRegistrationNumberType.t option;
    (*

    The tax registration number type. The tax registration number type valid values are Business and Individual.

    *)
  2. vatRegistrationNumber : VatRegistrationNumber.t option;
    (*

    The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.

    *)
}
Sourceval make : ?taxRegistrationNumberType:??? -> ?vatRegistrationNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of VatRegistrationNumber.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