Skip to content

Commit ee060d8

Browse files
Merge branch 'adding-disclaimer-in-beta-apis' into december-release-2023
2 parents 68de74f + 62ff84e commit ee060d8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

generator/cybersource-java-template/libraries/okhttp-gson/api.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ public class {{classname}} {
180180

181181
/**
182182
* {{summary}}
183-
* {{notes}}{{#allParams}}
183+
* {{notes}}{{#vendorExtensions.x-devcenter-metaData.SDK_ONLY_AddDisclaimer}}
184+
* <p>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.</p>{{/vendorExtensions.x-devcenter-metaData.SDK_ONLY_AddDisclaimer}}{{#allParams}}
184185
* @param {{paramName}} {{description}}{{#required}} (required){{/required}}{{^required}} (optional{{#defaultValue}}, default to {{{.}}}{{/defaultValue}}){{/required}}{{/allParams}}{{#returnType}}
185186
* @return {{returnType}}{{/returnType}}
186187
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body

src/main/java/Api/ReportSubscriptionsApi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ private okhttp3.Call getSubscriptionValidateBeforeCall(String reportName, String
676676

677677
/**
678678
* Get Subscription for Report Name
679-
* View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
679+
* View the details of a report subscription, such as the report format or report frequency, using the reports unique name.
680680
* @param reportName Name of the Report to Retrieve (required)
681681
* @param organizationId Valid Organization Id (optional)
682682
* @return ReportingV3ReportSubscriptionsGet200ResponseSubscriptions
@@ -692,7 +692,7 @@ public ReportingV3ReportSubscriptionsGet200ResponseSubscriptions getSubscription
692692

693693
/**
694694
* Get Subscription for Report Name
695-
* View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
695+
* View the details of a report subscription, such as the report format or report frequency, using the reports unique name.
696696
* @param reportName Name of the Report to Retrieve (required)
697697
* @param organizationId Valid Organization Id (optional)
698698
* @return ApiResponse&lt;ReportingV3ReportSubscriptionsGet200ResponseSubscriptions&gt;
@@ -706,7 +706,7 @@ public ApiResponse<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> ge
706706

707707
/**
708708
* Get Subscription for Report Name (asynchronously)
709-
* View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
709+
* View the details of a report subscription, such as the report format or report frequency, using the reports unique name.
710710
* @param reportName Name of the Report to Retrieve (required)
711711
* @param organizationId Valid Organization Id (optional)
712712
* @param callback The callback to be executed when the API call finishes

src/main/java/Api/ReportsApi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private okhttp3.Call getReportByReportIdValidateBeforeCall(String reportId, Stri
275275

276276
/**
277277
* Get Report Based on Report Id
278-
* Download a report using the reportId value. If you don't already know this value, you can obtain it using the Retrieve available reports call.
278+
* Download a report using the reportId value. If you dont already know this value, you can obtain it using the Retrieve available reports call.
279279
* @param reportId Valid Report Id (required)
280280
* @param organizationId Valid Organization Id (optional)
281281
* @return ReportingV3ReportsIdGet200Response
@@ -291,7 +291,7 @@ public ReportingV3ReportsIdGet200Response getReportByReportId(String reportId, S
291291

292292
/**
293293
* Get Report Based on Report Id
294-
* Download a report using the reportId value. If you don't already know this value, you can obtain it using the Retrieve available reports call.
294+
* Download a report using the reportId value. If you dont already know this value, you can obtain it using the Retrieve available reports call.
295295
* @param reportId Valid Report Id (required)
296296
* @param organizationId Valid Organization Id (optional)
297297
* @return ApiResponse&lt;ReportingV3ReportsIdGet200Response&gt;
@@ -305,7 +305,7 @@ public ApiResponse<ReportingV3ReportsIdGet200Response> getReportByReportIdWithHt
305305

306306
/**
307307
* Get Report Based on Report Id (asynchronously)
308-
* Download a report using the reportId value. If you don't already know this value, you can obtain it using the Retrieve available reports call.
308+
* Download a report using the reportId value. If you dont already know this value, you can obtain it using the Retrieve available reports call.
309309
* @param reportId Valid Report Id (required)
310310
* @param organizationId Valid Organization Id (optional)
311311
* @param callback The callback to be executed when the API call finishes

0 commit comments

Comments
 (0)