Values.EgyptAdditionalInfoSourceAdditional tax information to specify for a TRN in Egypt.
type nonrec t = {uniqueIdentificationNumber : UniqueIdentificationNumber.t option;The unique identification number provided by the Egypt Tax Authority.
*)uniqueIdentificationNumberExpirationDate : DateString.t option;The expiration date of the unique identification number provided by the Egypt Tax Authority.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of UniqueIdentificationNumber.t ]) list ]