Skip to content

Commit a07364e

Browse files
authored
Merge pull request #8 from snavinch/master
+ April 2021 SDK Release
2 parents bcb9e79 + 45099c6 commit a07364e

File tree

90 files changed

+680
-476
lines changed

Some content is hidden

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

90 files changed

+680
-476
lines changed

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/CustomerPaymentInstrumentApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void GetCustomerPaymentInstrumentsListTest()
104104
//long? offset = null;
105105
//long? limit = null;
106106
//var response = instance.GetCustomerPaymentInstrumentsList(customerTokenId, profileId, offset, limit);
107-
//Assert.IsInstanceOf<PaymentInstrumentListForCustomer> (response, "response is PaymentInstrumentListForCustomer");
107+
//Assert.IsInstanceOf<PaymentInstrumentList> (response, "response is PaymentInstrumentList");
108108
}
109109

110110
/// <summary>

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/InstrumentIdentifierApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void GetInstrumentIdentifierPaymentInstrumentsListTest()
102102
//long? offset = null;
103103
//long? limit = null;
104104
//var response = instance.GetInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, profileId, offset, limit);
105-
//Assert.IsInstanceOf<PaymentInstrumentListForCustomer> (response, "response is PaymentInstrumentListForCustomer");
105+
//Assert.IsInstanceOf<PaymentInstrumentList> (response, "response is PaymentInstrumentList");
106106
}
107107

108108
/// <summary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
namespace CyberSource.Test
2424
{
2525
/// <summary>
26-
/// Class for testing PaymentInstrumentListForCustomerEmbedded
26+
/// Class for testing PaymentInstrumentListEmbedded
2727
/// </summary>
2828
/// <remarks>
2929
/// This file is automatically generated by Swagger Codegen.
3030
/// Please update the test case below to test the model.
3131
/// </remarks>
3232
[TestFixture]
33-
public class PaymentInstrumentListForCustomerEmbeddedTests
33+
public class PaymentInstrumentListEmbeddedTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentInstrumentListForCustomerEmbedded
36-
//private PaymentInstrumentListForCustomerEmbedded instance;
35+
// TODO uncomment below to declare an instance variable for PaymentInstrumentListEmbedded
36+
//private PaymentInstrumentListEmbedded instance;
3737

3838
/// <summary>
3939
/// Setup before each test
4040
/// </summary>
4141
[SetUp]
4242
public void Init()
4343
{
44-
// TODO uncomment below to create an instance of PaymentInstrumentListForCustomerEmbedded
45-
//instance = new PaymentInstrumentListForCustomerEmbedded();
44+
// TODO uncomment below to create an instance of PaymentInstrumentListEmbedded
45+
//instance = new PaymentInstrumentListEmbedded();
4646
}
4747

4848
/// <summary>
@@ -55,13 +55,13 @@ public void Cleanup()
5555
}
5656

5757
/// <summary>
58-
/// Test an instance of PaymentInstrumentListForCustomerEmbedded
58+
/// Test an instance of PaymentInstrumentListEmbedded
5959
/// </summary>
6060
[Test]
61-
public void PaymentInstrumentListForCustomerEmbeddedInstanceTest()
61+
public void PaymentInstrumentListEmbeddedInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListForCustomerEmbedded
64-
//Assert.IsInstanceOfType<PaymentInstrumentListForCustomerEmbedded> (instance, "variable 'instance' is a PaymentInstrumentListForCustomerEmbedded");
63+
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListEmbedded
64+
//Assert.IsInstanceOfType<PaymentInstrumentListEmbedded> (instance, "variable 'instance' is a PaymentInstrumentListEmbedded");
6565
}
6666

