Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 1.39 KB

File metadata and controls

executable file
·
16 lines (13 loc) · 1.39 KB

IO.Swagger.model.agreements.UserAgreement

Properties

Name Type Description Notes
DisplayDate DateTime? The display date for the agreement. Format would be yyyy-MM-dd'T'HH:mm:ssZ. For example, e.g 2016-02-25T18:46:19Z represents UTC time [optional]
DisplayParticipantSetInfos List<DisplayParticipantSetInfo> The most relevant current user set for the agreement. It is typically the next signer if the agreement is from the current user, or the sender if received from another user [optional]
Id string The unique identifier of the agreement.If provided in POST, it will simply be ignored [optional]
Esign bool? True if this is an e-sign document [optional]
Hidden bool? True if agreement is hidden for the user [optional]
LatestVersionId string A version ID which uniquely identifies the current version of the agreement [optional]
Name string Name of the Agreement [optional]
Status string This is a server generated attribute which provides the detailed status of an agreement with respect to the apiCaller [optional]

[Back to Model list] [Back to API list] [Back to README]