diff --git a/Api/BankAccountValidationApi.cs b/Api/BankAccountValidationApi.cs
index 94471451..bf59fa20 100644
--- a/Api/BankAccountValidationApi.cs
+++ b/Api/BankAccountValidationApi.cs
@@ -37,8 +37,8 @@ public interface IBankAccountValidationApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// InlineResponse20013
- InlineResponse20013 BankAccountValidationRequest (AccountValidationsRequest accountValidationsRequest);
+ /// InlineResponse20014
+ InlineResponse20014 BankAccountValidationRequest (AccountValidationsRequest accountValidationsRequest);
///
/// Visa Bank Account Validation Service
@@ -48,8 +48,8 @@ public interface IBankAccountValidationApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// ApiResponse of InlineResponse20013
- ApiResponse BankAccountValidationRequestWithHttpInfo (AccountValidationsRequest accountValidationsRequest);
+ /// ApiResponse of InlineResponse20014
+ ApiResponse BankAccountValidationRequestWithHttpInfo (AccountValidationsRequest accountValidationsRequest);
#endregion Synchronous Operations
#region Asynchronous Operations
///
@@ -60,8 +60,8 @@ public interface IBankAccountValidationApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// Task of InlineResponse20013
- System.Threading.Tasks.Task BankAccountValidationRequestAsync (AccountValidationsRequest accountValidationsRequest);
+ /// Task of InlineResponse20014
+ System.Threading.Tasks.Task BankAccountValidationRequestAsync (AccountValidationsRequest accountValidationsRequest);
///
/// Visa Bank Account Validation Service
@@ -71,8 +71,8 @@ public interface IBankAccountValidationApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// Task of ApiResponse (InlineResponse20013)
- System.Threading.Tasks.Task> BankAccountValidationRequestAsyncWithHttpInfo (AccountValidationsRequest accountValidationsRequest);
+ /// Task of ApiResponse (InlineResponse20014)
+ System.Threading.Tasks.Task> BankAccountValidationRequestAsyncWithHttpInfo (AccountValidationsRequest accountValidationsRequest);
#endregion Asynchronous Operations
}
@@ -218,13 +218,13 @@ public void SetStatusCode(int? statusCode)
///
/// Thrown when fails to make API call
///
- /// InlineResponse20013
+ /// InlineResponse20014
/// DISCLAIMER : Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.
- public InlineResponse20013 BankAccountValidationRequest (AccountValidationsRequest accountValidationsRequest)
+ public InlineResponse20014 BankAccountValidationRequest (AccountValidationsRequest accountValidationsRequest)
{
logger.Debug("CALLING API \"BankAccountValidationRequest\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = BankAccountValidationRequestWithHttpInfo(accountValidationsRequest);
+ ApiResponse localVarResponse = BankAccountValidationRequestWithHttpInfo(accountValidationsRequest);
logger.Debug("CALLING API \"BankAccountValidationRequest\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -235,8 +235,8 @@ public InlineResponse20013 BankAccountValidationRequest (AccountValidationsReque
///
/// Thrown when fails to make API call
///
- /// ApiResponse of InlineResponse20013
- public ApiResponse< InlineResponse20013 > BankAccountValidationRequestWithHttpInfo (AccountValidationsRequest accountValidationsRequest)
+ /// ApiResponse of InlineResponse20014
+ public ApiResponse< InlineResponse20014 > BankAccountValidationRequestWithHttpInfo (AccountValidationsRequest accountValidationsRequest)
{
LogUtility logUtility = new LogUtility();
@@ -317,9 +317,9 @@ public ApiResponse< InlineResponse20013 > BankAccountValidationRequestWithHttpIn
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20013) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20013))); // Return statement
+ (InlineResponse20014) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20014))); // Return statement
}
///
@@ -327,12 +327,12 @@ public ApiResponse< InlineResponse20013 > BankAccountValidationRequestWithHttpIn
///
/// Thrown when fails to make API call
///
- /// Task of InlineResponse20013
- public async System.Threading.Tasks.Task BankAccountValidationRequestAsync (AccountValidationsRequest accountValidationsRequest)
+ /// Task of InlineResponse20014
+ public async System.Threading.Tasks.Task BankAccountValidationRequestAsync (AccountValidationsRequest accountValidationsRequest)
{
logger.Debug("CALLING API \"BankAccountValidationRequestAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await BankAccountValidationRequestAsyncWithHttpInfo(accountValidationsRequest);
+ ApiResponse localVarResponse = await BankAccountValidationRequestAsyncWithHttpInfo(accountValidationsRequest);
logger.Debug("CALLING API \"BankAccountValidationRequestAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -344,8 +344,8 @@ public async System.Threading.Tasks.Task BankAccountValidat
///
/// Thrown when fails to make API call
///
- /// Task of ApiResponse (InlineResponse20013)
- public async System.Threading.Tasks.Task> BankAccountValidationRequestAsyncWithHttpInfo (AccountValidationsRequest accountValidationsRequest)
+ /// Task of ApiResponse (InlineResponse20014)
+ public async System.Threading.Tasks.Task> BankAccountValidationRequestAsyncWithHttpInfo (AccountValidationsRequest accountValidationsRequest)
{
LogUtility logUtility = new LogUtility();
@@ -426,9 +426,9 @@ public async System.Threading.Tasks.Task> BankA
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20013) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20013))); // Return statement
+ (InlineResponse20014) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20014))); // Return statement
}
}
}
diff --git a/Api/BatchesApi.cs b/Api/BatchesApi.cs
index f7348003..f36c898c 100644
--- a/Api/BatchesApi.cs
+++ b/Api/BatchesApi.cs
@@ -37,8 +37,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// InlineResponse20012
- InlineResponse20012 GetBatchReport (string batchId);
+ /// InlineResponse20013
+ InlineResponse20013 GetBatchReport (string batchId);
///
/// Retrieve a Batch Report
@@ -48,8 +48,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// ApiResponse of InlineResponse20012
- ApiResponse GetBatchReportWithHttpInfo (string batchId);
+ /// ApiResponse of InlineResponse20013
+ ApiResponse GetBatchReportWithHttpInfo (string batchId);
///
/// Retrieve a Batch Status
///
@@ -58,8 +58,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// InlineResponse20011
- InlineResponse20011 GetBatchStatus (string batchId);
+ /// InlineResponse20012
+ InlineResponse20012 GetBatchStatus (string batchId);
///
/// Retrieve a Batch Status
@@ -69,8 +69,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// ApiResponse of InlineResponse20011
- ApiResponse GetBatchStatusWithHttpInfo (string batchId);
+ /// ApiResponse of InlineResponse20012
+ ApiResponse GetBatchStatusWithHttpInfo (string batchId);
///
/// List Batches
///
@@ -82,8 +82,8 @@ public interface IBatchesApi : IApiAccessor
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// InlineResponse20010
- InlineResponse20010 GetBatchesList (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
+ /// InlineResponse20011
+ InlineResponse20011 GetBatchesList (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
///
/// List Batches
@@ -96,8 +96,8 @@ public interface IBatchesApi : IApiAccessor
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// ApiResponse of InlineResponse20010
- ApiResponse GetBatchesListWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
+ /// ApiResponse of InlineResponse20011
+ ApiResponse GetBatchesListWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
///
/// Create a Batch
///
@@ -129,8 +129,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of InlineResponse20012
- System.Threading.Tasks.Task GetBatchReportAsync (string batchId);
+ /// Task of InlineResponse20013
+ System.Threading.Tasks.Task GetBatchReportAsync (string batchId);
///
/// Retrieve a Batch Report
@@ -140,8 +140,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of ApiResponse (InlineResponse20012)
- System.Threading.Tasks.Task> GetBatchReportAsyncWithHttpInfo (string batchId);
+ /// Task of ApiResponse (InlineResponse20013)
+ System.Threading.Tasks.Task> GetBatchReportAsyncWithHttpInfo (string batchId);
///
/// Retrieve a Batch Status
///
@@ -150,8 +150,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of InlineResponse20011
- System.Threading.Tasks.Task GetBatchStatusAsync (string batchId);
+ /// Task of InlineResponse20012
+ System.Threading.Tasks.Task GetBatchStatusAsync (string batchId);
///
/// Retrieve a Batch Status
@@ -161,8 +161,8 @@ public interface IBatchesApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of ApiResponse (InlineResponse20011)
- System.Threading.Tasks.Task> GetBatchStatusAsyncWithHttpInfo (string batchId);
+ /// Task of ApiResponse (InlineResponse20012)
+ System.Threading.Tasks.Task> GetBatchStatusAsyncWithHttpInfo (string batchId);
///
/// List Batches
///
@@ -174,8 +174,8 @@ public interface IBatchesApi : IApiAccessor
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// Task of InlineResponse20010
- System.Threading.Tasks.Task GetBatchesListAsync (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
+ /// Task of InlineResponse20011
+ System.Threading.Tasks.Task GetBatchesListAsync (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
///
/// List Batches
@@ -188,8 +188,8 @@ public interface IBatchesApi : IApiAccessor
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// Task of ApiResponse (InlineResponse20010)
- System.Threading.Tasks.Task> GetBatchesListAsyncWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
+ /// Task of ApiResponse (InlineResponse20011)
+ System.Threading.Tasks.Task> GetBatchesListAsyncWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null);
///
/// Create a Batch
///
@@ -356,12 +356,12 @@ public void SetStatusCode(int? statusCode)
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// InlineResponse20012
- public InlineResponse20012 GetBatchReport (string batchId)
+ /// InlineResponse20013
+ public InlineResponse20013 GetBatchReport (string batchId)
{
logger.Debug("CALLING API \"GetBatchReport\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = GetBatchReportWithHttpInfo(batchId);
+ ApiResponse localVarResponse = GetBatchReportWithHttpInfo(batchId);
logger.Debug("CALLING API \"GetBatchReport\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -372,8 +372,8 @@ public InlineResponse20012 GetBatchReport (string batchId)
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// ApiResponse of InlineResponse20012
- public ApiResponse< InlineResponse20012 > GetBatchReportWithHttpInfo (string batchId)
+ /// ApiResponse of InlineResponse20013
+ public ApiResponse< InlineResponse20013 > GetBatchReportWithHttpInfo (string batchId)
{
LogUtility logUtility = new LogUtility();
@@ -462,9 +462,9 @@ public ApiResponse< InlineResponse20012 > GetBatchReportWithHttpInfo (string bat
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20012) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20012))); // Return statement
+ (InlineResponse20013) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20013))); // Return statement
}
///
@@ -472,12 +472,12 @@ public ApiResponse< InlineResponse20012 > GetBatchReportWithHttpInfo (string bat
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of InlineResponse20012
- public async System.Threading.Tasks.Task GetBatchReportAsync (string batchId)
+ /// Task of InlineResponse20013
+ public async System.Threading.Tasks.Task GetBatchReportAsync (string batchId)
{
logger.Debug("CALLING API \"GetBatchReportAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await GetBatchReportAsyncWithHttpInfo(batchId);
+ ApiResponse localVarResponse = await GetBatchReportAsyncWithHttpInfo(batchId);
logger.Debug("CALLING API \"GetBatchReportAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -489,8 +489,8 @@ public async System.Threading.Tasks.Task GetBatchReportAsyn
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of ApiResponse (InlineResponse20012)
- public async System.Threading.Tasks.Task> GetBatchReportAsyncWithHttpInfo (string batchId)
+ /// Task of ApiResponse (InlineResponse20013)
+ public async System.Threading.Tasks.Task> GetBatchReportAsyncWithHttpInfo (string batchId)
{
LogUtility logUtility = new LogUtility();
@@ -579,21 +579,21 @@ public async System.Threading.Tasks.Task> GetBa
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20012) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20012))); // Return statement
+ (InlineResponse20013) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20013))); // Return statement
}
///
/// Retrieve a Batch Status **Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH)
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// InlineResponse20011
- public InlineResponse20011 GetBatchStatus (string batchId)
+ /// InlineResponse20012
+ public InlineResponse20012 GetBatchStatus (string batchId)
{
logger.Debug("CALLING API \"GetBatchStatus\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = GetBatchStatusWithHttpInfo(batchId);
+ ApiResponse localVarResponse = GetBatchStatusWithHttpInfo(batchId);
logger.Debug("CALLING API \"GetBatchStatus\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -604,8 +604,8 @@ public InlineResponse20011 GetBatchStatus (string batchId)
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// ApiResponse of InlineResponse20011
- public ApiResponse< InlineResponse20011 > GetBatchStatusWithHttpInfo (string batchId)
+ /// ApiResponse of InlineResponse20012
+ public ApiResponse< InlineResponse20012 > GetBatchStatusWithHttpInfo (string batchId)
{
LogUtility logUtility = new LogUtility();
@@ -694,9 +694,9 @@ public ApiResponse< InlineResponse20011 > GetBatchStatusWithHttpInfo (string bat
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20011) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20011))); // Return statement
+ (InlineResponse20012) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20012))); // Return statement
}
///
@@ -704,12 +704,12 @@ public ApiResponse< InlineResponse20011 > GetBatchStatusWithHttpInfo (string bat
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of InlineResponse20011
- public async System.Threading.Tasks.Task GetBatchStatusAsync (string batchId)
+ /// Task of InlineResponse20012
+ public async System.Threading.Tasks.Task GetBatchStatusAsync (string batchId)
{
logger.Debug("CALLING API \"GetBatchStatusAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await GetBatchStatusAsyncWithHttpInfo(batchId);
+ ApiResponse localVarResponse = await GetBatchStatusAsyncWithHttpInfo(batchId);
logger.Debug("CALLING API \"GetBatchStatusAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -721,8 +721,8 @@ public async System.Threading.Tasks.Task GetBatchStatusAsyn
///
/// Thrown when fails to make API call
/// Unique identification number assigned to the submitted request.
- /// Task of ApiResponse (InlineResponse20011)
- public async System.Threading.Tasks.Task> GetBatchStatusAsyncWithHttpInfo (string batchId)
+ /// Task of ApiResponse (InlineResponse20012)
+ public async System.Threading.Tasks.Task> GetBatchStatusAsyncWithHttpInfo (string batchId)
{
LogUtility logUtility = new LogUtility();
@@ -811,9 +811,9 @@ public async System.Threading.Tasks.Task> GetBa
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20011) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20011))); // Return statement
+ (InlineResponse20012) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20012))); // Return statement
}
///
/// List Batches **List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id. - The batch status. - The batch created / modified dates. - The total number of accepted, rejected, updated records. - The total number of card association responses.
@@ -823,12 +823,12 @@ public async System.Threading.Tasks.Task> GetBa
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// InlineResponse20010
- public InlineResponse20010 GetBatchesList (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
+ /// InlineResponse20011
+ public InlineResponse20011 GetBatchesList (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
{
logger.Debug("CALLING API \"GetBatchesList\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = GetBatchesListWithHttpInfo(offset, limit, fromDate, toDate);
+ ApiResponse localVarResponse = GetBatchesListWithHttpInfo(offset, limit, fromDate, toDate);
logger.Debug("CALLING API \"GetBatchesList\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -842,8 +842,8 @@ public InlineResponse20010 GetBatchesList (long? offset = null, long? limit = nu
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// ApiResponse of InlineResponse20010
- public ApiResponse< InlineResponse20010 > GetBatchesListWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
+ /// ApiResponse of InlineResponse20011
+ public ApiResponse< InlineResponse20011 > GetBatchesListWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
{
LogUtility logUtility = new LogUtility();
@@ -941,9 +941,9 @@ public ApiResponse< InlineResponse20010 > GetBatchesListWithHttpInfo (long? offs
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20010) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20010))); // Return statement
+ (InlineResponse20011) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20011))); // Return statement
}
///
@@ -954,12 +954,12 @@ public ApiResponse< InlineResponse20010 > GetBatchesListWithHttpInfo (long? offs
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// Task of InlineResponse20010
- public async System.Threading.Tasks.Task GetBatchesListAsync (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
+ /// Task of InlineResponse20011
+ public async System.Threading.Tasks.Task GetBatchesListAsync (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
{
logger.Debug("CALLING API \"GetBatchesListAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await GetBatchesListAsyncWithHttpInfo(offset, limit, fromDate, toDate);
+ ApiResponse localVarResponse = await GetBatchesListAsyncWithHttpInfo(offset, limit, fromDate, toDate);
logger.Debug("CALLING API \"GetBatchesListAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -974,8 +974,8 @@ public async System.Threading.Tasks.Task GetBatchesListAsyn
/// The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
/// ISO-8601 format: yyyyMMddTHHmmssZ (optional)
- /// Task of ApiResponse (InlineResponse20010)
- public async System.Threading.Tasks.Task> GetBatchesListAsyncWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
+ /// Task of ApiResponse (InlineResponse20011)
+ public async System.Threading.Tasks.Task> GetBatchesListAsyncWithHttpInfo (long? offset = null, long? limit = null, string fromDate = null, string toDate = null)
{
LogUtility logUtility = new LogUtility();
@@ -1073,9 +1073,9 @@ public async System.Threading.Tasks.Task> GetBa
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20010) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20010))); // Return statement
+ (InlineResponse20011) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20011))); // Return statement
}
///
/// Create a Batch **Create a Batch**<br>This resource accepts TMS tokens ids of a Customer, Payment Instrument or Instrument Identifier. <br> The card numbers for the supplied tokens ids are then sent to the relevant card associations to check for updates.<br>The following type of batches can be submitted: - **oneOff** batch containing tokens id for Visa or MasterCard card numbers. - **amexRegistration** batch containing tokens id for Amex card numbers. A batch id will be returned on a successful response which can be used to get the batch status and the batch report. The availability of API features for a merchant may depend on the portfolio configuration and may need to be enabled at the portfolio level before they can be added to merchant accounts.
diff --git a/Api/CreateNewWebhooksApi.cs b/Api/CreateNewWebhooksApi.cs
index c06a4ebf..4ad4a995 100644
--- a/Api/CreateNewWebhooksApi.cs
+++ b/Api/CreateNewWebhooksApi.cs
@@ -37,8 +37,8 @@ public interface ICreateNewWebhooksApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// List<InlineResponse2004>
- List FindProductsToSubscribe (string organizationId);
+ /// List<InlineResponse2005>
+ List FindProductsToSubscribe (string organizationId);
///
/// Find Products You Can Subscribe To
@@ -48,8 +48,8 @@ public interface ICreateNewWebhooksApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// ApiResponse of List<InlineResponse2004>
- ApiResponse> FindProductsToSubscribeWithHttpInfo (string organizationId);
+ /// ApiResponse of List<InlineResponse2005>
+ ApiResponse> FindProductsToSubscribeWithHttpInfo (string organizationId);
///
/// Create a New Webhook Subscription
///
@@ -108,8 +108,8 @@ public interface ICreateNewWebhooksApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// Task of List<InlineResponse2004>
- System.Threading.Tasks.Task> FindProductsToSubscribeAsync (string organizationId);
+ /// Task of List<InlineResponse2005>
+ System.Threading.Tasks.Task> FindProductsToSubscribeAsync (string organizationId);
///
/// Find Products You Can Subscribe To
@@ -119,8 +119,8 @@ public interface ICreateNewWebhooksApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// Task of ApiResponse (List<InlineResponse2004>)
- System.Threading.Tasks.Task>> FindProductsToSubscribeAsyncWithHttpInfo (string organizationId);
+ /// Task of ApiResponse (List<InlineResponse2005>)
+ System.Threading.Tasks.Task>> FindProductsToSubscribeAsyncWithHttpInfo (string organizationId);
///
/// Create a New Webhook Subscription
///
@@ -314,12 +314,12 @@ public void SetStatusCode(int? statusCode)
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// List<InlineResponse2004>
- public List FindProductsToSubscribe (string organizationId)
+ /// List<InlineResponse2005>
+ public List FindProductsToSubscribe (string organizationId)
{
logger.Debug("CALLING API \"FindProductsToSubscribe\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = FindProductsToSubscribeWithHttpInfo(organizationId);
+ ApiResponse> localVarResponse = FindProductsToSubscribeWithHttpInfo(organizationId);
logger.Debug("CALLING API \"FindProductsToSubscribe\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -330,8 +330,8 @@ public List FindProductsToSubscribe (string organizationId)
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// ApiResponse of List<InlineResponse2004>
- public ApiResponse< List > FindProductsToSubscribeWithHttpInfo (string organizationId)
+ /// ApiResponse of List<InlineResponse2005>
+ public ApiResponse< List > FindProductsToSubscribeWithHttpInfo (string organizationId)
{
LogUtility logUtility = new LogUtility();
@@ -420,9 +420,9 @@ public ApiResponse< List > FindProductsToSubscribeWithHttpIn
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
@@ -430,12 +430,12 @@ public ApiResponse< List > FindProductsToSubscribeWithHttpIn
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// Task of List<InlineResponse2004>
- public async System.Threading.Tasks.Task> FindProductsToSubscribeAsync (string organizationId)
+ /// Task of List<InlineResponse2005>
+ public async System.Threading.Tasks.Task> FindProductsToSubscribeAsync (string organizationId)
{
logger.Debug("CALLING API \"FindProductsToSubscribeAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = await FindProductsToSubscribeAsyncWithHttpInfo(organizationId);
+ ApiResponse> localVarResponse = await FindProductsToSubscribeAsyncWithHttpInfo(organizationId);
logger.Debug("CALLING API \"FindProductsToSubscribeAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -447,8 +447,8 @@ public async System.Threading.Tasks.Task> FindProductsT
///
/// Thrown when fails to make API call
/// The Organization Identifier.
- /// Task of ApiResponse (List<InlineResponse2004>)
- public async System.Threading.Tasks.Task>> FindProductsToSubscribeAsyncWithHttpInfo (string organizationId)
+ /// Task of ApiResponse (List<InlineResponse2005>)
+ public async System.Threading.Tasks.Task>> FindProductsToSubscribeAsyncWithHttpInfo (string organizationId)
{
LogUtility logUtility = new LogUtility();
@@ -537,9 +537,9 @@ public async System.Threading.Tasks.Task>>
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
/// Create a New Webhook Subscription Create a new webhook subscription. Before creating a webhook, ensure that a signature key has been created. For the example \"Create Webhook using oAuth with Client Credentials\" - for clients who have more than one oAuth Provider and have different client secrets that they would like to config for a given webhook, they may do so by overriding the keyId inside security config of webhook subscription. See the Developer Center examples section titled \"Webhook Security - Create or Store Egress Symmetric Key - Store oAuth Credentials For Symmetric Key\" to store these oAuth credentials that CYBS will need for oAuth. For JWT authentication, attach your oAuth details to the webhook subscription. See the example \"Create Webhook using oAuth with JWT\"
diff --git a/Api/CustomerApi.cs b/Api/CustomerApi.cs
index 595ec95d..8938c874 100644
--- a/Api/CustomerApi.cs
+++ b/Api/CustomerApi.cs
@@ -940,7 +940,7 @@ public ApiResponse< PatchCustomerRequest > PatchCustomerWithHttpInfo (string cus
localVarPostBody = patchCustomerRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PatchCustomer,PatchCustomerAsync,PatchCustomerWithHttpInfo,PatchCustomerAsyncWithHttpInfo"))
{
@@ -1074,7 +1074,7 @@ public async System.Threading.Tasks.Task> Patc
localVarPostBody = patchCustomerRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PatchCustomer,PatchCustomerAsync,PatchCustomerWithHttpInfo,PatchCustomerAsyncWithHttpInfo"))
{
@@ -1187,7 +1187,7 @@ public ApiResponse< PostCustomerRequest > PostCustomerWithHttpInfo (PostCustomer
localVarPostBody = postCustomerRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostCustomer,PostCustomerAsync,PostCustomerWithHttpInfo,PostCustomerAsyncWithHttpInfo"))
{
@@ -1302,7 +1302,7 @@ public async System.Threading.Tasks.Task> PostC
localVarPostBody = postCustomerRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostCustomer,PostCustomerAsync,PostCustomerWithHttpInfo,PostCustomerAsyncWithHttpInfo"))
{
diff --git a/Api/CustomerPaymentInstrumentApi.cs b/Api/CustomerPaymentInstrumentApi.cs
index 284f82ab..d01bfb30 100644
--- a/Api/CustomerPaymentInstrumentApi.cs
+++ b/Api/CustomerPaymentInstrumentApi.cs
@@ -1347,7 +1347,7 @@ public ApiResponse< PatchCustomerPaymentInstrumentRequest > PatchCustomersPaymen
localVarPostBody = patchCustomerPaymentInstrumentRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PatchCustomersPaymentInstrument,PatchCustomersPaymentInstrumentAsync,PatchCustomersPaymentInstrumentWithHttpInfo,PatchCustomersPaymentInstrumentAsyncWithHttpInfo"))
{
@@ -1494,7 +1494,7 @@ public async System.Threading.Tasks.Task PostCustomerPaymentIn
localVarPostBody = postCustomerPaymentInstrumentRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostCustomerPaymentInstrument,PostCustomerPaymentInstrumentAsync,PostCustomerPaymentInstrumentWithHttpInfo,PostCustomerPaymentInstrumentAsyncWithHttpInfo"))
{
@@ -1748,7 +1748,7 @@ public async System.Threading.Tasks.Task PatchCustomersShipping
localVarPostBody = patchCustomerShippingAddressRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PatchCustomersShippingAddress,PatchCustomersShippingAddressAsync,PatchCustomersShippingAddressWithHttpInfo,PatchCustomersShippingAddressAsyncWithHttpInfo"))
{
@@ -1494,7 +1494,7 @@ public async System.Threading.Tasks.Task PostCustomerShippingAdd
localVarPostBody = postCustomerShippingAddressRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostCustomerShippingAddress,PostCustomerShippingAddressAsync,PostCustomerShippingAddressWithHttpInfo,PostCustomerShippingAddressAsyncWithHttpInfo"))
{
@@ -1748,7 +1748,7 @@ public async System.Threading.Tasks.TaskThrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// InlineResponse2001
- InlineResponse2001 ActionDecisionManagerCase (string id, CaseManagementActionsRequest caseManagementActionsRequest);
+ /// InlineResponse2002
+ InlineResponse2002 ActionDecisionManagerCase (string id, CaseManagementActionsRequest caseManagementActionsRequest);
///
/// Take action on a DM post-transactional case
@@ -50,8 +50,8 @@ public interface IDecisionManagerApi : IApiAccessor
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// ApiResponse of InlineResponse2001
- ApiResponse ActionDecisionManagerCaseWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest);
+ /// ApiResponse of InlineResponse2002
+ ApiResponse ActionDecisionManagerCaseWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest);
///
/// List Management
///
@@ -153,8 +153,8 @@ public interface IDecisionManagerApi : IApiAccessor
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// Task of InlineResponse2001
- System.Threading.Tasks.Task ActionDecisionManagerCaseAsync (string id, CaseManagementActionsRequest caseManagementActionsRequest);
+ /// Task of InlineResponse2002
+ System.Threading.Tasks.Task ActionDecisionManagerCaseAsync (string id, CaseManagementActionsRequest caseManagementActionsRequest);
///
/// Take action on a DM post-transactional case
@@ -165,8 +165,8 @@ public interface IDecisionManagerApi : IApiAccessor
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// Task of ApiResponse (InlineResponse2001)
- System.Threading.Tasks.Task> ActionDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest);
+ /// Task of ApiResponse (InlineResponse2002)
+ System.Threading.Tasks.Task> ActionDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest);
///
/// List Management
///
@@ -403,12 +403,12 @@ public void SetStatusCode(int? statusCode)
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// InlineResponse2001
- public InlineResponse2001 ActionDecisionManagerCase (string id, CaseManagementActionsRequest caseManagementActionsRequest)
+ /// InlineResponse2002
+ public InlineResponse2002 ActionDecisionManagerCase (string id, CaseManagementActionsRequest caseManagementActionsRequest)
{
logger.Debug("CALLING API \"ActionDecisionManagerCase\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = ActionDecisionManagerCaseWithHttpInfo(id, caseManagementActionsRequest);
+ ApiResponse localVarResponse = ActionDecisionManagerCaseWithHttpInfo(id, caseManagementActionsRequest);
logger.Debug("CALLING API \"ActionDecisionManagerCase\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -420,8 +420,8 @@ public InlineResponse2001 ActionDecisionManagerCase (string id, CaseManagementAc
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// ApiResponse of InlineResponse2001
- public ApiResponse< InlineResponse2001 > ActionDecisionManagerCaseWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest)
+ /// ApiResponse of InlineResponse2002
+ public ApiResponse< InlineResponse2002 > ActionDecisionManagerCaseWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest)
{
LogUtility logUtility = new LogUtility();
@@ -513,9 +513,9 @@ public ApiResponse< InlineResponse2001 > ActionDecisionManagerCaseWithHttpInfo (
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2001) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2001))); // Return statement
+ (InlineResponse2002) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2002))); // Return statement
}
///
@@ -524,12 +524,12 @@ public ApiResponse< InlineResponse2001 > ActionDecisionManagerCaseWithHttpInfo (
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// Task of InlineResponse2001
- public async System.Threading.Tasks.Task ActionDecisionManagerCaseAsync (string id, CaseManagementActionsRequest caseManagementActionsRequest)
+ /// Task of InlineResponse2002
+ public async System.Threading.Tasks.Task ActionDecisionManagerCaseAsync (string id, CaseManagementActionsRequest caseManagementActionsRequest)
{
logger.Debug("CALLING API \"ActionDecisionManagerCaseAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await ActionDecisionManagerCaseAsyncWithHttpInfo(id, caseManagementActionsRequest);
+ ApiResponse localVarResponse = await ActionDecisionManagerCaseAsyncWithHttpInfo(id, caseManagementActionsRequest);
logger.Debug("CALLING API \"ActionDecisionManagerCaseAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -542,8 +542,8 @@ public async System.Threading.Tasks.Task ActionDecisionManag
/// Thrown when fails to make API call
/// An unique identification number generated by Cybersource to identify the submitted request.
///
- /// Task of ApiResponse (InlineResponse2001)
- public async System.Threading.Tasks.Task> ActionDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest)
+ /// Task of ApiResponse (InlineResponse2002)
+ public async System.Threading.Tasks.Task> ActionDecisionManagerCaseAsyncWithHttpInfo (string id, CaseManagementActionsRequest caseManagementActionsRequest)
{
LogUtility logUtility = new LogUtility();
@@ -635,9 +635,9 @@ public async System.Threading.Tasks.Task> Action
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2001) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2001))); // Return statement
+ (InlineResponse2002) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2002))); // Return statement
}
///
/// List Management This call adds/deletes/converts the request information in the negative list. Provide the list to be updated as the path parameter. This value can be 'postiive', 'negative' or 'review'.
diff --git a/Api/DeviceDeAssociationApi.cs b/Api/DeviceDeAssociationApi.cs
index 2bdc2445..b0e60a1c 100644
--- a/Api/DeviceDeAssociationApi.cs
+++ b/Api/DeviceDeAssociationApi.cs
@@ -58,8 +58,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// List<InlineResponse2008>
- List PostDeAssociateV3Terminal (List deviceDeAssociateV3Request);
+ /// List<InlineResponse2009>
+ List PostDeAssociateV3Terminal (List deviceDeAssociateV3Request);
///
/// De-associate a device from merchant to account or reseller and from account to reseller
@@ -69,8 +69,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// ApiResponse of List<InlineResponse2008>
- ApiResponse> PostDeAssociateV3TerminalWithHttpInfo (List deviceDeAssociateV3Request);
+ /// ApiResponse of List<InlineResponse2009>
+ ApiResponse> PostDeAssociateV3TerminalWithHttpInfo (List deviceDeAssociateV3Request);
#endregion Synchronous Operations
#region Asynchronous Operations
///
@@ -102,8 +102,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// Task of List<InlineResponse2008>
- System.Threading.Tasks.Task> PostDeAssociateV3TerminalAsync (List deviceDeAssociateV3Request);
+ /// Task of List<InlineResponse2009>
+ System.Threading.Tasks.Task> PostDeAssociateV3TerminalAsync (List deviceDeAssociateV3Request);
///
/// De-associate a device from merchant to account or reseller and from account to reseller
@@ -113,8 +113,8 @@ public interface IDeviceDeAssociationApi : IApiAccessor
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// Task of ApiResponse (List<InlineResponse2008>)
- System.Threading.Tasks.Task>> PostDeAssociateV3TerminalAsyncWithHttpInfo (List deviceDeAssociateV3Request);
+ /// Task of ApiResponse (List<InlineResponse2009>)
+ System.Threading.Tasks.Task>> PostDeAssociateV3TerminalAsyncWithHttpInfo (List deviceDeAssociateV3Request);
#endregion Asynchronous Operations
}
@@ -472,12 +472,12 @@ public async System.Threading.Tasks.Task> DeleteTerminalAsso
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// List<InlineResponse2008>
- public List PostDeAssociateV3Terminal (List deviceDeAssociateV3Request)
+ /// List<InlineResponse2009>
+ public List PostDeAssociateV3Terminal (List deviceDeAssociateV3Request)
{
logger.Debug("CALLING API \"PostDeAssociateV3Terminal\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = PostDeAssociateV3TerminalWithHttpInfo(deviceDeAssociateV3Request);
+ ApiResponse> localVarResponse = PostDeAssociateV3TerminalWithHttpInfo(deviceDeAssociateV3Request);
logger.Debug("CALLING API \"PostDeAssociateV3Terminal\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -488,8 +488,8 @@ public List PostDeAssociateV3Terminal (List
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// ApiResponse of List<InlineResponse2008>
- public ApiResponse< List > PostDeAssociateV3TerminalWithHttpInfo (List deviceDeAssociateV3Request)
+ /// ApiResponse of List<InlineResponse2009>
+ public ApiResponse< List > PostDeAssociateV3TerminalWithHttpInfo (List deviceDeAssociateV3Request)
{
LogUtility logUtility = new LogUtility();
@@ -570,9 +570,9 @@ public ApiResponse< List > PostDeAssociateV3TerminalWithHttp
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
@@ -580,12 +580,12 @@ public ApiResponse< List > PostDeAssociateV3TerminalWithHttp
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// Task of List<InlineResponse2008>
- public async System.Threading.Tasks.Task> PostDeAssociateV3TerminalAsync (List deviceDeAssociateV3Request)
+ /// Task of List<InlineResponse2009>
+ public async System.Threading.Tasks.Task> PostDeAssociateV3TerminalAsync (List deviceDeAssociateV3Request)
{
logger.Debug("CALLING API \"PostDeAssociateV3TerminalAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = await PostDeAssociateV3TerminalAsyncWithHttpInfo(deviceDeAssociateV3Request);
+ ApiResponse> localVarResponse = await PostDeAssociateV3TerminalAsyncWithHttpInfo(deviceDeAssociateV3Request);
logger.Debug("CALLING API \"PostDeAssociateV3TerminalAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -597,8 +597,8 @@ public async System.Threading.Tasks.Task> PostDeAssocia
///
/// Thrown when fails to make API call
/// deviceId that has to be de-associated to the destination organizationId.
- /// Task of ApiResponse (List<InlineResponse2008>)
- public async System.Threading.Tasks.Task>> PostDeAssociateV3TerminalAsyncWithHttpInfo (List deviceDeAssociateV3Request)
+ /// Task of ApiResponse (List<InlineResponse2009>)
+ public async System.Threading.Tasks.Task>> PostDeAssociateV3TerminalAsyncWithHttpInfo (List deviceDeAssociateV3Request)
{
LogUtility logUtility = new LogUtility();
@@ -679,9 +679,9 @@ public async System.Threading.Tasks.Task>>
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
}
}
diff --git a/Api/DeviceSearchApi.cs b/Api/DeviceSearchApi.cs
index 462487e5..4c6e6614 100644
--- a/Api/DeviceSearchApi.cs
+++ b/Api/DeviceSearchApi.cs
@@ -37,8 +37,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// InlineResponse2007
- InlineResponse2007 PostSearchQuery (PostDeviceSearchRequest postDeviceSearchRequest);
+ /// InlineResponse2008
+ InlineResponse2008 PostSearchQuery (PostDeviceSearchRequest postDeviceSearchRequest);
///
/// Retrieve List of Devices for a given search query V2
@@ -48,8 +48,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// ApiResponse of InlineResponse2007
- ApiResponse PostSearchQueryWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest);
+ /// ApiResponse of InlineResponse2008
+ ApiResponse PostSearchQueryWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest);
///
/// Retrieve List of Devices for a given search query
///
@@ -58,8 +58,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// InlineResponse2009
- InlineResponse2009 PostSearchQueryV3 (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
+ /// InlineResponse20010
+ InlineResponse20010 PostSearchQueryV3 (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
///
/// Retrieve List of Devices for a given search query
@@ -69,8 +69,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// ApiResponse of InlineResponse2009
- ApiResponse PostSearchQueryV3WithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
+ /// ApiResponse of InlineResponse20010
+ ApiResponse PostSearchQueryV3WithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
#endregion Synchronous Operations
#region Asynchronous Operations
///
@@ -81,8 +81,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// Task of InlineResponse2007
- System.Threading.Tasks.Task PostSearchQueryAsync (PostDeviceSearchRequest postDeviceSearchRequest);
+ /// Task of InlineResponse2008
+ System.Threading.Tasks.Task PostSearchQueryAsync (PostDeviceSearchRequest postDeviceSearchRequest);
///
/// Retrieve List of Devices for a given search query V2
@@ -92,8 +92,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// Task of ApiResponse (InlineResponse2007)
- System.Threading.Tasks.Task> PostSearchQueryAsyncWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest);
+ /// Task of ApiResponse (InlineResponse2008)
+ System.Threading.Tasks.Task> PostSearchQueryAsyncWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest);
///
/// Retrieve List of Devices for a given search query
///
@@ -102,8 +102,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// Task of InlineResponse2009
- System.Threading.Tasks.Task PostSearchQueryV3Async (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
+ /// Task of InlineResponse20010
+ System.Threading.Tasks.Task PostSearchQueryV3Async (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
///
/// Retrieve List of Devices for a given search query
@@ -113,8 +113,8 @@ public interface IDeviceSearchApi : IApiAccessor
///
/// Thrown when fails to make API call
///
- /// Task of ApiResponse (InlineResponse2009)
- System.Threading.Tasks.Task> PostSearchQueryV3AsyncWithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
+ /// Task of ApiResponse (InlineResponse20010)
+ System.Threading.Tasks.Task> PostSearchQueryV3AsyncWithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3);
#endregion Asynchronous Operations
}
@@ -260,12 +260,12 @@ public void SetStatusCode(int? statusCode)
///
/// Thrown when fails to make API call
///
- /// InlineResponse2007
- public InlineResponse2007 PostSearchQuery (PostDeviceSearchRequest postDeviceSearchRequest)
+ /// InlineResponse2008
+ public InlineResponse2008 PostSearchQuery (PostDeviceSearchRequest postDeviceSearchRequest)
{
logger.Debug("CALLING API \"PostSearchQuery\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = PostSearchQueryWithHttpInfo(postDeviceSearchRequest);
+ ApiResponse localVarResponse = PostSearchQueryWithHttpInfo(postDeviceSearchRequest);
logger.Debug("CALLING API \"PostSearchQuery\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -276,8 +276,8 @@ public InlineResponse2007 PostSearchQuery (PostDeviceSearchRequest postDeviceSea
///
/// Thrown when fails to make API call
///
- /// ApiResponse of InlineResponse2007
- public ApiResponse< InlineResponse2007 > PostSearchQueryWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest)
+ /// ApiResponse of InlineResponse2008
+ public ApiResponse< InlineResponse2008 > PostSearchQueryWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest)
{
LogUtility logUtility = new LogUtility();
@@ -358,9 +358,9 @@ public ApiResponse< InlineResponse2007 > PostSearchQueryWithHttpInfo (PostDevice
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2007) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2007))); // Return statement
+ (InlineResponse2008) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2008))); // Return statement
}
///
@@ -368,12 +368,12 @@ public ApiResponse< InlineResponse2007 > PostSearchQueryWithHttpInfo (PostDevice
///
/// Thrown when fails to make API call
///
- /// Task of InlineResponse2007
- public async System.Threading.Tasks.Task PostSearchQueryAsync (PostDeviceSearchRequest postDeviceSearchRequest)
+ /// Task of InlineResponse2008
+ public async System.Threading.Tasks.Task PostSearchQueryAsync (PostDeviceSearchRequest postDeviceSearchRequest)
{
logger.Debug("CALLING API \"PostSearchQueryAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await PostSearchQueryAsyncWithHttpInfo(postDeviceSearchRequest);
+ ApiResponse localVarResponse = await PostSearchQueryAsyncWithHttpInfo(postDeviceSearchRequest);
logger.Debug("CALLING API \"PostSearchQueryAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -385,8 +385,8 @@ public async System.Threading.Tasks.Task PostSearchQueryAsyn
///
/// Thrown when fails to make API call
///
- /// Task of ApiResponse (InlineResponse2007)
- public async System.Threading.Tasks.Task> PostSearchQueryAsyncWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest)
+ /// Task of ApiResponse (InlineResponse2008)
+ public async System.Threading.Tasks.Task> PostSearchQueryAsyncWithHttpInfo (PostDeviceSearchRequest postDeviceSearchRequest)
{
LogUtility logUtility = new LogUtility();
@@ -467,21 +467,21 @@ public async System.Threading.Tasks.Task> PostSe
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2007) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2007))); // Return statement
+ (InlineResponse2008) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2008))); // Return statement
}
///
/// Retrieve List of Devices for a given search query Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
///
/// Thrown when fails to make API call
///
- /// InlineResponse2009
- public InlineResponse2009 PostSearchQueryV3 (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
+ /// InlineResponse20010
+ public InlineResponse20010 PostSearchQueryV3 (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
{
logger.Debug("CALLING API \"PostSearchQueryV3\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = PostSearchQueryV3WithHttpInfo(postDeviceSearchRequestV3);
+ ApiResponse localVarResponse = PostSearchQueryV3WithHttpInfo(postDeviceSearchRequestV3);
logger.Debug("CALLING API \"PostSearchQueryV3\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -492,8 +492,8 @@ public InlineResponse2009 PostSearchQueryV3 (PostDeviceSearchRequestV3 postDevic
///
/// Thrown when fails to make API call
///
- /// ApiResponse of InlineResponse2009
- public ApiResponse< InlineResponse2009 > PostSearchQueryV3WithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
+ /// ApiResponse of InlineResponse20010
+ public ApiResponse< InlineResponse20010 > PostSearchQueryV3WithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
{
LogUtility logUtility = new LogUtility();
@@ -574,9 +574,9 @@ public ApiResponse< InlineResponse2009 > PostSearchQueryV3WithHttpInfo (PostDevi
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2009) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2009))); // Return statement
+ (InlineResponse20010) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20010))); // Return statement
}
///
@@ -584,12 +584,12 @@ public ApiResponse< InlineResponse2009 > PostSearchQueryV3WithHttpInfo (PostDevi
///
/// Thrown when fails to make API call
///
- /// Task of InlineResponse2009
- public async System.Threading.Tasks.Task PostSearchQueryV3Async (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
+ /// Task of InlineResponse20010
+ public async System.Threading.Tasks.Task PostSearchQueryV3Async (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
{
logger.Debug("CALLING API \"PostSearchQueryV3Async\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await PostSearchQueryV3AsyncWithHttpInfo(postDeviceSearchRequestV3);
+ ApiResponse localVarResponse = await PostSearchQueryV3AsyncWithHttpInfo(postDeviceSearchRequestV3);
logger.Debug("CALLING API \"PostSearchQueryV3Async\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -601,8 +601,8 @@ public async System.Threading.Tasks.Task PostSearchQueryV3As
///
/// Thrown when fails to make API call
///
- /// Task of ApiResponse (InlineResponse2009)
- public async System.Threading.Tasks.Task> PostSearchQueryV3AsyncWithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
+ /// Task of ApiResponse (InlineResponse20010)
+ public async System.Threading.Tasks.Task> PostSearchQueryV3AsyncWithHttpInfo (PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
{
LogUtility logUtility = new LogUtility();
@@ -683,9 +683,9 @@ public async System.Threading.Tasks.Task> PostSe
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2009) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2009))); // Return statement
+ (InlineResponse20010) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20010))); // Return statement
}
}
}
diff --git a/Api/InstrumentIdentifierApi.cs b/Api/InstrumentIdentifierApi.cs
index c90d5ed5..7943c4af 100644
--- a/Api/InstrumentIdentifierApi.cs
+++ b/Api/InstrumentIdentifierApi.cs
@@ -1367,7 +1367,7 @@ public ApiResponse< PatchInstrumentIdentifierRequest > PatchInstrumentIdentifier
localVarPostBody = patchInstrumentIdentifierRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PatchInstrumentIdentifier,PatchInstrumentIdentifierAsync,PatchInstrumentIdentifierWithHttpInfo,PatchInstrumentIdentifierAsyncWithHttpInfo"))
{
@@ -1508,7 +1508,7 @@ public async System.Threading.Tasks.Task PostInstrumentIdentifierWi
localVarPostBody = postInstrumentIdentifierRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostInstrumentIdentifier,PostInstrumentIdentifierAsync,PostInstrumentIdentifierWithHttpInfo,PostInstrumentIdentifierAsyncWithHttpInfo"))
{
@@ -1750,7 +1750,7 @@ public async System.Threading.Tasks.Task PostInstrumentIdentifierEnrollmentWithHttpInfo (strin
localVarPostBody = postInstrumentIdentifierEnrollmentRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostInstrumentIdentifierEnrollment,PostInstrumentIdentifierEnrollmentAsync,PostInstrumentIdentifierEnrollmentWithHttpInfo,PostInstrumentIdentifierEnrollmentAsyncWithHttpInfo"))
{
@@ -1999,7 +1999,7 @@ public async System.Threading.Tasks.Task> PostInstrumentIden
localVarPostBody = postInstrumentIdentifierEnrollmentRequest; // byte array
}
- String inboundMLEStatus = "false";
+ String inboundMLEStatus = "optional";
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "PostInstrumentIdentifierEnrollment,PostInstrumentIdentifierEnrollmentAsync,PostInstrumentIdentifierEnrollmentWithHttpInfo,PostInstrumentIdentifierEnrollmentAsyncWithHttpInfo"))
{
diff --git a/Api/ManageWebhooksApi.cs b/Api/ManageWebhooksApi.cs
index efa7d329..d25661f4 100644
--- a/Api/ManageWebhooksApi.cs
+++ b/Api/ManageWebhooksApi.cs
@@ -81,8 +81,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// List<InlineResponse2005>
- List GetWebhookSubscriptionsByOrg (string organizationId, string productId = null, string eventType = null);
+ /// List<InlineResponse2006>
+ List GetWebhookSubscriptionsByOrg (string organizationId, string productId = null, string eventType = null);
///
/// Get Details On All Created Webhooks
@@ -94,8 +94,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// ApiResponse of List<InlineResponse2005>
- ApiResponse> GetWebhookSubscriptionsByOrgWithHttpInfo (string organizationId, string productId = null, string eventType = null);
+ /// ApiResponse of List<InlineResponse2006>
+ ApiResponse> GetWebhookSubscriptionsByOrgWithHttpInfo (string organizationId, string productId = null, string eventType = null);
///
/// Test a Webhook Configuration
///
@@ -126,8 +126,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// InlineResponse2006
- InlineResponse2006 NotificationSubscriptionsV2WebhooksWebhookIdPatch (string webhookId, UpdateWebhook updateWebhook = null);
+ /// InlineResponse2007
+ InlineResponse2007 NotificationSubscriptionsV2WebhooksWebhookIdPatch (string webhookId, UpdateWebhook updateWebhook = null);
///
/// Update a Webhook Subscription
@@ -138,8 +138,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// ApiResponse of InlineResponse2006
- ApiResponse NotificationSubscriptionsV2WebhooksWebhookIdPatchWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null);
+ /// ApiResponse of InlineResponse2007
+ ApiResponse NotificationSubscriptionsV2WebhooksWebhookIdPatchWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null);
///
/// Update a Webhook Status
///
@@ -244,8 +244,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// Task of List<InlineResponse2005>
- System.Threading.Tasks.Task> GetWebhookSubscriptionsByOrgAsync (string organizationId, string productId = null, string eventType = null);
+ /// Task of List<InlineResponse2006>
+ System.Threading.Tasks.Task> GetWebhookSubscriptionsByOrgAsync (string organizationId, string productId = null, string eventType = null);
///
/// Get Details On All Created Webhooks
@@ -257,8 +257,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// Task of ApiResponse (List<InlineResponse2005>)
- System.Threading.Tasks.Task>> GetWebhookSubscriptionsByOrgAsyncWithHttpInfo (string organizationId, string productId = null, string eventType = null);
+ /// Task of ApiResponse (List<InlineResponse2006>)
+ System.Threading.Tasks.Task>> GetWebhookSubscriptionsByOrgAsyncWithHttpInfo (string organizationId, string productId = null, string eventType = null);
///
/// Test a Webhook Configuration
///
@@ -289,8 +289,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// Task of InlineResponse2006
- System.Threading.Tasks.Task NotificationSubscriptionsV2WebhooksWebhookIdPatchAsync (string webhookId, UpdateWebhook updateWebhook = null);
+ /// Task of InlineResponse2007
+ System.Threading.Tasks.Task NotificationSubscriptionsV2WebhooksWebhookIdPatchAsync (string webhookId, UpdateWebhook updateWebhook = null);
///
/// Update a Webhook Subscription
@@ -301,8 +301,8 @@ public interface IManageWebhooksApi : IApiAccessor
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// Task of ApiResponse (InlineResponse2006)
- System.Threading.Tasks.Task> NotificationSubscriptionsV2WebhooksWebhookIdPatchAsyncWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null);
+ /// Task of ApiResponse (InlineResponse2007)
+ System.Threading.Tasks.Task> NotificationSubscriptionsV2WebhooksWebhookIdPatchAsyncWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null);
///
/// Update a Webhook Status
///
@@ -960,12 +960,12 @@ public async System.Threading.Tasks.Task> GetWeb
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// List<InlineResponse2005>
- public List GetWebhookSubscriptionsByOrg (string organizationId, string productId = null, string eventType = null)
+ /// List<InlineResponse2006>
+ public List GetWebhookSubscriptionsByOrg (string organizationId, string productId = null, string eventType = null)
{
logger.Debug("CALLING API \"GetWebhookSubscriptionsByOrg\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = GetWebhookSubscriptionsByOrgWithHttpInfo(organizationId, productId, eventType);
+ ApiResponse> localVarResponse = GetWebhookSubscriptionsByOrgWithHttpInfo(organizationId, productId, eventType);
logger.Debug("CALLING API \"GetWebhookSubscriptionsByOrg\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -978,8 +978,8 @@ public List GetWebhookSubscriptionsByOrg (string organizatio
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// ApiResponse of List<InlineResponse2005>
- public ApiResponse< List > GetWebhookSubscriptionsByOrgWithHttpInfo (string organizationId, string productId = null, string eventType = null)
+ /// ApiResponse of List<InlineResponse2006>
+ public ApiResponse< List > GetWebhookSubscriptionsByOrgWithHttpInfo (string organizationId, string productId = null, string eventType = null)
{
LogUtility logUtility = new LogUtility();
@@ -1078,9 +1078,9 @@ public ApiResponse< List > GetWebhookSubscriptionsByOrgWithH
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
@@ -1090,12 +1090,12 @@ public ApiResponse< List > GetWebhookSubscriptionsByOrgWithH
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// Task of List<InlineResponse2005>
- public async System.Threading.Tasks.Task> GetWebhookSubscriptionsByOrgAsync (string organizationId, string productId = null, string eventType = null)
+ /// Task of List<InlineResponse2006>
+ public async System.Threading.Tasks.Task> GetWebhookSubscriptionsByOrgAsync (string organizationId, string productId = null, string eventType = null)
{
logger.Debug("CALLING API \"GetWebhookSubscriptionsByOrgAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = await GetWebhookSubscriptionsByOrgAsyncWithHttpInfo(organizationId, productId, eventType);
+ ApiResponse> localVarResponse = await GetWebhookSubscriptionsByOrgAsyncWithHttpInfo(organizationId, productId, eventType);
logger.Debug("CALLING API \"GetWebhookSubscriptionsByOrgAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -1109,8 +1109,8 @@ public async System.Threading.Tasks.Task> GetWebhookSub
/// The Organization Identifier.
/// The Product Identifier. (optional)
/// The Event Type. (optional)
- /// Task of ApiResponse (List<InlineResponse2005>)
- public async System.Threading.Tasks.Task>> GetWebhookSubscriptionsByOrgAsyncWithHttpInfo (string organizationId, string productId = null, string eventType = null)
+ /// Task of ApiResponse (List<InlineResponse2006>)
+ public async System.Threading.Tasks.Task>> GetWebhookSubscriptionsByOrgAsyncWithHttpInfo (string organizationId, string productId = null, string eventType = null)
{
LogUtility logUtility = new LogUtility();
@@ -1209,9 +1209,9 @@ public async System.Threading.Tasks.Task>>
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
/// Test a Webhook Configuration Test the webhook configuration by sending a sample webhook. Calling this endpoint sends a sample webhook to the endpoint identified in the user's subscription. It will contain sample values for the product & eventType based on values present in your subscription along with a sample message in the payload. Based on the webhook response users can make any necessary modifications or rest assured knowing their setup is configured correctly.
@@ -1451,12 +1451,12 @@ public async System.Threading.Tasks.Task> Notifi
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// InlineResponse2006
- public InlineResponse2006 NotificationSubscriptionsV2WebhooksWebhookIdPatch (string webhookId, UpdateWebhook updateWebhook = null)
+ /// InlineResponse2007
+ public InlineResponse2007 NotificationSubscriptionsV2WebhooksWebhookIdPatch (string webhookId, UpdateWebhook updateWebhook = null)
{
logger.Debug("CALLING API \"NotificationSubscriptionsV2WebhooksWebhookIdPatch\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = NotificationSubscriptionsV2WebhooksWebhookIdPatchWithHttpInfo(webhookId, updateWebhook);
+ ApiResponse localVarResponse = NotificationSubscriptionsV2WebhooksWebhookIdPatchWithHttpInfo(webhookId, updateWebhook);
logger.Debug("CALLING API \"NotificationSubscriptionsV2WebhooksWebhookIdPatch\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -1468,8 +1468,8 @@ public InlineResponse2006 NotificationSubscriptionsV2WebhooksWebhookIdPatch (str
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// ApiResponse of InlineResponse2006
- public ApiResponse< InlineResponse2006 > NotificationSubscriptionsV2WebhooksWebhookIdPatchWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null)
+ /// ApiResponse of InlineResponse2007
+ public ApiResponse< InlineResponse2007 > NotificationSubscriptionsV2WebhooksWebhookIdPatchWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null)
{
LogUtility logUtility = new LogUtility();
@@ -1555,9 +1555,9 @@ public ApiResponse< InlineResponse2006 > NotificationSubscriptionsV2WebhooksWebh
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2006) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2006))); // Return statement
+ (InlineResponse2007) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2007))); // Return statement
}
///
@@ -1566,12 +1566,12 @@ public ApiResponse< InlineResponse2006 > NotificationSubscriptionsV2WebhooksWebh
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// Task of InlineResponse2006
- public async System.Threading.Tasks.Task NotificationSubscriptionsV2WebhooksWebhookIdPatchAsync (string webhookId, UpdateWebhook updateWebhook = null)
+ /// Task of InlineResponse2007
+ public async System.Threading.Tasks.Task NotificationSubscriptionsV2WebhooksWebhookIdPatchAsync (string webhookId, UpdateWebhook updateWebhook = null)
{
logger.Debug("CALLING API \"NotificationSubscriptionsV2WebhooksWebhookIdPatchAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await NotificationSubscriptionsV2WebhooksWebhookIdPatchAsyncWithHttpInfo(webhookId, updateWebhook);
+ ApiResponse localVarResponse = await NotificationSubscriptionsV2WebhooksWebhookIdPatchAsyncWithHttpInfo(webhookId, updateWebhook);
logger.Debug("CALLING API \"NotificationSubscriptionsV2WebhooksWebhookIdPatchAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -1584,8 +1584,8 @@ public async System.Threading.Tasks.Task NotificationSubscri
/// Thrown when fails to make API call
/// The Webhook Identifier.
/// The webhook payload or changes to apply. (optional)
- /// Task of ApiResponse (InlineResponse2006)
- public async System.Threading.Tasks.Task> NotificationSubscriptionsV2WebhooksWebhookIdPatchAsyncWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null)
+ /// Task of ApiResponse (InlineResponse2007)
+ public async System.Threading.Tasks.Task> NotificationSubscriptionsV2WebhooksWebhookIdPatchAsyncWithHttpInfo (string webhookId, UpdateWebhook updateWebhook = null)
{
LogUtility logUtility = new LogUtility();
@@ -1671,9 +1671,9 @@ public async System.Threading.Tasks.Task> Notifi
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2006) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2006))); // Return statement
+ (InlineResponse2007) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2007))); // Return statement
}
///
/// Update a Webhook Status Users can update the status of a webhook subscription by calling this endpoint. The webhookId parameter in the URL path identifies the specific webhook subscription to be updated. The request body accepts the values ACTIVE or INACTIVE. If the subscription is set to INACTIVE, webhooks will not be delivered until the subscription is activated again.
diff --git a/Api/MerchantBoardingApi.cs b/Api/MerchantBoardingApi.cs
index 1aa2872b..aed95cbe 100644
--- a/Api/MerchantBoardingApi.cs
+++ b/Api/MerchantBoardingApi.cs
@@ -37,8 +37,8 @@ public interface IMerchantBoardingApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// InlineResponse2003
- InlineResponse2003 GetRegistration (string registrationId);
+ /// InlineResponse2004
+ InlineResponse2004 GetRegistration (string registrationId);
///
/// Gets all the information on a boarding registration
@@ -48,8 +48,8 @@ public interface IMerchantBoardingApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// ApiResponse of InlineResponse2003
- ApiResponse GetRegistrationWithHttpInfo (string registrationId);
+ /// ApiResponse of InlineResponse2004
+ ApiResponse GetRegistrationWithHttpInfo (string registrationId);
///
/// Create a boarding registration
///
@@ -83,8 +83,8 @@ public interface IMerchantBoardingApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// Task of InlineResponse2003
- System.Threading.Tasks.Task GetRegistrationAsync (string registrationId);
+ /// Task of InlineResponse2004
+ System.Threading.Tasks.Task GetRegistrationAsync (string registrationId);
///
/// Gets all the information on a boarding registration
@@ -94,8 +94,8 @@ public interface IMerchantBoardingApi : IApiAccessor
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// Task of ApiResponse (InlineResponse2003)
- System.Threading.Tasks.Task> GetRegistrationAsyncWithHttpInfo (string registrationId);
+ /// Task of ApiResponse (InlineResponse2004)
+ System.Threading.Tasks.Task> GetRegistrationAsyncWithHttpInfo (string registrationId);
///
/// Create a boarding registration
///
@@ -264,12 +264,12 @@ public void SetStatusCode(int? statusCode)
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// InlineResponse2003
- public InlineResponse2003 GetRegistration (string registrationId)
+ /// InlineResponse2004
+ public InlineResponse2004 GetRegistration (string registrationId)
{
logger.Debug("CALLING API \"GetRegistration\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = GetRegistrationWithHttpInfo(registrationId);
+ ApiResponse localVarResponse = GetRegistrationWithHttpInfo(registrationId);
logger.Debug("CALLING API \"GetRegistration\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -280,8 +280,8 @@ public InlineResponse2003 GetRegistration (string registrationId)
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// ApiResponse of InlineResponse2003
- public ApiResponse< InlineResponse2003 > GetRegistrationWithHttpInfo (string registrationId)
+ /// ApiResponse of InlineResponse2004
+ public ApiResponse< InlineResponse2004 > GetRegistrationWithHttpInfo (string registrationId)
{
LogUtility logUtility = new LogUtility();
@@ -370,9 +370,9 @@ public ApiResponse< InlineResponse2003 > GetRegistrationWithHttpInfo (string reg
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2003) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2003))); // Return statement
+ (InlineResponse2004) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2004))); // Return statement
}
///
@@ -380,12 +380,12 @@ public ApiResponse< InlineResponse2003 > GetRegistrationWithHttpInfo (string reg
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// Task of InlineResponse2003
- public async System.Threading.Tasks.Task GetRegistrationAsync (string registrationId)
+ /// Task of InlineResponse2004
+ public async System.Threading.Tasks.Task GetRegistrationAsync (string registrationId)
{
logger.Debug("CALLING API \"GetRegistrationAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = await GetRegistrationAsyncWithHttpInfo(registrationId);
+ ApiResponse localVarResponse = await GetRegistrationAsyncWithHttpInfo(registrationId);
logger.Debug("CALLING API \"GetRegistrationAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -397,8 +397,8 @@ public async System.Threading.Tasks.Task GetRegistrationAsyn
///
/// Thrown when fails to make API call
/// Identifies the boarding registration to be updated
- /// Task of ApiResponse (InlineResponse2003)
- public async System.Threading.Tasks.Task> GetRegistrationAsyncWithHttpInfo (string registrationId)
+ /// Task of ApiResponse (InlineResponse2004)
+ public async System.Threading.Tasks.Task> GetRegistrationAsyncWithHttpInfo (string registrationId)
{
LogUtility logUtility = new LogUtility();
@@ -487,9 +487,9 @@ public async System.Threading.Tasks.Task> GetReg
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse2003) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2003))); // Return statement
+ (InlineResponse2004) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse2004))); // Return statement
}
///
/// Create a boarding registration Boarding Product is specifically for resellers who onboard merchants to resell their services to merchants and help integrate REST API into their systems. The Boarding API is designed to simplify and streamline the onboarding process of merchants by enabling administrators and developers to: 1. Enable and Configure Products: The API helps in adding new products to an existing organization and configuring them to suit specific needs. 2. Update Merchant Information: The API allows for updating an organization's information efficiently. 3. Manage Payment Integration: It provides templates for secure payment integration and management.
diff --git a/Api/MerchantDefinedFieldsApi.cs b/Api/MerchantDefinedFieldsApi.cs
index 08803166..f87b5d9b 100644
--- a/Api/MerchantDefinedFieldsApi.cs
+++ b/Api/MerchantDefinedFieldsApi.cs
@@ -38,8 +38,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// List<InlineResponse2002>
- List CreateMerchantDefinedFieldDefinition (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
+ /// List<InlineResponse2003>
+ List CreateMerchantDefinedFieldDefinition (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
///
/// Create merchant defined field for a given reference type
@@ -50,8 +50,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// ApiResponse of List<InlineResponse2002>
- ApiResponse> CreateMerchantDefinedFieldDefinitionWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
+ /// ApiResponse of List<InlineResponse2003>
+ ApiResponse> CreateMerchantDefinedFieldDefinitionWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
///
/// Delete a MerchantDefinedField by ID
///
@@ -83,8 +83,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// List<InlineResponse2002>
- List GetMerchantDefinedFieldsDefinitions (string referenceType);
+ /// List<InlineResponse2003>
+ List GetMerchantDefinedFieldsDefinitions (string referenceType);
///
/// Get all merchant defined fields for a given reference type
@@ -94,8 +94,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// ApiResponse of List<InlineResponse2002>
- ApiResponse> GetMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType);
+ /// ApiResponse of List<InlineResponse2003>
+ ApiResponse> GetMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType);
///
/// Update a MerchantDefinedField by ID
///
@@ -106,8 +106,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
///
///
- /// List<InlineResponse2002>
- List PutMerchantDefinedFieldsDefinitions (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
+ /// List<InlineResponse2003>
+ List PutMerchantDefinedFieldsDefinitions (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
///
/// Update a MerchantDefinedField by ID
@@ -119,8 +119,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
///
///
- /// ApiResponse of List<InlineResponse2002>
- ApiResponse> PutMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
+ /// ApiResponse of List<InlineResponse2003>
+ ApiResponse> PutMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
#endregion Synchronous Operations
#region Asynchronous Operations
///
@@ -132,8 +132,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// Task of List<InlineResponse2002>
- System.Threading.Tasks.Task> CreateMerchantDefinedFieldDefinitionAsync (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
+ /// Task of List<InlineResponse2003>
+ System.Threading.Tasks.Task> CreateMerchantDefinedFieldDefinitionAsync (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
///
/// Create merchant defined field for a given reference type
@@ -144,8 +144,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// Task of ApiResponse (List<InlineResponse2002>)
- System.Threading.Tasks.Task>> CreateMerchantDefinedFieldDefinitionAsyncWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
+ /// Task of ApiResponse (List<InlineResponse2003>)
+ System.Threading.Tasks.Task>> CreateMerchantDefinedFieldDefinitionAsyncWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest);
///
/// Delete a MerchantDefinedField by ID
///
@@ -177,8 +177,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// Task of List<InlineResponse2002>
- System.Threading.Tasks.Task> GetMerchantDefinedFieldsDefinitionsAsync (string referenceType);
+ /// Task of List<InlineResponse2003>
+ System.Threading.Tasks.Task> GetMerchantDefinedFieldsDefinitionsAsync (string referenceType);
///
/// Get all merchant defined fields for a given reference type
@@ -188,8 +188,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// Task of ApiResponse (List<InlineResponse2002>)
- System.Threading.Tasks.Task>> GetMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType);
+ /// Task of ApiResponse (List<InlineResponse2003>)
+ System.Threading.Tasks.Task>> GetMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType);
///
/// Update a MerchantDefinedField by ID
///
@@ -200,8 +200,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
///
///
- /// Task of List<InlineResponse2002>
- System.Threading.Tasks.Task> PutMerchantDefinedFieldsDefinitionsAsync (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
+ /// Task of List<InlineResponse2003>
+ System.Threading.Tasks.Task> PutMerchantDefinedFieldsDefinitionsAsync (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
///
/// Update a MerchantDefinedField by ID
@@ -213,8 +213,8 @@ public interface IMerchantDefinedFieldsApi : IApiAccessor
///
///
///
- /// Task of ApiResponse (List<InlineResponse2002>)
- System.Threading.Tasks.Task>> PutMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
+ /// Task of ApiResponse (List<InlineResponse2003>)
+ System.Threading.Tasks.Task>> PutMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore);
#endregion Asynchronous Operations
}
@@ -361,12 +361,12 @@ public void SetStatusCode(int? statusCode)
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// List<InlineResponse2002>
- public List CreateMerchantDefinedFieldDefinition (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
+ /// List<InlineResponse2003>
+ public List CreateMerchantDefinedFieldDefinition (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
{
logger.Debug("CALLING API \"CreateMerchantDefinedFieldDefinition\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = CreateMerchantDefinedFieldDefinitionWithHttpInfo(referenceType, merchantDefinedFieldDefinitionRequest);
+ ApiResponse> localVarResponse = CreateMerchantDefinedFieldDefinitionWithHttpInfo(referenceType, merchantDefinedFieldDefinitionRequest);
logger.Debug("CALLING API \"CreateMerchantDefinedFieldDefinition\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -378,8 +378,8 @@ public List CreateMerchantDefinedFieldDefinition (string ref
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// ApiResponse of List<InlineResponse2002>
- public ApiResponse< List > CreateMerchantDefinedFieldDefinitionWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
+ /// ApiResponse of List<InlineResponse2003>
+ public ApiResponse< List > CreateMerchantDefinedFieldDefinitionWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
{
LogUtility logUtility = new LogUtility();
@@ -471,9 +471,9 @@ public ApiResponse< List > CreateMerchantDefinedFieldDefinit
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
@@ -482,12 +482,12 @@ public ApiResponse< List > CreateMerchantDefinedFieldDefinit
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// Task of List<InlineResponse2002>
- public async System.Threading.Tasks.Task> CreateMerchantDefinedFieldDefinitionAsync (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
+ /// Task of List<InlineResponse2003>
+ public async System.Threading.Tasks.Task> CreateMerchantDefinedFieldDefinitionAsync (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
{
logger.Debug("CALLING API \"CreateMerchantDefinedFieldDefinitionAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = await CreateMerchantDefinedFieldDefinitionAsyncWithHttpInfo(referenceType, merchantDefinedFieldDefinitionRequest);
+ ApiResponse> localVarResponse = await CreateMerchantDefinedFieldDefinitionAsyncWithHttpInfo(referenceType, merchantDefinedFieldDefinitionRequest);
logger.Debug("CALLING API \"CreateMerchantDefinedFieldDefinitionAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -500,8 +500,8 @@ public async System.Threading.Tasks.Task> CreateMerchan
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
///
- /// Task of ApiResponse (List<InlineResponse2002>)
- public async System.Threading.Tasks.Task>> CreateMerchantDefinedFieldDefinitionAsyncWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
+ /// Task of ApiResponse (List<InlineResponse2003>)
+ public async System.Threading.Tasks.Task>> CreateMerchantDefinedFieldDefinitionAsyncWithHttpInfo (string referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
{
LogUtility logUtility = new LogUtility();
@@ -593,9 +593,9 @@ public async System.Threading.Tasks.Task>>
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
/// Delete a MerchantDefinedField by ID
@@ -856,12 +856,12 @@ public async System.Threading.Tasks.Task> DeleteMerchantDefi
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// List<InlineResponse2002>
- public List GetMerchantDefinedFieldsDefinitions (string referenceType)
+ /// List<InlineResponse2003>
+ public List GetMerchantDefinedFieldsDefinitions (string referenceType)
{
logger.Debug("CALLING API \"GetMerchantDefinedFieldsDefinitions\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = GetMerchantDefinedFieldsDefinitionsWithHttpInfo(referenceType);
+ ApiResponse> localVarResponse = GetMerchantDefinedFieldsDefinitionsWithHttpInfo(referenceType);
logger.Debug("CALLING API \"GetMerchantDefinedFieldsDefinitions\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -872,8 +872,8 @@ public List GetMerchantDefinedFieldsDefinitions (string refe
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// ApiResponse of List<InlineResponse2002>
- public ApiResponse< List > GetMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType)
+ /// ApiResponse of List<InlineResponse2003>
+ public ApiResponse< List > GetMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType)
{
LogUtility logUtility = new LogUtility();
@@ -962,9 +962,9 @@ public ApiResponse< List > GetMerchantDefinedFieldsDefinitio
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
@@ -972,12 +972,12 @@ public ApiResponse< List > GetMerchantDefinedFieldsDefinitio
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// Task of List<InlineResponse2002>
- public async System.Threading.Tasks.Task> GetMerchantDefinedFieldsDefinitionsAsync (string referenceType)
+ /// Task of List<InlineResponse2003>
+ public async System.Threading.Tasks.Task> GetMerchantDefinedFieldsDefinitionsAsync (string referenceType)
{
logger.Debug("CALLING API \"GetMerchantDefinedFieldsDefinitionsAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = await GetMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo(referenceType);
+ ApiResponse> localVarResponse = await GetMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo(referenceType);
logger.Debug("CALLING API \"GetMerchantDefinedFieldsDefinitionsAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -989,8 +989,8 @@ public async System.Threading.Tasks.Task> GetMerchantDe
///
/// Thrown when fails to make API call
/// The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation
- /// Task of ApiResponse (List<InlineResponse2002>)
- public async System.Threading.Tasks.Task>> GetMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType)
+ /// Task of ApiResponse (List<InlineResponse2003>)
+ public async System.Threading.Tasks.Task>> GetMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType)
{
LogUtility logUtility = new LogUtility();
@@ -1079,9 +1079,9 @@ public async System.Threading.Tasks.Task>>
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
/// Update a MerchantDefinedField by ID
@@ -1090,12 +1090,12 @@ public async System.Threading.Tasks.Task>>
///
///
///
- /// List<InlineResponse2002>
- public List PutMerchantDefinedFieldsDefinitions (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
+ /// List<InlineResponse2003>
+ public List PutMerchantDefinedFieldsDefinitions (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
{
logger.Debug("CALLING API \"PutMerchantDefinedFieldsDefinitions\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = PutMerchantDefinedFieldsDefinitionsWithHttpInfo(referenceType, id, merchantDefinedFieldCore);
+ ApiResponse> localVarResponse = PutMerchantDefinedFieldsDefinitionsWithHttpInfo(referenceType, id, merchantDefinedFieldCore);
logger.Debug("CALLING API \"PutMerchantDefinedFieldsDefinitions\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -1108,8 +1108,8 @@ public List PutMerchantDefinedFieldsDefinitions (string refe
///
///
///
- /// ApiResponse of List<InlineResponse2002>
- public ApiResponse< List > PutMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
+ /// ApiResponse of List<InlineResponse2003>
+ public ApiResponse< List > PutMerchantDefinedFieldsDefinitionsWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
{
LogUtility logUtility = new LogUtility();
@@ -1212,9 +1212,9 @@ public ApiResponse< List > PutMerchantDefinedFieldsDefinitio
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
///
@@ -1224,12 +1224,12 @@ public ApiResponse< List > PutMerchantDefinedFieldsDefinitio
///
///
///
- /// Task of List<InlineResponse2002>
- public async System.Threading.Tasks.Task> PutMerchantDefinedFieldsDefinitionsAsync (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
+ /// Task of List<InlineResponse2003>
+ public async System.Threading.Tasks.Task> PutMerchantDefinedFieldsDefinitionsAsync (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
{
logger.Debug("CALLING API \"PutMerchantDefinedFieldsDefinitionsAsync\" STARTED");
this.SetStatusCode(null);
- ApiResponse> localVarResponse = await PutMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo(referenceType, id, merchantDefinedFieldCore);
+ ApiResponse> localVarResponse = await PutMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo(referenceType, id, merchantDefinedFieldCore);
logger.Debug("CALLING API \"PutMerchantDefinedFieldsDefinitionsAsync\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -1243,8 +1243,8 @@ public async System.Threading.Tasks.Task> PutMerchantDe
///
///
///
- /// Task of ApiResponse (List<InlineResponse2002>)
- public async System.Threading.Tasks.Task>> PutMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
+ /// Task of ApiResponse (List<InlineResponse2003>)
+ public async System.Threading.Tasks.Task>> PutMerchantDefinedFieldsDefinitionsAsyncWithHttpInfo (string referenceType, long? id, MerchantDefinedFieldCore merchantDefinedFieldCore)
{
LogUtility logUtility = new LogUtility();
@@ -1347,9 +1347,9 @@ public async System.Threading.Tasks.Task>>
}
}
- return new ApiResponse>(localVarStatusCode,
+ return new ApiResponse>(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
+ (List) Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); // Return statement
}
}
}
diff --git a/Api/OffersApi.cs b/Api/OffersApi.cs
index 3ac77357..caea1c18 100644
--- a/Api/OffersApi.cs
+++ b/Api/OffersApi.cs
@@ -73,8 +73,8 @@ public interface IOffersApi : IApiAccessor
///
///
/// Request ID generated by Cybersource. This was sent in the header on the request. Echo value from v-c-request-id
- /// InlineResponse20014
- InlineResponse20014 GetOffer (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
+ /// InlineResponse20015
+ InlineResponse20015 GetOffer (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
///
/// Retrieve an Offer
@@ -89,8 +89,8 @@ public interface IOffersApi : IApiAccessor
///
///
/// Request ID generated by Cybersource. This was sent in the header on the request. Echo value from v-c-request-id
- /// ApiResponse of InlineResponse20014
- ApiResponse GetOfferWithHttpInfo (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
+ /// ApiResponse of InlineResponse20015
+ ApiResponse GetOfferWithHttpInfo (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
#endregion Synchronous Operations
#region Asynchronous Operations
///
@@ -137,8 +137,8 @@ public interface IOffersApi : IApiAccessor
///
///
/// Request ID generated by Cybersource. This was sent in the header on the request. Echo value from v-c-request-id
- /// Task of InlineResponse20014
- System.Threading.Tasks.Task GetOfferAsync (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
+ /// Task of InlineResponse20015
+ System.Threading.Tasks.Task GetOfferAsync (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
///
/// Retrieve an Offer
@@ -153,8 +153,8 @@ public interface IOffersApi : IApiAccessor
///
///
/// Request ID generated by Cybersource. This was sent in the header on the request. Echo value from v-c-request-id
- /// Task of ApiResponse (InlineResponse20014)
- System.Threading.Tasks.Task> GetOfferAsyncWithHttpInfo (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
+ /// Task of ApiResponse (InlineResponse20015)
+ System.Threading.Tasks.Task> GetOfferAsyncWithHttpInfo (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id);
#endregion Asynchronous Operations
}
@@ -641,12 +641,12 @@ public async System.Threading.Tasks.Task> Create
///
///
/// Request ID generated by Cybersource. This was sent in the header on the request. Echo value from v-c-request-id
- /// InlineResponse20014
- public InlineResponse20014 GetOffer (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id)
+ /// InlineResponse20015
+ public InlineResponse20015 GetOffer (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id)
{
logger.Debug("CALLING API \"GetOffer\" STARTED");
this.SetStatusCode(null);
- ApiResponse localVarResponse = GetOfferWithHttpInfo(contentType, xRequestid, vCMerchantId, vCCorrelationId, vCOrganizationId, id);
+ ApiResponse localVarResponse = GetOfferWithHttpInfo(contentType, xRequestid, vCMerchantId, vCCorrelationId, vCOrganizationId, id);
logger.Debug("CALLING API \"GetOffer\" ENDED");
this.SetStatusCode(localVarResponse.StatusCode);
return localVarResponse.Data;
@@ -662,8 +662,8 @@ public InlineResponse20014 GetOffer (string contentType, string xRequestid, stri
///
///
/// Request ID generated by Cybersource. This was sent in the header on the request. Echo value from v-c-request-id
- /// ApiResponse of InlineResponse20014
- public ApiResponse< InlineResponse20014 > GetOfferWithHttpInfo (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id)
+ /// ApiResponse of InlineResponse20015
+ public ApiResponse< InlineResponse20015 > GetOfferWithHttpInfo (string contentType, string xRequestid, string vCMerchantId, string vCCorrelationId, string vCOrganizationId, string id)
{
LogUtility logUtility = new LogUtility();
@@ -802,9 +802,9 @@ public ApiResponse< InlineResponse20014 > GetOfferWithHttpInfo (string contentTy
}
}
- return new ApiResponse(localVarStatusCode,
+ return new ApiResponse(localVarStatusCode,
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
- (InlineResponse20014) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20014))); // Return statement
+ (InlineResponse20015) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InlineResponse20015))); // Return statement
}
///
@@ -817,12 +817,12 @@ public ApiResponse< InlineResponse20014 > GetOfferWithHttpInfo (string contentTy
///