Skip to content

Commit 4a24c0a

Browse files
authored
Merge pull request #76 from CyberSource/march-release-2024
March release 2024
2 parents 26acc4f + c1a17c0 commit 4a24c0a

File tree

407 files changed

+5953
-2895
lines changed

Some content is hidden

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

407 files changed

+5953
-2895
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void GetInstrumentIdentifierTest()
8787
//string instrumentIdentifierId = null;
8888
//string profileId = null;
8989
//var response = instance.GetInstrumentIdentifier(instrumentIdentifierId, profileId);
90-
//Assert.IsInstanceOf<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> (response, "response is Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier");
90+
//Assert.IsInstanceOf<TmsEmbeddedInstrumentIdentifier> (response, "response is TmsEmbeddedInstrumentIdentifier");
9191
}
9292

9393
/// <summary>
@@ -117,7 +117,7 @@ public void PatchInstrumentIdentifierTest()
117117
//string profileId = null;
118118
//string ifMatch = null;
119119
//var response = instance.PatchInstrumentIdentifier(instrumentIdentifierId, patchInstrumentIdentifierRequest, profileId, ifMatch);
120-
//Assert.IsInstanceOf<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> (response, "response is Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier");
120+
//Assert.IsInstanceOf<TmsEmbeddedInstrumentIdentifier> (response, "response is TmsEmbeddedInstrumentIdentifier");
121121
}
122122

123123
/// <summary>
@@ -130,7 +130,7 @@ public void PostInstrumentIdentifierTest()
130130
//PostInstrumentIdentifierRequest postInstrumentIdentifierRequest = null;
131131
//string profileId = null;
132132
//var response = instance.PostInstrumentIdentifier(postInstrumentIdentifierRequest, profileId);
133-
//Assert.IsInstanceOf<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> (response, "response is Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier");
133+
//Assert.IsInstanceOf<TmsEmbeddedInstrumentIdentifier> (response, "response is TmsEmbeddedInstrumentIdentifier");
134134
}
135135

136136
/// <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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer
26+
/// Class for testing CardProcessingConfigCommonAcquirer
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirerTests
33+
public class CardProcessingConfigCommonAcquirerTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer
36-
//private PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer instance;
35+
// TODO uncomment below to declare an instance variable for CardProcessingConfigCommonAcquirer
36+
//private CardProcessingConfigCommonAcquirer 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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer
45-
//instance = new PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer();
44+
// TODO uncomment below to create an instance of CardProcessingConfigCommonAcquirer
45+
//instance = new CardProcessingConfigCommonAcquirer();
4646
}
4747

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

5757
/// <summary>
58-
/// Test an instance of PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer
58+
/// Test an instance of CardProcessingConfigCommonAcquirer
5959
/// </summary>
6060
[Test]
61-
public void PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirerInstanceTest()
61+
public void CardProcessingConfigCommonAcquirerInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer
64-
//Assert.IsInstanceOfType<PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer> (instance, "variable 'instance' is a PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonAcquirer");
63+
// TODO uncomment below to test "IsInstanceOfType" CardProcessingConfigCommonAcquirer
64+
//Assert.IsInstanceOfType<CardProcessingConfigCommonAcquirer> (instance, "variable 'instance' is a CardProcessingConfigCommonAcquirer");
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1
26+
/// Class for testing CardProcessingConfigCommonCurrencies1
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1Tests
33+
public class CardProcessingConfigCommonCurrencies1Tests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1
36-
//private PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1 instance;
35+
// TODO uncomment below to declare an instance variable for CardProcessingConfigCommonCurrencies1
36+
//private CardProcessingConfigCommonCurrencies1 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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1
45-
//instance = new PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1();
44+
// TODO uncomment below to create an instance of CardProcessingConfigCommonCurrencies1
45+
//instance = new CardProcessingConfigCommonCurrencies1();
4646
}
4747

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

5757
/// <summary>
58-
/// Test an instance of PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1
58+
/// Test an instance of CardProcessingConfigCommonCurrencies1
5959
/// </summary>
6060
[Test]
61-
public void PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1InstanceTest()
61+
public void CardProcessingConfigCommonCurrencies1InstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1
64-
//Assert.IsInstanceOfType<PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1> (instance, "variable 'instance' is a PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies1");
63+
// TODO uncomment below to test "IsInstanceOfType" CardProcessingConfigCommonCurrencies1
64+
//Assert.IsInstanceOfType<CardProcessingConfigCommonCurrencies1> (instance, "variable 'instance' is a CardProcessingConfigCommonCurrencies1");
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies
26+
/// Class for testing CardProcessingConfigCommonCurrencies
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrenciesTests
33+
public class CardProcessingConfigCommonCurrenciesTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies
36-
//private PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies instance;
35+
// TODO uncomment below to declare an instance variable for CardProcessingConfigCommonCurrencies
36+
//private CardProcessingConfigCommonCurrencies 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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies
45-
//instance = new PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies();
44+
// TODO uncomment below to create an instance of CardProcessingConfigCommonCurrencies
45+
//instance = new CardProcessingConfigCommonCurrencies();
4646
}
4747

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

