Module Values.EgyptAdditionalInfoSource

Additional tax information to specify for a TRN in Egypt.

Sourcetype nonrec t = {
  1. uniqueIdentificationNumber : UniqueIdentificationNumber.t option;
    (*

    The unique identification number provided by the Egypt Tax Authority.

    *)
  2. uniqueIdentificationNumberExpirationDate : DateString.t option;
    (*

    The expiration date of the unique identification number provided by the Egypt Tax Authority.

    *)
}
Sourceval make : ?uniqueIdentificationNumber:??? -> ?uniqueIdentificationNumberExpirationDate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UniqueIdentificationNumber.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