Skip to content

Commit

Permalink
issue #34 - added the accessCode
Browse files Browse the repository at this point in the history
  • Loading branch information
bojake committed Nov 19, 2015
1 parent 6ac3154 commit a63ee5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DocuSign.Integrations.Client/Envelope.json.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ public class Signer
/// Each customField string can be a maximum of 100 characters.
/// </summary>
public string[] customFields { get; set; }
/// <summary>
/// Sets the access code that the recipient must enter before opening the document.
/// </summary>
public string accessCode { get; set; }
}

/// <summary>
Expand Down

0 comments on commit a63ee5b

Please sign in to comment.