Skip to content

Commit 0d20dff

Browse files
authored
Merge pull request #56 from CyberSource/april-release2
April release2
2 parents 8221f9f + bb3f597 commit 0d20dff

File tree

89 files changed

+2039
-203
lines changed

Some content is hidden

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

89 files changed

+2039
-203
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,14 @@ public void ConsumerAuthenticationInformationTest()
176176
{
177177
// TODO unit test for the property 'ConsumerAuthenticationInformation'
178178
}
179+
/// <summary>
180+
/// Test the property 'WatchlistScreeningInformation'
181+
/// </summary>
182+
[Test]
183+
public void WatchlistScreeningInformationTest()
184+
{
185+
// TODO unit test for the property 'WatchlistScreeningInformation'
186+
}
179187

180188
}
181189

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ public void RecurringPaymentInformationTest()
248248
{
249249
// TODO unit test for the property 'RecurringPaymentInformation'
250250
}
251+
/// <summary>
252+
/// Test the property 'WatchlistScreeningInformation'
253+
/// </summary>
254+
[Test]
255+
public void WatchlistScreeningInformationTest()
256+
{
257+
// TODO unit test for the property 'WatchlistScreeningInformation'
258+
}
251259

252260
}
253261

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
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+
12+
using NUnit.Framework;
13+
14+
using System;
15+
using System.Linq;
16+
using System.IO;
17+
using System.Collections.Generic;
18+
using CyberSource.Api;
19+
using CyberSource.Model;
20+
using CyberSource.Client;
21+
using System.Reflection;
22+
23+
namespace CyberSource.Test
24+
{
25+
/// <summary>
26+
/// Class for testing PtsV2PaymentsPost201ResponseOrderInformationBillTo
27+
/// </summary>
28+
/// <remarks>
29+
/// This file is automatically generated by Swagger Codegen.
30+
/// Please update the test case below to test the model.
31+
/// </remarks>
32+
[TestFixture]
33+
public class PtsV2PaymentsPost201ResponseOrderInformationBillToTests
34+
{
35+
// TODO uncomment below to declare an instance variable for PtsV2PaymentsPost201ResponseOrderInformationBillTo
36+
//private PtsV2PaymentsPost201ResponseOrderInformationBillTo instance;
37+
38+
/// <summary>
39+
/// Setup before each test
40+
/// </summary>
41+
[SetUp]
42+
public void Init()
43+
{
44+
// TODO uncomment below to create an instance of PtsV2PaymentsPost201ResponseOrderInformationBillTo
45+
//instance = new PtsV2PaymentsPost201ResponseOrderInformationBillTo();
46+
}
47+
48+
/// <summary>
49+
/// Clean up after each test
50+
/// </summary>
51+
[TearDown]
52+
public void Cleanup()
53+
{
54+
55+
}
56+
57+
/// <summary>
58+
/// Test an instance of PtsV2PaymentsPost201ResponseOrderInformationBillTo
59+
/// </summary>
60+
[Test]
61+
public void PtsV2PaymentsPost201ResponseOrderInformationBillToInstanceTest()
62+
{
63+
// TODO uncomment below to test "IsInstanceOfType" PtsV2PaymentsPost201ResponseOrderInformationBillTo
64+
//Assert.IsInstanceOfType<PtsV2PaymentsPost201ResponseOrderInformationBillTo> (instance, "variable 'instance' is a PtsV2PaymentsPost201ResponseOrderInformationBillTo");
65+
}
66+
67+
/// <summary>
68+
/// Test the property 'AlternatePhoneNumberVerificationStatus'
69+
/// </summary>
70+
[Test]
71+
public void AlternatePhoneNumberVerificationStatusTest()
72+
{
73+
// TODO unit test for the property 'AlternatePhoneNumberVerificationStatus'
74+
}
75+
/// <summary>
76+
/// Test the property 'AlternateEmailVerificationStatus'
77+
/// </summary>
78+
[Test]
79+
public void AlternateEmailVerificationStatusTest()
80+
{
81+
// TODO unit test for the property 'AlternateEmailVerificationStatus'
82+
}
83+
84+
}
85+
86+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ public void RewardPointsDetailsTest()
8888
{
8989
// TODO unit test for the property 'RewardPointsDetails'
9090
}
91+
/// <summary>
92+
/// Test the property 'BillTo'
93+
/// </summary>
94+
[Test]
95+
public void BillToTest()
96+
{
97+
// TODO unit test for the property 'BillTo'
98+
}
9199

92100
}
93101

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ public void RequestorIdTest()
120120
{
121121
// TODO unit test for the property 'RequestorId'
122122
}
123+
/// <summary>
124+
/// Test the property 'AssuranceMethod'
125+
/// </summary>
126+
[Test]
127+
public void AssuranceMethodTest()
128+
{
129+
// TODO unit test for the property 'AssuranceMethod'
130+
}
123131

124132
}
125133

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,54 @@ public void NameRawTest()
160160
{
161161
// TODO unit test for the property 'NameRaw'
162162
}
163+
/// <summary>
164+
/// Test the property 'FirstNameRaw'
165+
/// </summary>
166+
[Test]
167+
public void FirstNameRawTest()
168+
{
169+
// TODO unit test for the property 'FirstNameRaw'
170+
}
171+
/// <summary>
172+
/// Test the property 'FirstName'
173+
/// </summary>
174+
[Test]
175+
public void FirstNameTest()
176+
{
177+
// TODO unit test for the property 'FirstName'
178+
}
179+
/// <summary>
180+
/// Test the property 'MiddleNameRaw'
181+
/// </summary>
182+
[Test]
183+
public void MiddleNameRawTest()
184+
{
185+
// TODO unit test for the property 'MiddleNameRaw'
186+
}
187+
/// <summary>
188+
/// Test the property 'MiddleName'
189+
/// </summary>
190+
[Test]
191+
public void MiddleNameTest()
192+
{
193+
// TODO unit test for the property 'MiddleName'
194+
}
195+
/// <summary>
196+
/// Test the property 'LastNameRaw'
197+
/// </summary>
198+
[Test]
199+
public void LastNameRawTest()
200+
{
201+
// TODO unit test for the property 'LastNameRaw'
202+
}
203+
/// <summary>
204+
/// Test the property 'LastName'
205+
/// </summary>
206+
[Test]
207+
public void LastNameTest()
208+
{
209+
// TODO unit test for the property 'LastName'
210+
}
163211

164212
}
165213

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,14 @@ public void ConsumerAuthenticationInformationTest()
224224
{
225225
// TODO unit test for the property 'ConsumerAuthenticationInformation'
226226
}
227+
/// <summary>
228+
/// Test the property 'WatchlistScreeningInformation'
229+
/// </summary>
230+
[Test]
231+
public void WatchlistScreeningInformationTest()
232+
{
233+
// TODO unit test for the property 'WatchlistScreeningInformation'
234+
}
227235

228236
}
229237

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

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

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

6767
/// <summary>

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/RiskV1ExportComplianceWatchListMatchesTests.cs renamed to cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PtsV2PaymentsPost201ResponseWatchlistScreeningInformationWatchListMatchesTests.cs

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

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

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

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

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

6767
/// <summary>

0 commit comments

Comments
 (0)