Skip to content

Commit

Permalink
Merge pull request #175 from CyberSource/june-2024-release
Browse files Browse the repository at this point in the history
June 2024 release
  • Loading branch information
monu-kumar-visa authored May 27, 2024
2 parents b318784 + 9d2c528 commit 78b5532
Show file tree
Hide file tree
Showing 41 changed files with 413 additions and 126 deletions.
16 changes: 8 additions & 8 deletions Api/InvoicesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public interface IInvoicesApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>InvoicingV2InvoicesAllGet200Response</returns>
InvoicingV2InvoicesAllGet200Response GetAllInvoices (int? offset, int? limit, string status = null);

Expand All @@ -70,7 +70,7 @@ public interface IInvoicesApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>ApiResponse of InvoicingV2InvoicesAllGet200Response</returns>
ApiResponse<InvoicingV2InvoicesAllGet200Response> GetAllInvoicesWithHttpInfo (int? offset, int? limit, string status = null);
/// <summary>
Expand Down Expand Up @@ -191,7 +191,7 @@ public interface IInvoicesApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>Task of InvoicingV2InvoicesAllGet200Response</returns>
System.Threading.Tasks.Task<InvoicingV2InvoicesAllGet200Response> GetAllInvoicesAsync (int? offset, int? limit, string status = null);

Expand All @@ -204,7 +204,7 @@ public interface IInvoicesApi : IApiAccessor
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>Task of ApiResponse (InvoicingV2InvoicesAllGet200Response)</returns>
System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesAllGet200Response>> GetAllInvoicesAsyncWithHttpInfo (int? offset, int? limit, string status = null);
/// <summary>
Expand Down Expand Up @@ -645,7 +645,7 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesPost201R
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>InvoicingV2InvoicesAllGet200Response</returns>
public InvoicingV2InvoicesAllGet200Response GetAllInvoices (int? offset, int? limit, string status = null)
{
Expand All @@ -663,7 +663,7 @@ public InvoicingV2InvoicesAllGet200Response GetAllInvoices (int? offset, int? li
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>ApiResponse of InvoicingV2InvoicesAllGet200Response</returns>
public ApiResponse< InvoicingV2InvoicesAllGet200Response > GetAllInvoicesWithHttpInfo (int? offset, int? limit, string status = null)
{
Expand Down Expand Up @@ -762,7 +762,7 @@ public ApiResponse< InvoicingV2InvoicesAllGet200Response > GetAllInvoicesWithHtt
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>Task of InvoicingV2InvoicesAllGet200Response</returns>
public async System.Threading.Tasks.Task<InvoicingV2InvoicesAllGet200Response> GetAllInvoicesAsync (int? offset, int? limit, string status = null)
{
Expand All @@ -781,7 +781,7 @@ public async System.Threading.Tasks.Task<InvoicingV2InvoicesAllGet200Response> G
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="offset">Page offset number.</param>
/// <param name="limit">Maximum number of items you would like returned.</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED (optional)</param>
/// <param name="status">The status of the invoice. Possible values: - DRAFT - CREATED - SENT - PARTIAL - PAID - CANCELED - PENDING (optional)</param>
/// <returns>Task of ApiResponse (InvoicingV2InvoicesAllGet200Response)</returns>
public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesAllGet200Response>> GetAllInvoicesAsyncWithHttpInfo (int? offset, int? limit, string status = null)
{
Expand Down
Loading

0 comments on commit 78b5532

Please sign in to comment.