-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update OpenAPI Specification (swagger.json) * Regenerate SDKs * Update submodule references --------- Co-authored-by: konfig-bot[bot] <121480725+konfig-bot[bot]@users.noreply.github.com> Co-authored-by: konfig-publisher <[email protected]>
- Loading branch information
1 parent
dc38657
commit 85ffc7b
Showing
58 changed files
with
4,125 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
java: patch | ||
python: patch | ||
typescript: patch | ||
csharp: patch | ||
php: patch | ||
go: patch | ||
phpGuzzle6: patch | ||
--- | ||
|
||
Regenerate SDKs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fe1d252b-9c2a-4e7e-9e01-0a110c68633a | ||
e52a4d5f-7b21-4f9a-8380-7a784f10dd2d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Splitit.Web.Net.Model.EligibilityTermsAndConditionResponse | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**TermsAndConditions** | **string** | | [optional] | ||
**PrivacyPolicy** | **string** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 78 additions & 0 deletions
78
csharp/src/Splitit.Web.Net.Test/Model/EligibilityTermsAndConditionResponseTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
/* | ||
* splitit-web-api-v3 | ||
* | ||
* Splitit's Web API | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* Generated by: https://konfigthis.com | ||
*/ | ||
|
||
|
||
using Xunit; | ||
|
||
using System; | ||
using System.Linq; | ||
using System.IO; | ||
using System.Collections.Generic; | ||
using Splitit.Web.Net.Api; | ||
using Splitit.Web.Net.Model; | ||
using Splitit.Web.Net.Client; | ||
using System.Reflection; | ||
using Newtonsoft.Json; | ||
|
||
namespace Splitit.Web.Net.Test.Model | ||
{ | ||
/// <summary> | ||
/// Class for testing EligibilityTermsAndConditionResponse | ||
/// </summary> | ||
/// <remarks> | ||
/// This file is automatically generated by Konfig (https://konfigthis.com). | ||
/// Please update the test case below to test the model. | ||
/// </remarks> | ||
public class EligibilityTermsAndConditionResponseTests : IDisposable | ||
{ | ||
// TODO uncomment below to declare an instance variable for EligibilityTermsAndConditionResponse | ||
//private EligibilityTermsAndConditionResponse instance; | ||
|
||
public EligibilityTermsAndConditionResponseTests() | ||
{ | ||
// TODO uncomment below to create an instance of EligibilityTermsAndConditionResponse | ||
//instance = new EligibilityTermsAndConditionResponse(); | ||
} | ||
|
||
public void Dispose() | ||
{ | ||
// Cleanup when everything is done. | ||
} | ||
|
||
/// <summary> | ||
/// Test an instance of EligibilityTermsAndConditionResponse | ||
/// </summary> | ||
[Fact] | ||
public void EligibilityTermsAndConditionResponseInstanceTest() | ||
{ | ||
// TODO uncomment below to test "IsType" EligibilityTermsAndConditionResponse | ||
//Assert.IsType<EligibilityTermsAndConditionResponse>(instance); | ||
} | ||
|
||
|
||
/// <summary> | ||
/// Test the property 'TermsAndConditions' | ||
/// </summary> | ||
[Fact] | ||
public void TermsAndConditionsTest() | ||
{ | ||
// TODO unit test for the property 'TermsAndConditions' | ||
} | ||
/// <summary> | ||
/// Test the property 'PrivacyPolicy' | ||
/// </summary> | ||
[Fact] | ||
public void PrivacyPolicyTest() | ||
{ | ||
// TODO unit test for the property 'PrivacyPolicy' | ||
} | ||
|
||
} | ||
|
||
} |
Oops, something went wrong.