From 42fbf2191f5b06e63c22fb7e609a87f7895f46c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=C3=AD=20Hi=E1=BA=BFu?= Date: Thu, 8 May 2025 09:39:46 +0700 Subject: [PATCH] Add property TemplateAccessCodeRequired --- sdk/src/DocuSign.eSign/Model/CarbonCopy.cs | 6 ++++++ 1 file changed, 6 insertions(+) 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.