6767
/// <summary>

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PaymentInstrumentListForCustomerLinksFirstTests.cs

Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
namespace CyberSource.Test
2424
{
2525
/// <summary>
26-
/// Class for testing PaymentInstrumentListForCustomerLinksPrev
26+
/// Class for testing PaymentInstrumentListLinksFirst
2727
/// </summary>
2828
/// <remarks>
2929
/// This file is automatically generated by Swagger Codegen.
3030
/// Please update the test case below to test the model.
3131
/// </remarks>
3232
[TestFixture]
33-
public class PaymentInstrumentListForCustomerLinksPrevTests
33+
public class PaymentInstrumentListLinksFirstTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentInstrumentListForCustomerLinksPrev
36-
//private PaymentInstrumentListForCustomerLinksPrev instance;
35+
// TODO uncomment below to declare an instance variable for PaymentInstrumentListLinksFirst
36+
//private PaymentInstrumentListLinksFirst instance;
3737

3838
/// <summary>
3939
/// Setup before each test
4040
/// </summary>
4141
[SetUp]
4242
public void Init()
4343
{
44-
// TODO uncomment below to create an instance of PaymentInstrumentListForCustomerLinksPrev
45-
//instance = new PaymentInstrumentListForCustomerLinksPrev();
44+
// TODO uncomment below to create an instance of PaymentInstrumentListLinksFirst
45+
//instance = new PaymentInstrumentListLinksFirst();
4646
}
4747

4848
/// <summary>
@@ -55,13 +55,13 @@ public void Cleanup()
5555
}
5656

5757
/// <summary>
58-
/// Test an instance of PaymentInstrumentListForCustomerLinksPrev
58+
/// Test an instance of PaymentInstrumentListLinksFirst
5959
/// </summary>
6060
[Test]
61-
public void PaymentInstrumentListForCustomerLinksPrevInstanceTest()
61+
public void PaymentInstrumentListLinksFirstInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListForCustomerLinksPrev
64-
//Assert.IsInstanceOfType<PaymentInstrumentListForCustomerLinksPrev> (instance, "variable 'instance' is a PaymentInstrumentListForCustomerLinksPrev");
63+
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListLinksFirst
64+
//Assert.IsInstanceOfType<PaymentInstrumentListLinksFirst> (instance, "variable 'instance' is a PaymentInstrumentListLinksFirst");
6565
}
6666

6767
/// <summary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
namespace CyberSource.Test
2424
{
2525
/// <summary>
26-
/// Class for testing PaymentInstrumentListForCustomerLinksSelf
26+
/// Class for testing PaymentInstrumentListLinksLast
2727
/// </summary>
2828
/// <remarks>
2929
/// This file is automatically generated by Swagger Codegen.
3030
/// Please update the test case below to test the model.
3131
/// </remarks>
3232
[TestFixture]
33-
public class PaymentInstrumentListForCustomerLinksSelfTests
33+
public class PaymentInstrumentListLinksLastTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentInstrumentListForCustomerLinksSelf
36-
//private PaymentInstrumentListForCustomerLinksSelf instance;
35+
// TODO uncomment below to declare an instance variable for PaymentInstrumentListLinksLast
36+
//private PaymentInstrumentListLinksLast instance;
3737

3838
/// <summary>
3939
/// Setup before each test
4040
/// </summary>
4141
[SetUp]
4242
public void Init()
4343
{
44-
// TODO uncomment below to create an instance of PaymentInstrumentListForCustomerLinksSelf
45-
//instance = new PaymentInstrumentListForCustomerLinksSelf();
44+
// TODO uncomment below to create an instance of PaymentInstrumentListLinksLast
45+
//instance = new PaymentInstrumentListLinksLast();
4646
}
4747

4848
/// <summary>
@@ -55,13 +55,13 @@ public void Cleanup()
5555
}
5656

5757
/// <summary>
58-
/// Test an instance of PaymentInstrumentListForCustomerLinksSelf
58+
/// Test an instance of PaymentInstrumentListLinksLast
5959
/// </summary>
6060
[Test]
61-
public void PaymentInstrumentListForCustomerLinksSelfInstanceTest()
61+
public void PaymentInstrumentListLinksLastInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListForCustomerLinksSelf
64-
//Assert.IsInstanceOfType<PaymentInstrumentListForCustomerLinksSelf> (instance, "variable 'instance' is a PaymentInstrumentListForCustomerLinksSelf");
63+
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListLinksLast
64+
//Assert.IsInstanceOfType<PaymentInstrumentListLinksLast> (instance, "variable 'instance' is a PaymentInstrumentListLinksLast");
6565
}
6666

