Values.RevokeServicePeriodHandshakeDetailSourceDetails specific to revoke service period handshakes.
type nonrec t = {note : Note.t option;A note explaining the reason for revoking the service period.
*)servicePeriodType : ServicePeriodType.t option;The type of service period being revoked.
*)minimumNoticeDays : MinimumNoticeDays.t option;The minimum number of days notice required for revocation.
*)startDate : DateTime.t option;The start date of the service period being revoked.
*)endDate : DateTime.t option;The end date of the service period being revoked.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Note.t | `Timestamp of DateTime.t ])
list ]