Skip to content

Commit 94cf2ec

Browse files
committed
deploy: ad25818
1 parent 859cb7a commit 94cf2ec

11 files changed

+679
-23
lines changed

api/EasyPost.Parameters.CustomsInfo.Create.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,38 @@ <h5 class="propertyValue">Property Value</h5>
392392
</tr>
393393
</tbody>
394394
</table>
395+
<span class="small pull-right mobile-hide">
396+
<span class="divider">|</span>
397+
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Parameters_CustomsInfo_Create_RestrictionComments.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.CustomsInfo.Create.RestrictionComments%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
398+
</span>
399+
<span class="small pull-right mobile-hide">
400+
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Parameters/CustomsInfo/Create.cs/#L96">View Source</a>
401+
</span>
402+
<a id="EasyPost_Parameters_CustomsInfo_Create_RestrictionComments_" data-uid="EasyPost.Parameters.CustomsInfo.Create.RestrictionComments*"></a>
403+
<h4 id="EasyPost_Parameters_CustomsInfo_Create_RestrictionComments" data-uid="EasyPost.Parameters.CustomsInfo.Create.RestrictionComments">RestrictionComments</h4>
404+
<div class="markdown level1 summary"><p>Restriction comments.
405+
Required if <a class="xref" href="EasyPost.Parameters.CustomsInfo.Create.html#EasyPost_Parameters_CustomsInfo_Create_RestrictionType">RestrictionType</a> is not <code>&quot;none&quot;</code>.</p>
406+
</div>
407+
<div class="markdown level1 conceptual"></div>
408+
<h5 class="declaration">Declaration</h5>
409+
<div class="codewrapper">
410+
<pre><code class="lang-csharp hljs">public string? RestrictionComments { get; set; }</code></pre>
411+
</div>
412+
<h5 class="propertyValue">Property Value</h5>
413+
<table class="table table-bordered table-striped table-condensed">
414+
<thead>
415+
<tr>
416+
<th>Type</th>
417+
<th>Description</th>
418+
</tr>
419+
</thead>
420+
<tbody>
421+
<tr>
422+
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
423+
<td></td>
424+
</tr>
425+
</tbody>
426+
</table>
395427
<span class="small pull-right mobile-hide">
396428
<span class="divider">|</span>
397429
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Parameters_CustomsInfo_Create_RestrictionType.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.CustomsInfo.Create.RestrictionType%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>

api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,21 @@ <h3 id="fields">Fields
9494
<tr>
9595
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustBeSet">MustBeSet</td>
9696
<td><p>Denote that a dependent parameter must be set.</p>
97+
</td>
98+
</tr>
99+
<tr>
100+
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustBeValue">MustBeValue</td>
101+
<td><p>Denote that a dependent parameter must be a specific value.</p>
97102
</td>
98103
</tr>
99104
<tr>
100105
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustNotBeSet">MustNotBeSet</td>
101106
<td><p>Denote that a dependent parameter must not be set.</p>
107+
</td>
108+
</tr>
109+
<tr>
110+
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustNotBeValue">MustNotBeValue</td>
111+
<td><p>Denote that a dependent parameter must not be a specific value.</p>
102112
</td>
103113
</tr>
104114
</tbody>
@@ -114,7 +124,7 @@ <h3 id="fields">Fields
114124
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Internal_Attributes_DependentStatus.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Internal.Attributes.DependentStatus%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
115125
</li>
116126
<li>
117-
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L43" class="contribution-link">View Source</a>
127+
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L53" class="contribution-link">View Source</a>
118128
</li>
119129
</ul>
120130
</div>

api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,21 @@ <h3 id="fields">Fields
9494
<tr>
9595
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfNotSet">IfNotSet</td>
9696
<td><p>Denote the condition when an independent parameter is not set.</p>
97+
</td>
98+
</tr>
99+
<tr>
100+
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfNotValue">IfNotValue</td>
101+
<td><p>Denote the condition when an independent parameter is not a specific value.</p>
97102
</td>
98103
</tr>
99104
<tr>
100105
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfSet">IfSet</td>
101106
<td><p>Denote the condition when an independent parameter is set.</p>
107+
</td>
108+
</tr>
109+
<tr>
110+
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfValue">IfValue</td>
111+
<td><p>Denote the condition when an independent parameter is a specific value.</p>
102112
</td>
103113
</tr>
104114
</tbody>

api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3 id="constructors">Constructors
101101
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Internal_Attributes_NestedRequestParameterAttribute__ctor_Type_EasyPost_Utilities_Internal_Attributes_Necessity_System_String___.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.%23ctor(Type%2CEasyPost.Utilities.Internal.Attributes.Necessity%2CSystem.String%5B%5D)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
102102
</span>
103103
<span class="small pull-right mobile-hide">
104-
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L229">View Source</a>
104+
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L358">View Source</a>
105105
</span>
106106
<a id="EasyPost_Utilities_Internal_Attributes_NestedRequestParameterAttribute__ctor_" data-uid="EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.#ctor*"></a>
107107
<h4 id="EasyPost_Utilities_Internal_Attributes_NestedRequestParameterAttribute__ctor_Type_EasyPost_Utilities_Internal_Attributes_Necessity_System_String___" data-uid="EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.#ctor(Type,EasyPost.Utilities.Internal.Attributes.Necessity,System.String[])">NestedRequestParameterAttribute(Type, Necessity, String[])</h4>
@@ -153,7 +153,7 @@ <h5 class="parameters">Parameters</h5>
153153
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Internal_Attributes_NestedRequestParameterAttribute.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
154154
</li>
155155
<li>
156-
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L215" class="contribution-link">View Source</a>
156+
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L344" class="contribution-link">View Source</a>
157157
</li>
158158
</ul>
159159
</div>

0 commit comments

Comments
 (0)