Skip to content

Commit

Permalink
deploy: ad25818
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Oct 21, 2024
1 parent 859cb7a commit 94cf2ec
Show file tree
Hide file tree
Showing 11 changed files with 679 additions and 23 deletions.
32 changes: 32 additions & 0 deletions api/EasyPost.Parameters.CustomsInfo.Create.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,38 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Parameters/CustomsInfo/Create.cs/#L96">View Source</a>
</span>
<a id="EasyPost_Parameters_CustomsInfo_Create_RestrictionComments_" data-uid="EasyPost.Parameters.CustomsInfo.Create.RestrictionComments*"></a>
<h4 id="EasyPost_Parameters_CustomsInfo_Create_RestrictionComments" data-uid="EasyPost.Parameters.CustomsInfo.Create.RestrictionComments">RestrictionComments</h4>
<div class="markdown level1 summary"><p>Restriction comments.
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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string? RestrictionComments { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<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>
Expand Down
12 changes: 11 additions & 1 deletion api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,21 @@ <h3 id="fields">Fields
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustBeSet">MustBeSet</td>
<td><p>Denote that a dependent parameter must be set.</p>
</td>
</tr>
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustBeValue">MustBeValue</td>
<td><p>Denote that a dependent parameter must be a specific value.</p>
</td>
</tr>
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustNotBeSet">MustNotBeSet</td>
<td><p>Denote that a dependent parameter must not be set.</p>
</td>
</tr>
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_DependentStatus_MustNotBeValue">MustNotBeValue</td>
<td><p>Denote that a dependent parameter must not be a specific value.</p>
</td>
</tr>
</tbody>
Expand All @@ -114,7 +124,7 @@ <h3 id="fields">Fields
<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>
</li>
<li>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L43" class="contribution-link">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L53" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
10 changes: 10 additions & 0 deletions api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,21 @@ <h3 id="fields">Fields
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfNotSet">IfNotSet</td>
<td><p>Denote the condition when an independent parameter is not set.</p>
</td>
</tr>
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfNotValue">IfNotValue</td>
<td><p>Denote the condition when an independent parameter is not a specific value.</p>
</td>
</tr>
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfSet">IfSet</td>
<td><p>Denote the condition when an independent parameter is set.</p>
</td>
</tr>
<tr>
<td id="EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfValue">IfValue</td>
<td><p>Denote the condition when an independent parameter is a specific value.</p>
</td>
</tr>
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3 id="constructors">Constructors
<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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L229">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L358">View Source</a>
</span>
<a id="EasyPost_Utilities_Internal_Attributes_NestedRequestParameterAttribute__ctor_" data-uid="EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.#ctor*"></a>
<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>
Expand Down Expand Up @@ -153,7 +153,7 @@ <h5 class="parameters">Parameters</h5>
<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>
</li>
<li>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L215" class="contribution-link">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L344" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 94cf2ec

Please sign in to comment.