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/ReportDownloadsApi.cs
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ public interface IReportDownloadsApi : IApiAccessor
34
34
/// <param name="reportDate">Valid date on which to download the report 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 </param>
35
35
/// <param name="reportName">Name of the report to download</param>
36
36
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
37
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
@@ -47,8 +48,9 @@ public interface IReportDownloadsApi : IApiAccessor
47
48
/// <param name="reportDate">Valid date on which to download the report 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 </param>
48
49
/// <param name="reportName">Name of the report to download</param>
49
50
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
51
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
50
52
/// <returns>ApiResponse of Object(void)</returns>
@@ -61,8 +63,9 @@ public interface IReportDownloadsApi : IApiAccessor
61
63
/// <param name="reportDate">Valid date on which to download the report 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 </param>
62
64
/// <param name="reportName">Name of the report to download</param>
63
65
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
66
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
@@ -74,8 +77,9 @@ public interface IReportDownloadsApi : IApiAccessor
74
77
/// <param name="reportDate">Valid date on which to download the report 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 </param>
75
78
/// <param name="reportName">Name of the report to download</param>
76
79
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
80
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
@@ -191,10 +195,11 @@ public void AddDefaultHeader(string key, string value)
191
195
/// <param name="reportDate">Valid date on which to download the report 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 </param>
192
196
/// <param name="reportName">Name of the report to download</param>
193
197
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
198
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
/// <param name="reportDate">Valid date on which to download the report 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 </param>
205
210
/// <param name="reportName">Name of the report to download</param>
206
211
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
212
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
207
213
/// <returns>ApiResponse of Object(void)</returns>
@@ -267,10 +274,11 @@ public ApiResponse<Object> DownloadReportWithHttpInfo (DateTime? reportDate, str
267
274
/// <param name="reportDate">Valid date on which to download the report 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 </param>
268
275
/// <param name="reportName">Name of the report to download</param>
269
276
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
277
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
@@ -281,8 +289,9 @@ public async System.Threading.Tasks.Task DownloadReportAsync (DateTime? reportDa
281
289
/// <param name="reportDate">Valid date on which to download the report 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 </param>
282
290
/// <param name="reportName">Name of the report to download</param>
283
291
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
292
+
/// <param name="reportTime">Valid time on which to download the report in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Time Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example time format:** - hh:mm:ss±hh:mm (optional)</param>
0 commit comments