You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Api/ConversionDetailsApi.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public interface IConversionDetailsApi : IApiAccessor
35
35
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
36
36
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
37
37
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
38
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
38
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
@@ -48,7 +48,7 @@ public interface IConversionDetailsApi : IApiAccessor
48
48
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
49
49
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
50
50
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
51
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
51
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
52
52
/// <returns>ApiResponse of ReportingV3ConversionDetailsGet200Response</returns>
@@ -62,7 +62,7 @@ public interface IConversionDetailsApi : IApiAccessor
62
62
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
63
63
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
64
64
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
65
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
65
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
66
66
/// <returns>Task of ReportingV3ConversionDetailsGet200Response</returns>
@@ -75,7 +75,7 @@ public interface IConversionDetailsApi : IApiAccessor
75
75
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
76
76
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
77
77
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
78
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
78
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
79
79
/// <returns>Task of ApiResponse (ReportingV3ConversionDetailsGet200Response)</returns>
@@ -204,7 +204,7 @@ public void AddDefaultHeader(string key, string value)
204
204
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
205
205
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
206
206
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
207
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
207
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
@@ -220,7 +220,7 @@ public ReportingV3ConversionDetailsGet200Response GetConversionDetail (DateTime?
220
220
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
221
221
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
222
222
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
223
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
223
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
224
224
/// <returns>ApiResponse of ReportingV3ConversionDetailsGet200Response</returns>
@@ -307,7 +307,7 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
307
307
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
308
308
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
309
309
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
310
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
310
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
311
311
/// <returns>Task of ReportingV3ConversionDetailsGet200Response</returns>
@@ -324,7 +324,7 @@ public async System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Respo
324
324
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
325
325
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
326
326
/// <param name="endTime">Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
327
-
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
327
+
/// <param name="organizationId">Valid Organization Id (optional)</param>
328
328
/// <returns>Task of ApiResponse (ReportingV3ConversionDetailsGet200Response)</returns>
0 commit comments