Skip to content

Commit a2e477c

Browse files
authored
Merge pull request #67 from CyberSource/oct-release
October 2019 Release
2 parents e1c2ecd + bc2a8c7 commit a2e477c

File tree

146 files changed

+29868
-27532
lines changed

Some content is hidden

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

146 files changed

+29868
-27532
lines changed

Api/CaptureApi.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ public ApiResponse< PtsV2PaymentsCapturesPost201Response > CapturePaymentWithHtt
224224
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
225225

226226
// to determine the Accept header
227-
String[] localVarHttpHeaderAccepts = new String[] {"application/hal+json;charset=utf-8"
227+
String[] localVarHttpHeaderAccepts = new String[] {
228+
"application/hal+json;charset=utf-8"
228229
};
229230
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
230231
if (localVarHttpHeaderAccept != null)
@@ -304,7 +305,8 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2PaymentsCapturesPost20
304305
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
305306

306307
// to determine the Accept header
307-
String[] localVarHttpHeaderAccepts = new String[] {"application/hal+json;charset=utf-8"
308+
String[] localVarHttpHeaderAccepts = new String[] {
309+
"application/hal+json;charset=utf-8"
308310
};
309311
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
310312
if (localVarHttpHeaderAccept != null)
@@ -341,4 +343,3 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2PaymentsCapturesPost20
341343

342344
}
343345
}
344-

Api/ConversionDetailsApi.cs

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,8 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
215215
if (endTime == null)
216216
throw new ApiException(400, "Missing required parameter 'endTime' when calling ConversionDetailsApi->GetConversionDetail");
217217

218-
var localVarPath = $"/reporting/v3/conversion-details?startTime={startTime.Value.ToString("yyyy-MM-ddTHH:mm:ssZ")}&endTime={endTime.Value.ToString("yyyy-MM-ddTHH:mm:ssZ")}";
219-
if (organizationId != null && localVarPath != null)
220-
localVarPath = $"{localVarPath}&organizationId={organizationId}";
221-
var localVarPathParams = new Dictionary<String, String>();
218+
var localVarPath = $"/reporting/v3/conversion-details";
219+
var localVarPathParams = new Dictionary<String, String>();
222220
var localVarQueryParams = new Dictionary<String, String>();
223221
var localVarHeaderParams = new Dictionary<String, String>(Configuration.DefaultHeader);
224222
var localVarFormParams = new Dictionary<String, String>();
@@ -240,9 +238,9 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
240238
if (localVarHttpHeaderAccept != null)
241239
localVarHeaderParams.Add("Accept", localVarHttpHeaderAccept);
242240

243-
//if (startTime != null) localVarQueryParams.Add("startTime", Configuration.ApiClient.ParameterToString(startTime)); // query parameter
244-
//if (endTime != null) localVarQueryParams.Add("endTime", Configuration.ApiClient.ParameterToString(endTime)); // query parameter
245-
//if (organizationId != null) localVarQueryParams.Add("organizationId", Configuration.ApiClient.ParameterToString(organizationId)); // query parameter
241+
if (startTime != null) localVarQueryParams.Add("startTime", Configuration.ApiClient.ParameterToString(startTime)); // query parameter
242+
if (endTime != null) localVarQueryParams.Add("endTime", Configuration.ApiClient.ParameterToString(endTime)); // query parameter
243+
if (organizationId != null) localVarQueryParams.Add("organizationId", Configuration.ApiClient.ParameterToString(organizationId)); // query parameter
246244

247245

248246
// make the HTTP request
@@ -295,10 +293,8 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
295293
if (endTime == null)
296294
throw new ApiException(400, "Missing required parameter 'endTime' when calling ConversionDetailsApi->GetConversionDetail");
297295

298-
var localVarPath = $"/reporting/v3/conversion-details?startTime={startTime.Value.ToString("yyyy-MM-ddTHH:mm:ssZ")}&endTime={endTime.Value.ToString("yyyy-MM-ddTHH:mm:ssZ")}";
299-
if (organizationId != null && localVarPath != null)
300-
localVarPath = $"{localVarPath}&organizationId={organizationId}";
301-
var localVarPathParams = new Dictionary<String, String>();
296+
var localVarPath = $"/reporting/v3/conversion-details";
297+
var localVarPathParams = new Dictionary<String, String>();
302298
var localVarQueryParams = new Dictionary<String, String>();
303299
var localVarHeaderParams = new Dictionary<String, String>(Configuration.DefaultHeader);
304300
var localVarFormParams = new Dictionary<String, String>();
@@ -320,9 +316,9 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
320316
if (localVarHttpHeaderAccept != null)
321317
localVarHeaderParams.Add("Accept", localVarHttpHeaderAccept);
322318

