diff --git a/sdk/src/DocuSign.eSign/Model/CarbonCopy.cs b/sdk/src/DocuSign.eSign/Model/CarbonCopy.cs index 19145f06..9906ecbf 100644 --- a/sdk/src/DocuSign.eSign/Model/CarbonCopy.cs +++ b/sdk/src/DocuSign.eSign/Model/CarbonCopy.cs @@ -635,6 +635,12 @@ public CarbonCopy() [DataMember(Name="tabs", EmitDefaultValue=false)] public Tabs Tabs { get; set; } /// + /// When set to **true**, the access code will be required for the recipient. Used only when working with template recipients. + /// + /// When set to **true**, the access code will be required for the recipient. Used only when working with template recipients. + [DataMember(Name="templateAccessCodeRequired", EmitDefaultValue=false)] + public string TemplateAccessCodeRequired { get; set; } + /// /// When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. /// /// When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients.