Values.PickupDetailsSourceInformation identifying the person picking up the device.
type nonrec t = {name : String_.t option;The name of the person picking up the device.
*)phoneNumber : PhoneNumber.t option;The phone number of the person picking up the device.
*)email : Email.t option;The email address of the person picking up the device.
*)identificationNumber : String_.t option;The number on the credential identifying the person picking up the device.
*)identificationExpirationDate : Timestamp.t option;Expiration date of the credential identifying the person picking up the device.
*)identificationIssuingOrg : String_.t option;Organization that issued the credential identifying the person picking up the device.
*)devicePickupId : DevicePickupId.t option;The unique ID for a device that will be picked up.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]