323-
//if (startTime != null) localVarQueryParams.Add("startTime", Configuration.ApiClient.ParameterToString(startTime)); // query parameter
324-
//if (endTime != null) localVarQueryParams.Add("endTime", Configuration.ApiClient.ParameterToString(endTime)); // query parameter
325-
//if (organizationId != null) localVarQueryParams.Add("organizationId", Configuration.ApiClient.ParameterToString(organizationId)); // query parameter
319+
if (startTime != null) localVarQueryParams.Add("startTime", Configuration.ApiClient.ParameterToString(startTime)); // query parameter
320+
if (endTime != null) localVarQueryParams.Add("endTime", Configuration.ApiClient.ParameterToString(endTime)); // query parameter
321+
if (organizationId != null) localVarQueryParams.Add("organizationId", Configuration.ApiClient.ParameterToString(organizationId)); // query parameter
326322

327323

328324
// make the HTTP request

Api/CreditApi.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ public ApiResponse< PtsV2CreditsPost201Response > CreateCreditWithHttpInfo (Crea
215215
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
216216

217217
// to determine the Accept header
218-
String[] localVarHttpHeaderAccepts = new String[] {"application/hal+json;charset=utf-8"
218+
String[] localVarHttpHeaderAccepts = new String[] {
219+
"application/hal+json;charset=utf-8"
219220
};
220221
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
221222
if (localVarHttpHeaderAccept != null)
@@ -289,7 +290,8 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
289290
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
290291

291292
// to determine the Accept header
292-
String[] localVarHttpHeaderAccepts = new String[] {"application/hal+json;charset=utf-8"
293+
String[] localVarHttpHeaderAccepts = new String[] {
294+
"application/hal+json;charset=utf-8"
293295
};
294296
String localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
295297
if (localVarHttpHeaderAccept != null)
@@ -325,4 +327,3 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
325327

326328
}
327329
}
328-

Api/DownloadDTDApi.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ public interface IDownloadDTDApi : IApiAccessor
2424
{
2525
#region Synchronous Operations
2626
/// <summary>
27-
/// Used to download DTDs for reports
27+
/// Download DTD for report
2828
/// </summary>
2929
/// <remarks>
30-
/// Downloads DTDs for reports on no-auth.
30+
/// Used to download DTDs for reports on no-auth.
3131
/// </remarks>
3232
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
3333
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
3434
/// <returns></returns>
3535
void GetDTDV2 (string reportDefinitionNameVersion);
3636

3737
/// <summary>
38-
/// Used to download DTDs for reports
38+
/// Download DTD for report
3939
/// </summary>
4040
/// <remarks>
41-
/// Downloads DTDs for reports on no-auth.
41+
/// Used to download DTDs for reports on no-auth.
4242
/// </remarks>
4343
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
4444
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -47,21 +47,21 @@ public interface IDownloadDTDApi : IApiAccessor
4747
#endregion Synchronous Operations
4848
#region Asynchronous Operations
4949
/// <summary>
50-
/// Used to download DTDs for reports
50+
/// Download DTD for report
5151
/// </summary>
5252
/// <remarks>
53-
/// Downloads DTDs for reports on no-auth.
53+
/// Used to download DTDs for reports on no-auth.
5454
/// </remarks>
5555
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
5656
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
5757
/// <returns>Task of void</returns>
5858
System.Threading.Tasks.Task GetDTDV2Async (string reportDefinitionNameVersion);
5959

6060
/// <summary>
61-
/// Used to download DTDs for reports
61+
/// Download DTD for report
6262
/// </summary>
6363
/// <remarks>
64-
/// Downloads DTDs for reports on no-auth.
64+
/// Used to download DTDs for reports on no-auth.
6565
/// </remarks>
6666
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
6767
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -176,7 +176,7 @@ public void AddDefaultHeader(string key, string value)
176176
}
177177

178178
/// <summary>
179-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
179+
/// Download DTD for report Used to download DTDs for reports on no-auth.
180180
/// </summary>
181181
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
182182
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -187,7 +187,7 @@ public void GetDTDV2 (string reportDefinitionNameVersion)
187187
}
188188

