Skip to content

Commit

Permalink
Merge pull request #174 from CyberSource/release-may-2024
Browse files Browse the repository at this point in the history
Release May 2024
  • Loading branch information
monu-kumar-visa authored Apr 29, 2024
2 parents 239952b + adc46d5 commit b52c5cb
Show file tree
Hide file tree
Showing 357 changed files with 9,174 additions and 2,870 deletions.
132 changes: 66 additions & 66 deletions Api/BatchesApi.cs

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions Api/CustomerApi.cs

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions Api/CustomerPaymentInstrumentApi.cs

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions Api/CustomerShippingAddressApi.cs

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions Api/InstrumentIdentifierApi.cs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Api/KeymanagementApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace CyberSource.Api
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public interface IKeymanagementApi : IApiAccessor
public interface IKeyManagementApi : IApiAccessor
{
#region Synchronous Operations
/// <summary>
Expand Down Expand Up @@ -105,17 +105,17 @@ public interface IKeymanagementApi : IApiAccessor
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public partial class KeymanagementApi : IKeymanagementApi
public partial class KeyManagementApi : IKeyManagementApi
{
private static Logger logger;
private ExceptionFactory _exceptionFactory = (name, response) => null;
private int? _statusCode;

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementApi"/> class.
/// Initializes a new instance of the <see cref="KeyManagementApi"/> class.
/// </summary>
/// <returns></returns>
public KeymanagementApi(string basePath)
public KeyManagementApi(string basePath)
{
Configuration = new Configuration(new ApiClient(basePath));

Expand All @@ -134,12 +134,12 @@ public KeymanagementApi(string basePath)
}

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementApi"/> class
/// Initializes a new instance of the <see cref="KeyManagementApi"/> class
/// using Configuration object
/// </summary>
/// <param name="configuration">An instance of Configuration</param>
/// <returns></returns>
public KeymanagementApi(Configuration configuration = null)
public KeyManagementApi(Configuration configuration = null)
{
if (configuration == null) // use the default one in Configuration
Configuration = Configuration.Default;
Expand Down
28 changes: 14 additions & 14 deletions Api/KeymanagementpasswordApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace CyberSource.Api
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public interface IKeymanagementpasswordApi : IApiAccessor
public interface IKeyManagementPasswordApi : IApiAccessor
{
#region Synchronous Operations
/// <summary>
Expand Down Expand Up @@ -81,17 +81,17 @@ public interface IKeymanagementpasswordApi : IApiAccessor
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public partial class KeymanagementpasswordApi : IKeymanagementpasswordApi
public partial class KeyManagementPasswordApi : IKeyManagementPasswordApi
{
private static Logger logger;
private ExceptionFactory _exceptionFactory = (name, response) => null;
private int? _statusCode;

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementpasswordApi"/> class.
/// Initializes a new instance of the <see cref="KeyManagementPasswordApi"/> class.
/// </summary>
/// <returns></returns>
public KeymanagementpasswordApi(string basePath)
public KeyManagementPasswordApi(string basePath)
{
Configuration = new Configuration(new ApiClient(basePath));

Expand All @@ -110,12 +110,12 @@ public KeymanagementpasswordApi(string basePath)
}

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementpasswordApi"/> class
/// Initializes a new instance of the <see cref="KeyManagementPasswordApi"/> class
/// using Configuration object
/// </summary>
/// <param name="configuration">An instance of Configuration</param>
/// <returns></returns>
public KeymanagementpasswordApi(Configuration configuration = null)
public KeyManagementPasswordApi(Configuration configuration = null)
{
if (configuration == null) // use the default one in Configuration
Configuration = Configuration.Default;
Expand Down Expand Up @@ -246,14 +246,14 @@ public ApiResponse< Object > UpdatePasswordWithHttpInfo (string keyId, UpdatePas
// verify the required parameter 'keyId' is set
if (keyId == null)
{
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeymanagementpasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeymanagementpasswordApi->UpdatePassword");
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeyManagementPasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeyManagementPasswordApi->UpdatePassword");
}
// verify the required parameter 'updatePasswordKeysRequest' is set
if (updatePasswordKeysRequest == null)
{
logger.Error("ApiException : Missing required parameter 'updatePasswordKeysRequest' when calling KeymanagementpasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'updatePasswordKeysRequest' when calling KeymanagementpasswordApi->UpdatePassword");
logger.Error("ApiException : Missing required parameter 'updatePasswordKeysRequest' when calling KeyManagementPasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'updatePasswordKeysRequest' when calling KeyManagementPasswordApi->UpdatePassword");
}

var localVarPath = $"/kms/v2/keys-password/{keyId}";
Expand Down Expand Up @@ -360,14 +360,14 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> UpdatePasswordAsyn
// verify the required parameter 'keyId' is set
if (keyId == null)
{
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeymanagementpasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeymanagementpasswordApi->UpdatePassword");
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeyManagementPasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeyManagementPasswordApi->UpdatePassword");
}
// verify the required parameter 'updatePasswordKeysRequest' is set
if (updatePasswordKeysRequest == null)
{
logger.Error("ApiException : Missing required parameter 'updatePasswordKeysRequest' when calling KeymanagementpasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'updatePasswordKeysRequest' when calling KeymanagementpasswordApi->UpdatePassword");
logger.Error("ApiException : Missing required parameter 'updatePasswordKeysRequest' when calling KeyManagementPasswordApi->UpdatePassword");
throw new ApiException(400, "Missing required parameter 'updatePasswordKeysRequest' when calling KeyManagementPasswordApi->UpdatePassword");
}

var localVarPath = $"/kms/v2/keys-password/{keyId}";
Expand Down
28 changes: 14 additions & 14 deletions Api/KeymanagementpgpApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace CyberSource.Api
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public interface IKeymanagementpgpApi : IApiAccessor
public interface IKeyManagementPgpApi : IApiAccessor
{
#region Synchronous Operations
/// <summary>
Expand Down Expand Up @@ -81,17 +81,17 @@ public interface IKeymanagementpgpApi : IApiAccessor
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public partial class KeymanagementpgpApi : IKeymanagementpgpApi
public partial class KeyManagementPgpApi : IKeyManagementPgpApi
{
private static Logger logger;
private ExceptionFactory _exceptionFactory = (name, response) => null;
private int? _statusCode;

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementpgpApi"/> class.
/// Initializes a new instance of the <see cref="KeyManagementPgpApi"/> class.
/// </summary>
/// <returns></returns>
public KeymanagementpgpApi(string basePath)
public KeyManagementPgpApi(string basePath)
{
Configuration = new Configuration(new ApiClient(basePath));

Expand All @@ -110,12 +110,12 @@ public KeymanagementpgpApi(string basePath)
}

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementpgpApi"/> class
/// Initializes a new instance of the <see cref="KeyManagementPgpApi"/> class
/// using Configuration object
/// </summary>
/// <param name="configuration">An instance of Configuration</param>
/// <returns></returns>
public KeymanagementpgpApi(Configuration configuration = null)
public KeyManagementPgpApi(Configuration configuration = null)
{
if (configuration == null) // use the default one in Configuration
Configuration = Configuration.Default;
Expand Down Expand Up @@ -246,14 +246,14 @@ public ApiResponse< Object > UpdatePGPWithHttpInfo (string keyId, UpdatePGPKeysR
// verify the required parameter 'keyId' is set
if (keyId == null)
{
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeymanagementpgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeymanagementpgpApi->UpdatePGP");
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeyManagementPgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeyManagementPgpApi->UpdatePGP");
}
// verify the required parameter 'updatePGPKeysRequest' is set
if (updatePGPKeysRequest == null)
{
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementpgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementpgpApi->UpdatePGP");
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementPgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementPgpApi->UpdatePGP");
}

var localVarPath = $"/kms/v2/keys-pgp/{keyId}";
Expand Down Expand Up @@ -360,14 +360,14 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> UpdatePGPAsyncWith
// verify the required parameter 'keyId' is set
if (keyId == null)
{
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeymanagementpgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeymanagementpgpApi->UpdatePGP");
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeyManagementPgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeyManagementPgpApi->UpdatePGP");
}
// verify the required parameter 'updatePGPKeysRequest' is set
if (updatePGPKeysRequest == null)
{
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementpgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementpgpApi->UpdatePGP");
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementPgpApi->UpdatePGP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementPgpApi->UpdatePGP");
}

var localVarPath = $"/kms/v2/keys-pgp/{keyId}";
Expand Down
28 changes: 14 additions & 14 deletions Api/KeymanagementscmpApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace CyberSource.Api
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public interface IKeymanagementscmpApi : IApiAccessor
public interface IKeyManagementScmpApi : IApiAccessor
{
#region Synchronous Operations
/// <summary>
Expand Down Expand Up @@ -81,17 +81,17 @@ public interface IKeymanagementscmpApi : IApiAccessor
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public partial class KeymanagementscmpApi : IKeymanagementscmpApi
public partial class KeyManagementScmpApi : IKeyManagementScmpApi
{
private static Logger logger;
private ExceptionFactory _exceptionFactory = (name, response) => null;
private int? _statusCode;

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementscmpApi"/> class.
/// Initializes a new instance of the <see cref="KeyManagementScmpApi"/> class.
/// </summary>
/// <returns></returns>
public KeymanagementscmpApi(string basePath)
public KeyManagementScmpApi(string basePath)
{
Configuration = new Configuration(new ApiClient(basePath));

Expand All @@ -110,12 +110,12 @@ public KeymanagementscmpApi(string basePath)
}

/// <summary>
/// Initializes a new instance of the <see cref="KeymanagementscmpApi"/> class
/// Initializes a new instance of the <see cref="KeyManagementScmpApi"/> class
/// using Configuration object
/// </summary>
/// <param name="configuration">An instance of Configuration</param>
/// <returns></returns>
public KeymanagementscmpApi(Configuration configuration = null)
public KeyManagementScmpApi(Configuration configuration = null)
{
if (configuration == null) // use the default one in Configuration
Configuration = Configuration.Default;
Expand Down Expand Up @@ -246,14 +246,14 @@ public ApiResponse< Object > UpdateSCMPWithHttpInfo (string keyId, UpdatePGPKeys
// verify the required parameter 'keyId' is set
if (keyId == null)
{
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeymanagementscmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeymanagementscmpApi->UpdateSCMP");
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeyManagementScmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeyManagementScmpApi->UpdateSCMP");
}
// verify the required parameter 'updatePGPKeysRequest' is set
if (updatePGPKeysRequest == null)
{
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementscmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementscmpApi->UpdateSCMP");
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementScmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementScmpApi->UpdateSCMP");
}

var localVarPath = $"/kms/v2/keys-scmp/{keyId}";
Expand Down Expand Up @@ -360,14 +360,14 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> UpdateSCMPAsyncWit
// verify the required parameter 'keyId' is set
if (keyId == null)
{
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeymanagementscmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeymanagementscmpApi->UpdateSCMP");
logger.Error("ApiException : Missing required parameter 'keyId' when calling KeyManagementScmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'keyId' when calling KeyManagementScmpApi->UpdateSCMP");
}
// verify the required parameter 'updatePGPKeysRequest' is set
if (updatePGPKeysRequest == null)
{
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementscmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeymanagementscmpApi->UpdateSCMP");
logger.Error("ApiException : Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementScmpApi->UpdateSCMP");
throw new ApiException(400, "Missing required parameter 'updatePGPKeysRequest' when calling KeyManagementScmpApi->UpdateSCMP");
}

var localVarPath = $"/kms/v2/keys-scmp/{keyId}";
Expand Down
Loading

0 comments on commit b52c5cb

Please sign in to comment.