Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Generated API docs for version 3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments committed Feb 14, 2024
1 parent 7b04873 commit ffc0405
Show file tree
Hide file tree
Showing 15 changed files with 529 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h5 class="propertyValue">Property Value</h5>
<a id="Ingenico_Connect_Sdk_Domain_Payment_Definitions_AccountFundingRecipient_AccountNumberType_" data-uid="Ingenico.Connect.Sdk.Domain.Payment.Definitions.AccountFundingRecipient.AccountNumberType*"></a>
<h4 id="Ingenico_Connect_Sdk_Domain_Payment_Definitions_AccountFundingRecipient_AccountNumberType" data-uid="Ingenico.Connect.Sdk.Domain.Payment.Definitions.AccountFundingRecipient.AccountNumberType">AccountNumberType</h4>
<div class="markdown level1 summary"><p>Defines the account number type of the recipient. Possible values are:</p>
<ul><li>cash = Mode of payment is cash to the recipient.</li><li>walletId = Digital wallet ID.</li><li>routingNumber = Routing Transit Number is a code used by financial institutions to identify other financial institutions.</li><li>iban = International Bank Account Number, is a standard international numbering system for identifying bank accounts.</li><li>bicNumber = Bank Identification Code is a number that is used to identify a specific bank.</li></ul>
<ul><li>cash = Mode of payment is cash to the recipient.</li><li>walletId = Digital wallet ID.</li><li>routingNumber = Routing Transit Number is a code used by financial institutions to identify other financial institutions.</li><li>iban = International Bank Account Number, is a standard international numbering system for identifying bank accounts.</li><li>bicNumber = Bank Identification Code is a number that is used to identify a specific bank.</li><li>giftCard = Gift card is a type of prepaid card that contains a specific amount of money that can be used at participating stores and marketplaces.</li></ul>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3 id="properties">Properties
<a id="Ingenico_Connect_Sdk_Domain_Payment_Definitions_OrderTypeInformation_FundingType_" data-uid="Ingenico.Connect.Sdk.Domain.Payment.Definitions.OrderTypeInformation.FundingType*"></a>
<h4 id="Ingenico_Connect_Sdk_Domain_Payment_Definitions_OrderTypeInformation_FundingType" data-uid="Ingenico.Connect.Sdk.Domain.Payment.Definitions.OrderTypeInformation.FundingType">FundingType</h4>
<div class="markdown level1 summary"><p>Identifies the funding type being authenticated. Possible values are:</p>
<ul><li>personToPerson = When it is person to person funding (P2P)</li><li>agentCashOut = When fund is being paid out to final recipient in Cash by company's agent.</li><li>businessToConsumer = When fund is being transferred from business to consumer (B2C)</li><li>businessToBusiness = When fund is being transferred from business to business (B2B)</li><li>prefundingStagedWallet = When funding is being used to load the funds into the wallet account.</li></ul>
<ul><li>personToPerson = When it is person to person funding (P2P)</li><li>agentCashOut = When fund is being paid out to final recipient in Cash by company's agent.</li><li>businessToConsumer = When fund is being transferred from business to consumer (B2C)</li><li>businessToBusiness = When fund is being transferred from business to business (B2B)</li><li>prefundingStagedWallet = When funding is being used to load the funds into the wallet account.</li><li>storedValueDigitalWallet = When funding is being used to load the funds into a stored value digital wallet.</li><li>fundingGiftCardForPersonalUse = When funding a gift card for personal use.</li><li>fundingGiftCardForSomeoneElse = When funding a gift card for someone else.</li></ul>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand Down
5 changes: 4 additions & 1 deletion 3.x/api/Ingenico.Connect.Sdk.Factory.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,15 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <span class="xref">Ingenico</span>.<span class="xref">Connect</span>.<a class="xref" href="Ingenico.Connect.Sdk.html">Sdk</a></h6>
<h6><strong>Assembly</strong>: connect-sdk-dotnet.dll</h6>
<h5 id="Ingenico_Connect_Sdk_Factory_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class Factory</code></pre>
<pre><code class="lang-csharp hljs">public static class Factory</code></pre>
</div>
<h3 id="methods">Methods
</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,31 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Productgroups_FindProductgroupsParams_IsInstallments_" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.FindProductgroupsParams.IsInstallments*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Productgroups_FindProductgroupsParams_IsInstallments" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.FindProductgroupsParams.IsInstallments">IsInstallments</h4>
<div class="markdown level1 summary"><p>This allows you to filter payment products based on their support for installments or not</p>
<ul><li>true</li><li>false</li></ul>If this is omitted all payment products are returned.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool? IsInstallments { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>?</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Productgroups_FindProductgroupsParams_IsRecurring_" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.FindProductgroupsParams.IsRecurring*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Productgroups_FindProductgroupsParams_IsRecurring" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.FindProductgroupsParams.IsRecurring">IsRecurring</h4>
<div class="markdown level1 summary"><p>This allows you to filter groups based on their support for recurring, where a group supports recurring if it has at least one payment product that supports recurring</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,31 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Productgroups_GetProductgroupParams_IsInstallments_" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.GetProductgroupParams.IsInstallments*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Productgroups_GetProductgroupParams_IsInstallments" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.GetProductgroupParams.IsInstallments">IsInstallments</h4>
<div class="markdown level1 summary"><p>This allows you to filter payment products based on their support for installments or not</p>
<ul><li>true</li><li>false</li></ul>If this is omitted all payment products are returned.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool? IsInstallments { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>?</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Productgroups_GetProductgroupParams_IsRecurring_" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.GetProductgroupParams.IsRecurring*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Productgroups_GetProductgroupParams_IsRecurring" data-uid="Ingenico.Connect.Sdk.Merchant.Productgroups.GetProductgroupParams.IsRecurring">IsRecurring</h4>
<div class="markdown level1 summary"><p>Toggles filtering on support for recurring payments. Default value is false.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,31 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Products_FindProductsParams_IsInstallments_" data-uid="Ingenico.Connect.Sdk.Merchant.Products.FindProductsParams.IsInstallments*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Products_FindProductsParams_IsInstallments" data-uid="Ingenico.Connect.Sdk.Merchant.Products.FindProductsParams.IsInstallments">IsInstallments</h4>
<div class="markdown level1 summary"><p>This allows you to filter payment products based on their support for installments or not</p>
<ul><li>true</li><li>false</li></ul>If this is omitted all payment products are returned.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool? IsInstallments { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>?</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Products_FindProductsParams_IsRecurring_" data-uid="Ingenico.Connect.Sdk.Merchant.Products.FindProductsParams.IsRecurring*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Products_FindProductsParams_IsRecurring" data-uid="Ingenico.Connect.Sdk.Merchant.Products.FindProductsParams.IsRecurring">IsRecurring</h4>
<div class="markdown level1 summary"><p>This allows you to filter payment products based on their support for recurring or not</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,31 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Products_GetProductParams_IsInstallments_" data-uid="Ingenico.Connect.Sdk.Merchant.Products.GetProductParams.IsInstallments*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Products_GetProductParams_IsInstallments" data-uid="Ingenico.Connect.Sdk.Merchant.Products.GetProductParams.IsInstallments">IsInstallments</h4>
<div class="markdown level1 summary"><p>This allows you to filter payment products based on their support for installments or not</p>
<ul><li>true</li><li>false</li></ul>If this is omitted all payment products are returned.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool? IsInstallments { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>?</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Ingenico_Connect_Sdk_Merchant_Products_GetProductParams_IsRecurring_" data-uid="Ingenico.Connect.Sdk.Merchant.Products.GetProductParams.IsRecurring*"></a>
<h4 id="Ingenico_Connect_Sdk_Merchant_Products_GetProductParams_IsRecurring" data-uid="Ingenico.Connect.Sdk.Merchant.Products.GetProductParams.IsRecurring">IsRecurring</h4>
<div class="markdown level1 summary"><p>This allows you to filter payment products based on their support for recurring or not</p>
Expand Down
Loading

0 comments on commit ffc0405

Please sign in to comment.