Skip to content

Commit

Permalink
Merge pull request #177 from CyberSource/July-24-release
Browse files Browse the repository at this point in the history
July 24 release
  • Loading branch information
monu-kumar-visa authored Jun 28, 2024
2 parents 78b5532 + 9b7a489 commit b8e276b
Show file tree
Hide file tree
Showing 426 changed files with 2,195 additions and 7,995 deletions.
32 changes: 16 additions & 16 deletions Api/TransactionBatchesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get Individual Batch File
/// </summary>
/// <remarks>
/// Provide the search range
/// This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand All @@ -67,7 +67,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get Individual Batch File
/// </summary>
/// <remarks>
/// Provide the search range
/// This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand All @@ -77,7 +77,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get a List of Batch Files
/// </summary>
/// <remarks>
/// Provide the search range
/// Provide the date and time search range to get a list of Batch Files ready for settlement
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand All @@ -89,7 +89,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get a List of Batch Files
/// </summary>
/// <remarks>
/// Provide the search range
/// Provide the date and time search range to get a list of Batch Files ready for settlement
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand Down Expand Up @@ -127,7 +127,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get Individual Batch File
/// </summary>
/// <remarks>
/// Provide the search range
/// This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand All @@ -138,7 +138,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get Individual Batch File
/// </summary>
/// <remarks>
/// Provide the search range
/// This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand All @@ -148,7 +148,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get a List of Batch Files
/// </summary>
/// <remarks>
/// Provide the search range
/// Provide the date and time search range to get a list of Batch Files ready for settlement
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand All @@ -160,7 +160,7 @@ public interface ITransactionBatchesApi : IApiAccessor
/// Get a List of Batch Files
/// </summary>
/// <remarks>
/// Provide the search range
/// Provide the date and time search range to get a list of Batch Files ready for settlement
/// </remarks>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand Down Expand Up @@ -524,7 +524,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> GetTransactionBatc
localVarResponse.Content); // Return statement
}
/// <summary>
/// Get Individual Batch File Provide the search range
/// Get Individual Batch File This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand All @@ -540,7 +540,7 @@ public PtsV1TransactionBatchesIdGet200Response GetTransactionBatchId (string id)
}

/// <summary>
/// Get Individual Batch File Provide the search range
/// Get Individual Batch File This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand Down Expand Up @@ -618,7 +618,7 @@ public ApiResponse< PtsV1TransactionBatchesIdGet200Response > GetTransactionBatc
}

/// <summary>
/// Get Individual Batch File Provide the search range
/// Get Individual Batch File This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand All @@ -635,7 +635,7 @@ public async System.Threading.Tasks.Task<PtsV1TransactionBatchesIdGet200Response
}

/// <summary>
/// Get Individual Batch File Provide the search range
/// Get Individual Batch File This API provides details like upload date, completion date, transaction count and accepted and rejected transaction count of the individual batch file using the batch id
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="id">The batch id assigned for the template.</param>
Expand Down Expand Up @@ -712,7 +712,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV1TransactionBatchesIdGe
(PtsV1TransactionBatchesIdGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV1TransactionBatchesIdGet200Response))); // Return statement
}
/// <summary>
/// Get a List of Batch Files Provide the search range
/// Get a List of Batch Files Provide the date and time search range to get a list of Batch Files ready for settlement
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand All @@ -729,7 +729,7 @@ public PtsV1TransactionBatchesGet200Response GetTransactionBatches (DateTime? st
}

/// <summary>
/// Get a List of Batch Files Provide the search range
/// Get a List of Batch Files Provide the date and time search range to get a list of Batch Files ready for settlement
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand Down Expand Up @@ -819,7 +819,7 @@ public ApiResponse< PtsV1TransactionBatchesGet200Response > GetTransactionBatche
}

/// <summary>
/// Get a List of Batch Files Provide the search range
/// Get a List of Batch Files Provide the date and time search range to get a list of Batch Files ready for settlement
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand All @@ -837,7 +837,7 @@ public async System.Threading.Tasks.Task<PtsV1TransactionBatchesGet200Response>
}

