Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdk/src/DocuSign.eSign/Model/CarbonCopy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,12 @@ public CarbonCopy()
[DataMember(Name="tabs", EmitDefaultValue=false)]
public Tabs Tabs { get; set; }
/// <summary>
/// When set to **true**, the access code will be required for the recipient. Used only when working with template recipients.
/// </summary>
/// <value>When set to **true**, the access code will be required for the recipient. Used only when working with template recipients. </value>
[DataMember(Name="templateAccessCodeRequired", EmitDefaultValue=false)]
public string TemplateAccessCodeRequired { get; set; }
/// <summary>
/// When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.
/// </summary>
/// <value>When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. </value>
Expand Down