6767
/// <summary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
namespace CyberSource.Test
2424
{
2525
/// <summary>
26-
/// Class for testing PaymentInstrumentListForCustomerLinksLast
26+
/// Class for testing PaymentInstrumentListLinksNext
2727
/// </summary>
2828
/// <remarks>
2929
/// This file is automatically generated by Swagger Codegen.
3030
/// Please update the test case below to test the model.
3131
/// </remarks>
3232
[TestFixture]
33-
public class PaymentInstrumentListForCustomerLinksLastTests
33+
public class PaymentInstrumentListLinksNextTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentInstrumentListForCustomerLinksLast
36-
//private PaymentInstrumentListForCustomerLinksLast instance;
35+
// TODO uncomment below to declare an instance variable for PaymentInstrumentListLinksNext
36+
//private PaymentInstrumentListLinksNext instance;
3737

3838
/// <summary>
3939
/// Setup before each test
4040
/// </summary>
4141
[SetUp]
4242
public void Init()
4343
{
44-
// TODO uncomment below to create an instance of PaymentInstrumentListForCustomerLinksLast
45-
//instance = new PaymentInstrumentListForCustomerLinksLast();
44+
// TODO uncomment below to create an instance of PaymentInstrumentListLinksNext
45+
//instance = new PaymentInstrumentListLinksNext();
4646
}
4747

4848
/// <summary>
@@ -55,13 +55,13 @@ public void Cleanup()
5555
}
5656

5757
/// <summary>
58-
/// Test an instance of PaymentInstrumentListForCustomerLinksLast
58+
/// Test an instance of PaymentInstrumentListLinksNext
5959
/// </summary>
6060
[Test]
61-
public void PaymentInstrumentListForCustomerLinksLastInstanceTest()
61+
public void PaymentInstrumentListLinksNextInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListForCustomerLinksLast
64-
//Assert.IsInstanceOfType<PaymentInstrumentListForCustomerLinksLast> (instance, "variable 'instance' is a PaymentInstrumentListForCustomerLinksLast");
63+
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListLinksNext
64+
//Assert.IsInstanceOfType<PaymentInstrumentListLinksNext> (instance, "variable 'instance' is a PaymentInstrumentListLinksNext");
6565
}
6666

6767
/// <summary>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
namespace CyberSource.Test
2424
{
2525
/// <summary>
26-
/// Class for testing PaymentInstrumentListForCustomerLinksNext
26+
/// Class for testing PaymentInstrumentListLinksPrev
2727
/// </summary>
2828
/// <remarks>
2929
/// This file is automatically generated by Swagger Codegen.
3030
/// Please update the test case below to test the model.
3131
/// </remarks>
3232
[TestFixture]
33-
public class PaymentInstrumentListForCustomerLinksNextTests
33+
public class PaymentInstrumentListLinksPrevTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentInstrumentListForCustomerLinksNext
36-
//private PaymentInstrumentListForCustomerLinksNext instance;
35+
// TODO uncomment below to declare an instance variable for PaymentInstrumentListLinksPrev
36+
//private PaymentInstrumentListLinksPrev instance;
3737

3838
/// <summary>
3939
/// Setup before each test
4040
/// </summary>
4141
[SetUp]
4242
public void Init()
4343
{
44-
// TODO uncomment below to create an instance of PaymentInstrumentListForCustomerLinksNext
45-
//instance = new PaymentInstrumentListForCustomerLinksNext();
44+
// TODO uncomment below to create an instance of PaymentInstrumentListLinksPrev
45+
//instance = new PaymentInstrumentListLinksPrev();
4646
}
4747

4848
/// <summary>
@@ -55,13 +55,13 @@ public void Cleanup()
5555
}
5656

5757
/// <summary>
58-
/// Test an instance of PaymentInstrumentListForCustomerLinksNext
58+
/// Test an instance of PaymentInstrumentListLinksPrev
5959
/// </summary>
6060
[Test]
61-
public void PaymentInstrumentListForCustomerLinksNextInstanceTest()
61+
public void PaymentInstrumentListLinksPrevInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListForCustomerLinksNext
64-
//Assert.IsInstanceOfType<PaymentInstrumentListForCustomerLinksNext> (instance, "variable 'instance' is a PaymentInstrumentListForCustomerLinksNext");
63+
// TODO uncomment below to test "IsInstanceOfType" PaymentInstrumentListLinksPrev
64+
//Assert.IsInstanceOfType<PaymentInstrumentListLinksPrev> (instance, "variable 'instance' is a PaymentInstrumentListLinksPrev");
6565
}
6666

6767
/// <summary>

0 commit comments

Comments
 (0)