Skip to content

Commit 4f7629d

Browse files
monu-kumar-visasachshetgaubansa
authored
Oct release (#162)
* Nlog update * spec changes for oct release * changing the dependency version in mustache file * added disclaimer in beta api methods and README file. * removed validation due to incorrect regex * renaming the long file * Revert "removed validation due to incorrect regex" This reverts commit 3199347. * Revert "added disclaimer in beta api methods and README file." This reverts commit e271684. * files renamed through sdk gen * Revert "Revert "added disclaimer in beta api methods and README file."" This reverts commit 56f9332. * Revert "Revert "removed validation due to incorrect regex"" This reverts commit 61f3e30. * nlog version update * version update * version update in mustache file --------- Co-authored-by: Shetty <[email protected]> Co-authored-by: Gaurav Bansal <[email protected]>
1 parent 859cfc7 commit 4f7629d

File tree

713 files changed

+86296
-1440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

713 files changed

+86296
-1440
lines changed

Api/BatchesApi.cs

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

Api/CreateNewWebhooksApi.cs

Lines changed: 938 additions & 0 deletions
Large diffs are not rendered by default.

Api/InvoiceSettingsApi.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
3131
/// Get Invoice Settings
3232
/// </summary>
3333
/// <remarks>
34-
/// Get the invoice settings for the invoice payment page.
34+
/// Allows you to retrieve the invoice settings for the payment page.
3535
/// </remarks>
3636
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
3737
/// <returns>InvoicingV2InvoiceSettingsGet200Response</returns>
@@ -41,7 +41,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
4141
/// Get Invoice Settings
4242
/// </summary>
4343
/// <remarks>
44-
/// Get the invoice settings for the invoice payment page.
44+
/// Allows you to retrieve the invoice settings for the payment page.
4545
/// </remarks>
4646
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
4747
/// <returns>ApiResponse of InvoicingV2InvoiceSettingsGet200Response</returns>
@@ -50,7 +50,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
5050
/// Update Invoice Settings
5151
/// </summary>
5252
/// <remarks>
53-
/// Update invoice settings for the invoice payment page.
53+
/// Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
5454
/// </remarks>
5555
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
5656
/// <param name="invoiceSettingsRequest"></param>
@@ -61,7 +61,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
6161
/// Update Invoice Settings
6262
/// </summary>
6363
/// <remarks>
64-
/// Update invoice settings for the invoice payment page.
64+
/// Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
6565
/// </remarks>
6666
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
6767
/// <param name="invoiceSettingsRequest"></param>
@@ -73,7 +73,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
7373
/// Get Invoice Settings
7474
/// </summary>
7575
/// <remarks>
76-
/// Get the invoice settings for the invoice payment page.
76+
/// Allows you to retrieve the invoice settings for the payment page.
7777
/// </remarks>
7878
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
7979
/// <returns>Task of InvoicingV2InvoiceSettingsGet200Response</returns>
@@ -83,7 +83,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
8383
/// Get Invoice Settings
8484
/// </summary>
8585
/// <remarks>
86-
/// Get the invoice settings for the invoice payment page.
86+
/// Allows you to retrieve the invoice settings for the payment page.
8787
/// </remarks>
8888
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
8989
/// <returns>Task of ApiResponse (InvoicingV2InvoiceSettingsGet200Response)</returns>
@@ -92,7 +92,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
9292
/// Update Invoice Settings
9393
/// </summary>
9494
/// <remarks>
95-
/// Update invoice settings for the invoice payment page.
95+
/// Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
9696
/// </remarks>
9797
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
9898
/// <param name="invoiceSettingsRequest"></param>
@@ -103,7 +103,7 @@ public interface IInvoiceSettingsApi : IApiAccessor
103103
/// Update Invoice Settings
104104
/// </summary>
105105
/// <remarks>
106-
/// Update invoice settings for the invoice payment page.
106+
/// Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
107107
/// </remarks>
108108
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
109109
/// <param name="invoiceSettingsRequest"></param>
@@ -250,7 +250,7 @@ public void SetStatusCode(int? statusCode)
250250
}
251251

252252
/// <summary>
253-
/// Get Invoice Settings Get the invoice settings for the invoice payment page.
253+
/// Get Invoice Settings Allows you to retrieve the invoice settings for the payment page.
254254
/// </summary>
255255
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
256256
/// <returns>InvoicingV2InvoiceSettingsGet200Response</returns>
@@ -265,7 +265,7 @@ public InvoicingV2InvoiceSettingsGet200Response GetInvoiceSettings ()
265265
}
266266

267267
/// <summary>
268-
/// Get Invoice Settings Get the invoice settings for the invoice payment page.
268+
/// Get Invoice Settings Allows you to retrieve the invoice settings for the payment page.
269269
/// </summary>
270270
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
271271
/// <returns>ApiResponse of InvoicingV2InvoiceSettingsGet200Response</returns>
@@ -334,7 +334,7 @@ public ApiResponse< InvoicingV2InvoiceSettingsGet200Response > GetInvoiceSetting
334334
}
335335

336336
/// <summary>
337-
/// Get Invoice Settings Get the invoice settings for the invoice payment page.
337+
/// Get Invoice Settings Allows you to retrieve the invoice settings for the payment page.
338338
/// </summary>
339339
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
340340
/// <returns>Task of InvoicingV2InvoiceSettingsGet200Response</returns>
@@ -350,7 +350,7 @@ public async System.Threading.Tasks.Task<InvoicingV2InvoiceSettingsGet200Respons
350350
}
351351

352352
/// <summary>
353-
/// Get Invoice Settings Get the invoice settings for the invoice payment page.
353+
/// Get Invoice Settings Allows you to retrieve the invoice settings for the payment page.
354354
/// </summary>
355355
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
356356
/// <returns>Task of ApiResponse (InvoicingV2InvoiceSettingsGet200Response)</returns>
@@ -418,7 +418,7 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoiceSettingsG
418418
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response))); // Return statement
419419
}
420420
/// <summary>
421-
/// Update Invoice Settings Update invoice settings for the invoice payment page.
421+
/// Update Invoice Settings Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
422422
/// </summary>
423423
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
424424
/// <param name="invoiceSettingsRequest"></param>
@@ -434,7 +434,7 @@ public InvoicingV2InvoiceSettingsGet200Response UpdateInvoiceSettings (InvoiceSe
434434
}
435435

436436
/// <summary>
437-
/// Update Invoice Settings Update invoice settings for the invoice payment page.
437+
/// Update Invoice Settings Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
438438
/// </summary>
439439
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
440440
/// <param name="invoiceSettingsRequest"></param>
@@ -521,7 +521,7 @@ public ApiResponse< InvoicingV2InvoiceSettingsGet200Response > UpdateInvoiceSett
521521
}
522522

523523
/// <summary>
524-
/// Update Invoice Settings Update invoice settings for the invoice payment page.
524+
/// Update Invoice Settings Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
525525
/// </summary>
526526
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
527527
/// <param name="invoiceSettingsRequest"></param>
@@ -538,7 +538,7 @@ public async System.Threading.Tasks.Task<InvoicingV2InvoiceSettingsGet200Respons
538538
}
539539

540540
/// <summary>
541-
/// Update Invoice Settings Update invoice settings for the invoice payment page.
541+
/// Update Invoice Settings Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
542542
/// </summary>
543543
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
544544
/// <param name="invoiceSettingsRequest"></param>

0 commit comments

Comments
 (0)