5757
/// <summary>
58-
/// Test an instance of PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies
58+
/// Test an instance of CardProcessingConfigCommonCurrencies
5959
/// </summary>
6060
[Test]
61-
public void PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrenciesInstanceTest()
61+
public void CardProcessingConfigCommonCurrenciesInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies
64-
//Assert.IsInstanceOfType<PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies> (instance, "variable 'instance' is a PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonCurrencies");
63+
// TODO uncomment below to test "IsInstanceOfType" CardProcessingConfigCommonCurrencies
64+
//Assert.IsInstanceOfType<CardProcessingConfigCommonCurrencies> (instance, "variable 'instance' is a CardProcessingConfigCommonCurrencies");
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonMerchantDescriptorInformation
26+
/// Class for testing CardProcessingConfigCommonMerchantDescriptorInformation
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonMerchantDescriptorInformationTests
33+
public class CardProcessingConfigCommonMerchantDescriptorInformationTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonMerchantDescriptorInformation
36-
//private PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonMerchantDescriptorInformation instance;
35+
// TODO uncomment below to declare an instance variable for CardProcessingConfigCommonMerchantDescriptorInformation
36+
//private CardProcessingConfigCommonMerchantDescriptorInformation 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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonMerchantDescriptorInformation
45-
//instance = new PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonMerchantDescriptorInformation();
44+
// TODO uncomment below to create an instance of CardProcessingConfigCommonMerchantDescriptorInformation
45+
//instance = new CardProcessingConfigCommonMerchantDescriptorInformation();
4646
}
4747

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

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

6767
/// <summary>
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
namespace CyberSource.Test
2424
{
2525
/// <summary>
26-
/// Class for testing PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa
26+
/// Class for testing CardProcessingConfigCommonPaymentTypes
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 PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisaTests
33+
public class CardProcessingConfigCommonPaymentTypesTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa
36-
//private PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa instance;
35+
// TODO uncomment below to declare an instance variable for CardProcessingConfigCommonPaymentTypes
36+
//private CardProcessingConfigCommonPaymentTypes 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 PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa
45-
//instance = new PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa();
44+
// TODO uncomment below to create an instance of CardProcessingConfigCommonPaymentTypes
45+
//instance = new CardProcessingConfigCommonPaymentTypes();
4646
}
4747

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

5757
/// <summary>
58-
/// Test an instance of PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa
58+
/// Test an instance of CardProcessingConfigCommonPaymentTypes
5959
/// </summary>
6060
[Test]
61-
public void PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisaInstanceTest()
61+
public void CardProcessingConfigCommonPaymentTypesInstanceTest()
6262
{
63-
// TODO uncomment below to test "IsInstanceOfType" PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa
64-
//Assert.IsInstanceOfType<PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa> (instance, "variable 'instance' is a PaymentsProductsPayerAuthenticationConfigurationInformationConfigurationsCardTypesVerifiedByVisa");
63+
// TODO uncomment below to test "IsInstanceOfType" CardProcessingConfigCommonPaymentTypes
64+
//Assert.IsInstanceOfType<CardProcessingConfigCommonPaymentTypes> (instance, "variable 'instance' is a CardProcessingConfigCommonPaymentTypes");
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessors
26+
/// Class for testing CardProcessingConfigCommonProcessors
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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessorsTests
33+
public class CardProcessingConfigCommonProcessorsTests
3434
{
35-
// TODO uncomment below to declare an instance variable for PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessors
36-
//private PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessors instance;
35+
// TODO uncomment below to declare an instance variable for CardProcessingConfigCommonProcessors
36+
//private CardProcessingConfigCommonProcessors 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 PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessors
45-
//instance = new PaymentsProductsCardProcessingConfigurationInformationConfigurationsCommonProcessors();
44+
// TODO uncomment below to create an instance of CardProcessingConfigCommonProcessors
45+
//instance = new CardProcessingConfigCommonProcessors();
4646
}
4747

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

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

6767
/// <summary>

0 commit comments

Comments
 (0)