Skip to content

Commit 7adcc5c

Browse files
authored
Merge pull request #19 from snavinch/master
+ Changes for October 2021 SDK Release
2 parents 9784ea6 + 46435be commit 7adcc5c

File tree

458 files changed

+8822
-10235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

458 files changed

+8822
-10235
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
/*
2+
* CyberSource Merged Spec
3+
*
4+
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5+
*
6+
* OpenAPI spec version: 0.0.1
7+
*
8+
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9+
*/
10+
11+
using System;
12+
using System.IO;
13+
using System.Collections.Generic;
14+
using System.Collections.ObjectModel;
15+
using System.Linq;
16+
using System.Reflection;
17+
using RestSharp;
18+
using NUnit.Framework;
19+
20+
using CyberSource.Client;
21+
using CyberSource.Api;
22+
using CyberSource.Model;
23+
24+
namespace CyberSource.Test
25+
{
26+
/// <summary>
27+
/// Class for testing ChargebackDetailsApi
28+
/// </summary>
29+
/// <remarks>
30+
/// This file is automatically generated by Swagger Codegen.
31+
/// Please update the test case below to test the API endpoint.
32+
/// </remarks>
33+
[TestFixture]
34+
public class ChargebackDetailsApiTests
35+
{
36+
private ChargebackDetailsApi instance;
37+
38+
/// <summary>
39+
/// Setup before each unit test
40+
/// </summary>
41+
[SetUp]
42+
public void Init()
43+
{
44+
instance = new ChargebackDetailsApi();
45+
}
46+
47+
/// <summary>
48+
/// Clean up after each unit test
49+
/// </summary>
50+
[TearDown]
51+
public void Cleanup()
52+
{
53+
54+
}
55+
56+
/// <summary>
57+
/// Test an instance of ChargebackDetailsApi
58+
/// </summary>
59+
[Test]
60+
public void InstanceTest()
61+
{
62+
// TODO uncomment below to test 'IsInstanceOfType' ChargebackDetailsApi
63+
//Assert.IsInstanceOfType(typeof(ChargebackDetailsApi), instance, "instance is a ChargebackDetailsApi");
64+
}
65+
66+
67+
/// <summary>
68+
/// Test GetChargebackDetails
69+
/// </summary>
70+
[Test]
71+
public void GetChargebackDetailsTest()
72+
{
73+
// TODO uncomment below to test the method and replace null with proper value
74+
//DateTime? startTime = null;
75+
//DateTime? endTime = null;
76+
//string organizationId = null;
77+
//var response = instance.GetChargebackDetails(startTime, endTime, organizationId);
78+
//Assert.IsInstanceOf<ReportingV3ChargebackDetailsGet200Response> (response, "response is ReportingV3ChargebackDetailsGet200Response");
79+
}
80+
81+
}
82+
83+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
/*
2+
* CyberSource Merged Spec
3+
*
4+
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5+
*
6+
* OpenAPI spec version: 0.0.1
7+
*
8+
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9+
*/
10+
11+
using System;
12+
using System.IO;
13+
using System.Collections.Generic;
14+
using System.Collections.ObjectModel;
15+
using System.Linq;
16+
using System.Reflection;
17+
using RestSharp;
18+
using NUnit.Framework;
19+
20+
using CyberSource.Client;
21+
using CyberSource.Api;
22+
using CyberSource.Model;
23+
24+
namespace CyberSource.Test
25+
{
26+
/// <summary>
27+
/// Class for testing ChargebackSummariesApi
28+
/// </summary>
29+
/// <remarks>
30+
/// This file is automatically generated by Swagger Codegen.
31+
/// Please update the test case below to test the API endpoint.
32+
/// </remarks>
33+
[TestFixture]
34+
public class ChargebackSummariesApiTests
35+
{
36+
private ChargebackSummariesApi instance;
37+
38+
/// <summary>
39+
/// Setup before each unit test
40+
/// </summary>
41+
[SetUp]
42+
public void Init()
43+
{
44+
instance = new ChargebackSummariesApi();
45+
}
46+
47+
/// <summary>
48+
/// Clean up after each unit test
49+
/// </summary>
50+
[TearDown]
51+
public void Cleanup()
52+
{
53+
54+
}
55+
56+
/// <summary>
57+
/// Test an instance of ChargebackSummariesApi
58+
/// </summary>
59+
[Test]
60+
public void InstanceTest()
61+
{
62+
// TODO uncomment below to test 'IsInstanceOfType' ChargebackSummariesApi
63+
//Assert.IsInstanceOfType(typeof(ChargebackSummariesApi), instance, "instance is a ChargebackSummariesApi");
64+
}
65+
66+
67+
/// <summary>
68+
/// Test GetChargebackSummaries
69+
/// </summary>
70+
[Test]
71+
public void GetChargebackSummariesTest()
72+
{
73+
// TODO uncomment below to test the method and replace null with proper value
74+
//DateTime? startTime = null;
75+
//DateTime? endTime = null;
76+
//string organizationId = null;
77+
//var response = instance.GetChargebackSummaries(startTime, endTime, organizationId);
78+
//Assert.IsInstanceOf<ReportingV3ChargebackSummariesGet200Response> (response, "response is ReportingV3ChargebackSummariesGet200Response");
79+
}
80+
81+
}
82+
83+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
/*
2+
* CyberSource Merged Spec
3+
*
4+
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5+
*
6+
* OpenAPI spec version: 0.0.1
7+
*
8+
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9+
*/
10+
11+
using System;
12+
using System.IO;
13+
using System.Collections.Generic;
14+
using System.Collections.ObjectModel;
15+
using System.Linq;
16+
using System.Reflection;
17+
using RestSharp;
18+
using NUnit.Framework;
19+
20+
using CyberSource.Client;
21+
using CyberSource.Api;
22+
using CyberSource.Model;
23+
24+
namespace CyberSource.Test
25+
{
26+
/// <summary>
27+
/// Class for testing InterchangeClearingLevelDetailsApi
28+
/// </summary>
29+
/// <remarks>
30+
/// This file is automatically generated by Swagger Codegen.
31+
/// Please update the test case below to test the API endpoint.
32+
/// </remarks>
33+
[TestFixture]
34+
public class InterchangeClearingLevelDetailsApiTests
35+
{
36+
private InterchangeClearingLevelDetailsApi instance;
37+
38+
/// <summary>
39+
/// Setup before each unit test
40+
/// </summary>
41+
[SetUp]
42+
public void Init()
43+
{
44+
instance = new InterchangeClearingLevelDetailsApi();
45+
}
46+
47+
/// <summary>
48+
/// Clean up after each unit test
49+
/// </summary>
50+
[TearDown]
51+
public void Cleanup()
52+
{
53+
54+
}
55+
56+
/// <summary>
57+
/// Test an instance of InterchangeClearingLevelDetailsApi
58+
/// </summary>
59+
[Test]
60+
public void InstanceTest()
61+
{
62+
// TODO uncomment below to test 'IsInstanceOfType' InterchangeClearingLevelDetailsApi
63+
//Assert.IsInstanceOfType(typeof(InterchangeClearingLevelDetailsApi), instance, "instance is a InterchangeClearingLevelDetailsApi");
64+
}
65+
66+
67+
/// <summary>
68+
/// Test GetInterchangeClearingLevelDetails
69+
/// </summary>
70+
[Test]
71+
public void GetInterchangeClearingLevelDetailsTest()
72+
{
73+
// TODO uncomment below to test the method and replace null with proper value
74+
//DateTime? startTime = null;
75+
//DateTime? endTime = null;
76+
//string organizationId = null;
77+
//var response = instance.GetInterchangeClearingLevelDetails(startTime, endTime, organizationId);
78+
//Assert.IsInstanceOf<ReportingV3InterchangeClearingLevelDetailsGet200Response> (response, "response is ReportingV3InterchangeClearingLevelDetailsGet200Response");
79+
}
80+
81+
}
82+
83+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
/*
2+
* CyberSource Merged Spec
3+
*
4+
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5+
*
6+
* OpenAPI spec version: 0.0.1
7+
*
8+
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9+
*/
10+
11+
using System;
12+
using System.IO;
13+
using System.Collections.Generic;
14+
using System.Collections.ObjectModel;
15+
using System.Linq;
16+
using System.Reflection;
17+
using RestSharp;
18+
using NUnit.Framework;
19+
20+
using CyberSource.Client;
21+
using CyberSource.Api;
22+
using CyberSource.Model;
23+
24+
namespace CyberSource.Test
25+
{
26+
/// <summary>
27+
/// Class for testing RetrievalDetailsApi
28+
/// </summary>
29+
/// <remarks>
30+
/// This file is automatically generated by Swagger Codegen.
31+
/// Please update the test case below to test the API endpoint.
32+
/// </remarks>
33+
[TestFixture]
34+
public class RetrievalDetailsApiTests
35+
{
36+
private RetrievalDetailsApi instance;
37+
38+
/// <summary>
39+
/// Setup before each unit test
40+
/// </summary>
41+
[SetUp]
42+
public void Init()
43+
{
44+
instance = new RetrievalDetailsApi();
45+
}
46+
47+
/// <summary>
48+
/// Clean up after each unit test
49+
/// </summary>
50+
[TearDown]
51+
public void Cleanup()
52+
{
53+
54+
}
55+
56+
/// <summary>
57+
/// Test an instance of RetrievalDetailsApi
58+
/// </summary>
59+
[Test]
60+
public void InstanceTest()
61+
{
62+
// TODO uncomment below to test 'IsInstanceOfType' RetrievalDetailsApi
63+
//Assert.IsInstanceOfType(typeof(RetrievalDetailsApi), instance, "instance is a RetrievalDetailsApi");
64+
}
65+
66+
67+
/// <summary>
68+
/// Test GetRetrievalDetails
69+
/// </summary>
70+
[Test]
71+
public void GetRetrievalDetailsTest()
72+
{
73+
// TODO uncomment below to test the method and replace null with proper value
74+
//DateTime? startTime = null;
75+
//DateTime? endTime = null;
76+
//string organizationId = null;
77+
//var response = instance.GetRetrievalDetails(startTime, endTime, organizationId);
78+
//Assert.IsInstanceOf<ReportingV3RetrievalDetailsGet200Response> (response, "response is ReportingV3RetrievalDetailsGet200Response");
79+
}
80+
81+
}
82+
83+
}

0 commit comments

Comments
 (0)