Skip to content

Commit

Permalink
Merge pull request #81 from CyberSource/feb2020-release
Browse files Browse the repository at this point in the history
Upgrade to v0.0.1.2
  • Loading branch information
gnongsie authored Feb 21, 2020
2 parents 29a7544 + 05440aa commit bda3f0b
Show file tree
Hide file tree
Showing 655 changed files with 57,101 additions and 21,933 deletions.
16 changes: 8 additions & 8 deletions Api/AuthenticationExemptionsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface IAuthenticationExemptionsApi : IApiAccessor
{
#region Synchronous Operations
/// <summary>
/// Authentication exemptions service
/// Authentication Exemptions Service
/// </summary>
/// <remarks>
/// A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
Expand All @@ -36,7 +36,7 @@ public interface IAuthenticationExemptionsApi : IApiAccessor
RiskV1AuthenticationExemptionsPost201Response AuthenticationExemptions (AuthenticationExemptionsRequest authenticationExemptionsRequest);

/// <summary>
/// Authentication exemptions service
/// Authentication Exemptions Service
/// </summary>
/// <remarks>
/// A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
Expand All @@ -48,7 +48,7 @@ public interface IAuthenticationExemptionsApi : IApiAccessor
#endregion Synchronous Operations
#region Asynchronous Operations
/// <summary>
/// Authentication exemptions service
/// Authentication Exemptions Service
/// </summary>
/// <remarks>
/// A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
Expand All @@ -59,7 +59,7 @@ public interface IAuthenticationExemptionsApi : IApiAccessor
System.Threading.Tasks.Task<RiskV1AuthenticationExemptionsPost201Response> AuthenticationExemptionsAsync (AuthenticationExemptionsRequest authenticationExemptionsRequest);

/// <summary>
/// Authentication exemptions service
/// Authentication Exemptions Service
/// </summary>
/// <remarks>
/// A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
Expand Down Expand Up @@ -177,7 +177,7 @@ public void AddDefaultHeader(string key, string value)
}

/// <summary>
/// Authentication exemptions service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// Authentication Exemptions Service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="authenticationExemptionsRequest"></param>
Expand All @@ -189,7 +189,7 @@ public RiskV1AuthenticationExemptionsPost201Response AuthenticationExemptions (A
}

/// <summary>
/// Authentication exemptions service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// Authentication Exemptions Service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="authenticationExemptionsRequest"></param>
Expand Down Expand Up @@ -251,7 +251,7 @@ public ApiResponse< RiskV1AuthenticationExemptionsPost201Response > Authenticati
}

/// <summary>
/// Authentication exemptions service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// Authentication Exemptions Service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="authenticationExemptionsRequest"></param>
Expand All @@ -264,7 +264,7 @@ public async System.Threading.Tasks.Task<RiskV1AuthenticationExemptionsPost201Re
}

/// <summary>
/// Authentication exemptions service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// Authentication Exemptions Service A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions.
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="authenticationExemptionsRequest"></param>
Expand Down
16 changes: 8 additions & 8 deletions Api/ConversionDetailsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface IConversionDetailsApi : IApiAccessor
{
#region Synchronous Operations
/// <summary>
/// Get conversion detail transactions
/// Get Conversion Detail Transactions
/// </summary>
/// <remarks>
/// Get conversion detail of transactions for a merchant.
Expand All @@ -38,7 +38,7 @@ public interface IConversionDetailsApi : IApiAccessor
ReportingV3ConversionDetailsGet200Response GetConversionDetail (DateTime? startTime, DateTime? endTime, string organizationId = null);

/// <summary>
/// Get conversion detail transactions
/// Get Conversion Detail Transactions
/// </summary>
/// <remarks>
/// Get conversion detail of transactions for a merchant.
Expand All @@ -52,7 +52,7 @@ public interface IConversionDetailsApi : IApiAccessor
#endregion Synchronous Operations
#region Asynchronous Operations
/// <summary>
/// Get conversion detail transactions
/// Get Conversion Detail Transactions
/// </summary>
/// <remarks>
/// Get conversion detail of transactions for a merchant.
Expand All @@ -65,7 +65,7 @@ public interface IConversionDetailsApi : IApiAccessor
System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Response> GetConversionDetailAsync (DateTime? startTime, DateTime? endTime, string organizationId = null);

/// <summary>
/// Get conversion detail transactions
/// Get Conversion Detail Transactions
/// </summary>
/// <remarks>
/// Get conversion detail of transactions for a merchant.
Expand Down Expand Up @@ -185,7 +185,7 @@ public void AddDefaultHeader(string key, string value)
}

/// <summary>
/// Get conversion detail transactions Get conversion detail of transactions for a merchant.
/// Get Conversion Detail Transactions Get conversion detail of transactions for a merchant.
/// </summary>
/// <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>
Expand All @@ -199,7 +199,7 @@ public ReportingV3ConversionDetailsGet200Response GetConversionDetail (DateTime?
}

/// <summary>
/// Get conversion detail transactions Get conversion detail of transactions for a merchant.
/// Get Conversion Detail Transactions Get conversion detail of transactions for a merchant.
/// </summary>
/// <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>
Expand Down Expand Up @@ -262,7 +262,7 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
}

/// <summary>
/// Get conversion detail transactions Get conversion detail of transactions for a merchant.
/// Get Conversion Detail Transactions Get conversion detail of transactions for a merchant.
/// </summary>
/// <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>
Expand All @@ -277,7 +277,7 @@ public async System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Respo
}

/// <summary>
/// Get conversion detail transactions Get conversion detail of transactions for a merchant.
/// Get Conversion Detail Transactions Get conversion detail of transactions for a merchant.
/// </summary>
/// <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>
Expand Down
Loading

0 comments on commit bda3f0b

Please sign in to comment.