189189
/// <summary>
190-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
190+
/// Download DTD for report Used to download DTDs for reports on no-auth.
191191
/// </summary>
192192
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
193193
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -242,7 +242,7 @@ public ApiResponse<Object> GetDTDV2WithHttpInfo (string reportDefinitionNameVers
242242
}
243243

244244
/// <summary>
245-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
245+
/// Download DTD for report Used to download DTDs for reports on no-auth.
246246
/// </summary>
247247
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
248248
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>
@@ -254,7 +254,7 @@ public async System.Threading.Tasks.Task GetDTDV2Async (string reportDefinitionN
254254
}
255255

256256
/// <summary>
257-
/// Used to download DTDs for reports Downloads DTDs for reports on no-auth.
257+
/// Download DTD for report Used to download DTDs for reports on no-auth.
258258
/// </summary>
259259
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
260260
/// <param name="reportDefinitionNameVersion">Name and version of DTD file to download. Some DTDs only have one version. In that case version name is not needed. Some example values are ctdr-1.0, tdr, pbdr-1.1</param>

Api/DownloadXSDApi.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ public interface IDownloadXSDApi : IApiAccessor
2424
{
2525
#region Synchronous Operations
2626
/// <summary>
27-
/// Used to download XSDs for reports
27+
/// Download XSD for report
2828
/// </summary>
2929
/// <remarks>
30-
/// Downloads XSDs for reports on no-auth.
30+
/// Used to download XSDs for reports on no-auth.
3131
/// </remarks>
3232
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
3333
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
3434
/// <returns></returns>
3535
void GetXSDV2 (string reportDefinitionNameVersion);
3636

3737
/// <summary>
38-
/// Used to download XSDs for reports
38+
/// Download XSD for report
3939
/// </summary>
4040
/// <remarks>
41-
/// Downloads XSDs for reports on no-auth.
41+
/// Used to download XSDs for reports on no-auth.
4242
/// </remarks>
4343
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
4444
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -47,21 +47,21 @@ public interface IDownloadXSDApi : IApiAccessor
4747
#endregion Synchronous Operations
4848
#region Asynchronous Operations
4949
/// <summary>
50-
/// Used to download XSDs for reports
50+
/// Download XSD for report
5151
/// </summary>
5252
/// <remarks>
53-
/// Downloads XSDs for reports on no-auth.
53+
/// Used to download XSDs for reports on no-auth.
5454
/// </remarks>
5555
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
5656
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
5757
/// <returns>Task of void</returns>
5858
System.Threading.Tasks.Task GetXSDV2Async (string reportDefinitionNameVersion);
5959

6060
/// <summary>
61-
/// Used to download XSDs for reports
61+
/// Download XSD for report
6262
/// </summary>
6363
/// <remarks>
64-
/// Downloads XSDs for reports on no-auth.
64+
/// Used to download XSDs for reports on no-auth.
6565
/// </remarks>
6666
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
6767
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -176,7 +176,7 @@ public void AddDefaultHeader(string key, string value)
176176
}
177177

178178
/// <summary>
179-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
179+
/// Download XSD for report Used to download XSDs for reports on no-auth.
180180
/// </summary>
181181
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
182182
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -187,7 +187,7 @@ public void GetXSDV2 (string reportDefinitionNameVersion)
187187
}
188188

189189
/// <summary>
190-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
190+
/// Download XSD for report Used to download XSDs for reports on no-auth.
191191
/// </summary>
192192
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
193193
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -242,7 +242,7 @@ public ApiResponse<Object> GetXSDV2WithHttpInfo (string reportDefinitionNameVers
242242
}
243243

244244
/// <summary>
245-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
245+
/// Download XSD for report Used to download XSDs for reports on no-auth.
246246
/// </summary>
247247
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
248248
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>
@@ -254,7 +254,7 @@ public async System.Threading.Tasks.Task GetXSDV2Async (string reportDefinitionN
254254
}
255255

256256
/// <summary>
257-
/// Used to download XSDs for reports Downloads XSDs for reports on no-auth.
257+
/// Download XSD for report Used to download XSDs for reports on no-auth.
258258
/// </summary>
259259
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
260260
/// <param name="reportDefinitionNameVersion">Name and version of XSD file to download. Some XSDs only have one version. In that case version name is not needed. Some example values are DecisionManagerDetailReport, DecisionManagerTypes</param>

0 commit comments

Comments
 (0)