Values.RevokeServicePeriodPayloadSourcePayload for revoke service period handshake requests.
type nonrec t = {programManagementAccountIdentifier : ProgramManagementAccountIdentifier.t;The identifier of the program management account.
*)note : Note.t option;A note explaining the reason for revoking the service period.
*)}val make :
?note:??? ->
programManagementAccountIdentifier:ProgramManagementAccountIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ProgramManagementAccountIdentifier.t ]) list ]