/// <summary>
/// Get a List of Batch Files Provide the search range
/// Get a List of Batch Files Provide the date and time search range to get a list of Batch Files ready for settlement
/// </summary>
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="startTime">Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSSZZ </param>
Expand Down
10 changes: 1 addition & 9 deletions Model/Accountupdaterv1batchesIncludedTokens.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@ protected Accountupdaterv1batchesIncludedTokens() { }
/// <param name="ExpirationYear">ExpirationYear.</param>
public Accountupdaterv1batchesIncludedTokens(string Id = default(string), string ExpirationMonth = default(string), string ExpirationYear = default(string))
{
// to ensure "Id" is required (not null)
if (Id == null)
{
throw new InvalidDataException("Id is a required property for Accountupdaterv1batchesIncludedTokens and cannot be null");
}
else
{
this.Id = Id;
}
this.Id = Id;
this.ExpirationMonth = ExpirationMonth;
this.ExpirationYear = ExpirationYear;
}
Expand Down
10 changes: 1 addition & 9 deletions Model/Boardingv1registrationsIntegrationInformationOauth2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@ protected Boardingv1registrationsIntegrationInformationOauth2() { }
/// <param name="State">State.</param>
public Boardingv1registrationsIntegrationInformationOauth2(string ClientId = default(string), string State = default(string))
{
// to ensure "ClientId" is required (not null)
if (ClientId == null)
{
throw new InvalidDataException("ClientId is a required property for Boardingv1registrationsIntegrationInformationOauth2 and cannot be null");
}
else
{
this.ClientId = ClientId;
}
this.ClientId = ClientId;
this.State = State;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@ protected Boardingv1registrationsIntegrationInformationTenantConfigurations() {
/// <param name="TenantInformation">TenantInformation.</param>
public Boardingv1registrationsIntegrationInformationTenantConfigurations(string SolutionId = default(string), Boardingv1registrationsIntegrationInformationTenantInformation TenantInformation = default(Boardingv1registrationsIntegrationInformationTenantInformation))
{
// to ensure "SolutionId" is required (not null)
if (SolutionId == null)
{
throw new InvalidDataException("SolutionId is a required property for Boardingv1registrationsIntegrationInformationTenantConfigurations and cannot be null");
}
else
{
this.SolutionId = SolutionId;
}
this.SolutionId = SolutionId;
this.TenantInformation = TenantInformation;
}

Expand Down Expand Up @@ -151,13 +143,6 @@ public override int GetHashCode()
/// <returns>Validation Result</returns>
IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
{
// SolutionId (string) pattern
Regex regexSolutionId = new Regex(@"^[0-9a-zA-Z_]+$", RegexOptions.CultureInvariant);
if (false == regexSolutionId.Match(this.SolutionId).Success)
{
yield return new System.ComponentModel.DataAnnotations.ValidationResult("Invalid value for SolutionId, must match a pattern of " + regexSolutionId, new [] { "SolutionId" });
}

yield break;
}
}
Expand Down
24 changes: 1 addition & 23 deletions Model/Boardingv1registrationsOrganizationInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,6 @@ protected Boardingv1registrationsOrganizationInformation() { }
/// <param name="Owners">Owners.</param>
public Boardingv1registrationsOrganizationInformation(string OrganizationId = default(string), string ParentOrganizationId = default(string), TypeEnum? Type = default(TypeEnum?), StatusEnum? Status = default(StatusEnum?), bool? Configurable = false, Boardingv1registrationsOrganizationInformationBusinessInformation BusinessInformation = default(Boardingv1registrationsOrganizationInformationBusinessInformation), Boardingv1registrationsOrganizationInformationKYC KYC = default(Boardingv1registrationsOrganizationInformationKYC), List<Boardingv1registrationsOrganizationInformationOwners> Owners = default(List<Boardingv1registrationsOrganizationInformationOwners>))
{
// to ensure "BusinessInformation" is required (not null)
if (BusinessInformation == null)
{
throw new InvalidDataException("BusinessInformation is a required property for Boardingv1registrationsOrganizationInformation and cannot be null");
}
else
{
this.BusinessInformation = BusinessInformation;
}
this.OrganizationId = OrganizationId;
this.ParentOrganizationId = ParentOrganizationId;
this.Type = Type;
Expand All @@ -134,6 +125,7 @@ protected Boardingv1registrationsOrganizationInformation() { }
{
this.Configurable = Configurable;
}
this.BusinessInformation = BusinessInformation;
this.KYC = KYC;
this.Owners = Owners;
}
Expand Down Expand Up @@ -324,20 +316,6 @@ public override int GetHashCode()
/// <returns>Validation Result</returns>
IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
{
// OrganizationId (string) pattern
Regex regexOrganizationId = new Regex(@"^[0-9a-zA-Z_]+$", RegexOptions.CultureInvariant);
if (false == regexOrganizationId.Match(this.OrganizationId).Success)
{
yield return new System.ComponentModel.DataAnnotations.ValidationResult("Invalid value for OrganizationId, must match a pattern of " + regexOrganizationId, new [] { "OrganizationId" });
}

// ParentOrganizationId (string) pattern
Regex regexParentOrganizationId = new Regex(@"^[0-9a-zA-Z_]+$", RegexOptions.CultureInvariant);
if (false == regexParentOrganizationId.Match(this.ParentOrganizationId).Success)
{
yield return new System.ComponentModel.DataAnnotations.ValidationResult("Invalid value for ParentOrganizationId, must match a pattern of " + regexParentOrganizationId, new [] { "ParentOrganizationId" });
}

yield break;
}
}
Expand Down
Loading

0 comments on commit b8e276b

Please sign in to comment.