Skip to content

Commit

Permalink
Merge pull request #121 from snavinch/master
Browse files Browse the repository at this point in the history
+ SDK Changes for October 2021 Release
  • Loading branch information
gnongsie authored Oct 26, 2021
2 parents 694c8e0 + 503bc43 commit 9e0448c
Show file tree
Hide file tree
Showing 462 changed files with 8,887 additions and 10,300 deletions.
408 changes: 408 additions & 0 deletions Api/ChargebackDetailsApi.cs

Large diffs are not rendered by default.

408 changes: 408 additions & 0 deletions Api/ChargebackSummariesApi.cs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Api/ConversionDetailsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public interface IConversionDetailsApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>ReportingV3ConversionDetailsGet200Response</returns>
ReportingV3ConversionDetailsGet200Response GetConversionDetail (DateTime? startTime, DateTime? endTime, string organizationId = null);

Expand All @@ -48,7 +48,7 @@ public interface IConversionDetailsApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>ApiResponse of ReportingV3ConversionDetailsGet200Response</returns>
ApiResponse<ReportingV3ConversionDetailsGet200Response> GetConversionDetailWithHttpInfo (DateTime? startTime, DateTime? endTime, string organizationId = null);
#endregion Synchronous Operations
Expand All @@ -62,7 +62,7 @@ public interface IConversionDetailsApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>Task of ReportingV3ConversionDetailsGet200Response</returns>
System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Response> GetConversionDetailAsync (DateTime? startTime, DateTime? endTime, string organizationId = null);

Expand All @@ -75,7 +75,7 @@ public interface IConversionDetailsApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>Task of ApiResponse (ReportingV3ConversionDetailsGet200Response)</returns>
System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetailsGet200Response>> GetConversionDetailAsyncWithHttpInfo (DateTime? startTime, DateTime? endTime, string organizationId = null);
#endregion Asynchronous Operations
Expand Down Expand Up @@ -204,7 +204,7 @@ public void AddDefaultHeader(string key, string value)
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>ReportingV3ConversionDetailsGet200Response</returns>
public ReportingV3ConversionDetailsGet200Response GetConversionDetail (DateTime? startTime, DateTime? endTime, string organizationId = null)
{
Expand All @@ -220,7 +220,7 @@ public ReportingV3ConversionDetailsGet200Response GetConversionDetail (DateTime?
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>ApiResponse of ReportingV3ConversionDetailsGet200Response</returns>
public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDetailWithHttpInfo (DateTime? startTime, DateTime? endTime, string organizationId = null)
{
Expand Down Expand Up @@ -307,7 +307,7 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>Task of ReportingV3ConversionDetailsGet200Response</returns>
public async System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Response> GetConversionDetailAsync (DateTime? startTime, DateTime? endTime, string organizationId = null)
{
Expand All @@ -324,7 +324,7 @@ public async System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Respo
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
/// <param name="organizationId">Valid Organization Id (optional)</param>
/// <returns>Task of ApiResponse (ReportingV3ConversionDetailsGet200Response)</returns>
public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetailsGet200Response>> GetConversionDetailAsyncWithHttpInfo (DateTime? startTime, DateTime? endTime, string organizationId = null)
{
Expand Down
Loading

0 comments on commit 9e0448c

Please sign in to comment.