Skip to content

Commit

Permalink
deploy: a78d48e
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 22, 2024
1 parent 94cf2ec commit 403b064
Show file tree
Hide file tree
Showing 13 changed files with 261 additions and 49 deletions.
30 changes: 30 additions & 0 deletions api/EasyPost.Models.API.ClaimPaymentMethod.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,36 @@ <h5 id="EasyPost_Models_API_ClaimPaymentMethod_syntax">Syntax</h5>
</div>
<h3 id="fields">Fields
</h3>
<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_Models_API_ClaimPaymentMethod_ACH.md&amp;value=---%0Auid%3A%20EasyPost.Models.API.ClaimPaymentMethod.ACH%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/Models/API/ClaimPaymentMethod.cs/#L24">View Source</a>
</span>
<h4 id="EasyPost_Models_API_ClaimPaymentMethod_ACH" data-uid="EasyPost.Models.API.ClaimPaymentMethod.ACH">ACH</h4>
<div class="markdown level1 summary"><p>An enum representing paying a claim reimbursement via a bank transfer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly ClaimPaymentMethod ACH</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="EasyPost.Models.API.ClaimPaymentMethod.html">ClaimPaymentMethod</a></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_Models_API_ClaimPaymentMethod_EasyPostWallet.md&amp;value=---%0Auid%3A%20EasyPost.Models.API.ClaimPaymentMethod.EasyPostWallet%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
33 changes: 32 additions & 1 deletion api/EasyPost.Parameters.Claim.Create.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,37 @@ <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_Claim_Create_CheckDeliveryAddress.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.Claim.Create.CheckDeliveryAddress%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/Claim/Create.cs/#L83">View Source</a>
</span>
<a id="EasyPost_Parameters_Claim_Create_CheckDeliveryAddress_" data-uid="EasyPost.Parameters.Claim.Create.CheckDeliveryAddress*"></a>
<h4 id="EasyPost_Parameters_Claim_Create_CheckDeliveryAddress" data-uid="EasyPost.Parameters.Claim.Create.CheckDeliveryAddress">CheckDeliveryAddress</h4>
<div class="markdown level1 summary"><p>The destination address for a reimbursement check. Required if the <a class="xref" href="EasyPost.Parameters.Claim.Create.html#EasyPost_Parameters_Claim_Create_PaymentMethod">PaymentMethod</a> is <a class="xref" href="EasyPost.Models.API.ClaimPaymentMethod.html#EasyPost_Models_API_ClaimPaymentMethod_MailedCheck">MailedCheck</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string? CheckDeliveryAddress { 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_Claim_Create_ContactEmail.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.Claim.Create.ContactEmail%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 Expand Up @@ -276,7 +307,7 @@ <h5 class="propertyValue">Property Value</h5>
</span>
<a id="EasyPost_Parameters_Claim_Create_PaymentMethod_" data-uid="EasyPost.Parameters.Claim.Create.PaymentMethod*"></a>
<h4 id="EasyPost_Parameters_Claim_Create_PaymentMethod" data-uid="EasyPost.Parameters.Claim.Create.PaymentMethod">PaymentMethod</h4>
<div class="markdown level1 summary"><p>The <a class="xref" href="EasyPost.Models.API.ClaimPaymentMethod.html">ClaimPaymentMethod</a> for the claim reimbursement.</p>
<div class="markdown level1 summary"><p>The <a class="xref" href="EasyPost.Models.API.ClaimPaymentMethod.html">ClaimPaymentMethod</a> for the claim reimbursement. If set to <a class="xref" href="EasyPost.Models.API.ClaimPaymentMethod.html#EasyPost_Models_API_ClaimPaymentMethod_MailedCheck">MailedCheck</a>, the <a class="xref" href="EasyPost.Parameters.Claim.Create.html#EasyPost_Parameters_Claim_Create_CheckDeliveryAddress">CheckDeliveryAddress</a> must be provided.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down
10 changes: 5 additions & 5 deletions api/EasyPost.Parameters.Tracker.CreateList.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<h1 id="EasyPost_Parameters_Tracker_CreateList" data-uid="EasyPost.Parameters.Tracker.CreateList" class="text-break">Class CreateList
</h1>
<div class="markdown level0 summary"><p>Parameters for <see cref="!:EasyPost.Services.TrackerService.CreateList(CreateList, System.Threading.CancellationToken)"></see> API calls.</p>
<div class="markdown level0 summary"><p>This parameter set is no longer used.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
Expand Down Expand Up @@ -112,7 +112,7 @@ <h3 id="constructors">Constructors
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Parameters_Tracker_CreateList__ctor.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.Tracker.CreateList.%23ctor%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/Tracker/CreateList.cs/#L24">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Parameters/Tracker/CreateList.cs/#L26">View Source</a>
</span>
<a id="EasyPost_Parameters_Tracker_CreateList__ctor_" data-uid="EasyPost.Parameters.Tracker.CreateList.#ctor*"></a>
<h4 id="EasyPost_Parameters_Tracker_CreateList__ctor" data-uid="EasyPost.Parameters.Tracker.CreateList.#ctor">CreateList()</h4>
Expand All @@ -130,7 +130,7 @@ <h3 id="methods">Methods
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Parameters_Tracker_CreateList_AddTracker_System_String_System_Nullable_System_String__.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.Tracker.CreateList.AddTracker(System.String%2CSystem.Nullable%7BSystem.String%7D)%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/Tracker/CreateList.cs/#L34">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Parameters/Tracker/CreateList.cs/#L36">View Source</a>
</span>
<a id="EasyPost_Parameters_Tracker_CreateList_AddTracker_" data-uid="EasyPost.Parameters.Tracker.CreateList.AddTracker*"></a>
<h4 id="EasyPost_Parameters_Tracker_CreateList_AddTracker_System_String_System_Nullable_System_String__" data-uid="EasyPost.Parameters.Tracker.CreateList.AddTracker(System.String,System.Nullable{System.String})">AddTracker(String, Nullable&lt;String&gt;)</h4>
Expand Down Expand Up @@ -170,7 +170,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Parameters_Tracker_CreateList_ToDictionary.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.Tracker.CreateList.ToDictionary%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/Tracker/CreateList.cs/#L43">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Parameters/Tracker/CreateList.cs/#L45">View Source</a>
</span>
<a id="EasyPost_Parameters_Tracker_CreateList_ToDictionary_" data-uid="EasyPost.Parameters.Tracker.CreateList.ToDictionary*"></a>
<h4 id="EasyPost_Parameters_Tracker_CreateList_ToDictionary" data-uid="EasyPost.Parameters.Tracker.CreateList.ToDictionary">ToDictionary()</h4>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h3 id="implements">Implements</h3>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Parameters_Tracker_CreateList.md&amp;value=---%0Auid%3A%20EasyPost.Parameters.Tracker.CreateList%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/Parameters/Tracker/CreateList.cs/#L11" class="contribution-link">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Parameters/Tracker/CreateList.cs/#L12" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/EasyPost.Parameters.Tracker.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h4><a class="xref" href="EasyPost.Parameters.Tracker.Create.html">Create</a></h
<section><p><a href="https://docs.easypost.com/docs/trackers#create-a-tracker">Parameters</a> for <see cref="!:EasyPost.Services.TrackerService.Create(Create, System.Threading.CancellationToken)"></see> API calls.</p>
</section>
<h4><a class="xref" href="EasyPost.Parameters.Tracker.CreateList.html">CreateList</a></h4>
<section><p>Parameters for <see cref="!:EasyPost.Services.TrackerService.CreateList(CreateList, System.Threading.CancellationToken)"></see> API calls.</p>
<section><p>This parameter set is no longer used.</p>
</section>
</article>
</div>
Expand Down
8 changes: 4 additions & 4 deletions api/EasyPost.Utilities.Cryptography.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Cryptography_AsHexString_System_String_System_Nullable_Encoding__.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Cryptography.AsHexString(System.String%2CSystem.Nullable%7BEncoding%7D)%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/Cryptography.cs/#L71">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Cryptography.cs/#L73">View Source</a>
</span>
<a id="EasyPost_Utilities_Cryptography_AsHexString_" data-uid="EasyPost.Utilities.Cryptography.AsHexString*"></a>
<h4 id="EasyPost_Utilities_Cryptography_AsHexString_System_String_System_Nullable_Encoding__" data-uid="EasyPost.Utilities.Cryptography.AsHexString(System.String,System.Nullable{Encoding})">AsHexString(String, Nullable&lt;Encoding&gt;)</h4>
Expand Down Expand Up @@ -261,7 +261,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Cryptography_CalculateHMACSHA256HexDigest_System_Byte___System_String_System_Nullable_NormalizationForm__.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Cryptography.CalculateHMACSHA256HexDigest(System.Byte%5B%5D%2CSystem.String%2CSystem.Nullable%7BNormalizationForm%7D)%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/Cryptography.cs/#L87">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Cryptography.cs/#L89">View Source</a>
</span>
<a id="EasyPost_Utilities_Cryptography_CalculateHMACSHA256HexDigest_" data-uid="EasyPost.Utilities.Cryptography.CalculateHMACSHA256HexDigest*"></a>
<h4 id="EasyPost_Utilities_Cryptography_CalculateHMACSHA256HexDigest_System_Byte___System_String_System_Nullable_NormalizationForm__" data-uid="EasyPost.Utilities.Cryptography.CalculateHMACSHA256HexDigest(System.Byte[],System.String,System.Nullable{NormalizationForm})">CalculateHMACSHA256HexDigest(Byte[], String, Nullable&lt;NormalizationForm&gt;)</h4>
Expand Down Expand Up @@ -323,7 +323,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Cryptography_SignaturesMatch_System_Byte___System_Byte___.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Cryptography.SignaturesMatch(System.Byte%5B%5D%2CSystem.Byte%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/Cryptography.cs/#L108">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Cryptography.cs/#L110">View Source</a>
</span>
<a id="EasyPost_Utilities_Cryptography_SignaturesMatch_" data-uid="EasyPost.Utilities.Cryptography.SignaturesMatch*"></a>
<h4 id="EasyPost_Utilities_Cryptography_SignaturesMatch_System_Byte___System_Byte___" data-uid="EasyPost.Utilities.Cryptography.SignaturesMatch(System.Byte[],System.Byte[])">SignaturesMatch(Byte[], Byte[])</h4>
Expand Down Expand Up @@ -379,7 +379,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Utilities_Cryptography_SignaturesMatch_System_String_System_Nullable_System_String__.md&amp;value=---%0Auid%3A%20EasyPost.Utilities.Cryptography.SignaturesMatch(System.String%2CSystem.Nullable%7BSystem.String%7D)%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/Cryptography.cs/#L135">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Cryptography.cs/#L137">View Source</a>
</span>
<a id="EasyPost_Utilities_Cryptography_SignaturesMatch_" data-uid="EasyPost.Utilities.Cryptography.SignaturesMatch*"></a>
<h4 id="EasyPost_Utilities_Cryptography_SignaturesMatch_System_String_System_Nullable_System_String__" data-uid="EasyPost.Utilities.Cryptography.SignaturesMatch(System.String,System.Nullable{System.String})">SignaturesMatch(String, Nullable&lt;String&gt;)</h4>
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/#L358">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L365">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/#L344" class="contribution-link">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Utilities/Internal/Attributes/RequestParameterAttribute.cs/#L351" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 403b064

Please sign in to comment.