Skip to content

Commit 3e15df2

Browse files
committed
Remove swagger anotations
1 parent 98ab237 commit 3e15df2

File tree

8 files changed

+0
-20
lines changed

8 files changed

+0
-20
lines changed

src/main/java/com/adyen/model/BrowserInfo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
/**
2828
* BrowserInfo
2929
*/
30-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-11-08T13:12:01.900Z[GMT]")
3130
public class BrowserInfo {
3231

3332
@SerializedName("userAgent")

src/main/java/com/adyen/model/PaymentRequest3ds2.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,9 @@
3636
import com.google.gson.stream.JsonWriter;
3737

3838

39-
/*
40-
* Adyen Payment Service
41-
* A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods. To learn more about the API, visit [Classic integration](https://docs.adyen.com/developers/classic-integration). ## Authentication To connect to the Payments API, you must use your basic authentication credentials. For this, create your web service user, as described in [How to get the WS user password](https://docs.adyen.com/developers/user-management/how-to-get-the-web-service-ws-user-password). Then use its credentials to authenticate your request, for example: ``` curl -U \"ws@Company.YourCompany\":\"YourWsPassword\" \\ -H \"Content-Type: application/json\" \\ ... ``` Note that when going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/developers/development-resources/live-endpoints). ## Versioning Payments API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number. For example: ``` https://pal-test.adyen.com/pal/servlet/Payment/v30/authorise ```
42-
*
43-
* OpenAPI spec version: 40
44-
* Contact: support@adyen.com
45-
*
46-
* NOTE: This class is auto generated by the swagger code generator program.
47-
* https://github.com/swagger-api/swagger-codegen.git
48-
* Do not edit the class manually.
49-
*/
50-
5139
/**
5240
* PaymentRequest3ds2
5341
*/
54-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-12-12T11:46:05.579Z[GMT]")
5542
public class PaymentRequest3ds2 {
5643

5744
@SerializedName("accountInfo")

src/main/java/com/adyen/model/SDKEphemPubKey.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/**
2727
* SDKEphemPubKey
2828
*/
29-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-12-06T14:10:59.920Z[GMT]")
3029
public class SDKEphemPubKey {
3130

3231
@SerializedName("crv")

src/main/java/com/adyen/model/Split.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
/**
3232
* Split
3333
*/
34-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-12-06T14:10:59.920Z[GMT]")
3534
public class Split {
3635

3736
@SerializedName("account")

src/main/java/com/adyen/model/ThreeDS2ResultRequest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* ThreeDS2ResultRequest
88
*/
9-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-12-12T11:46:05.579Z[GMT]")
109
public class ThreeDS2ResultRequest {
1110

1211
@SerializedName("merchantAccount")

src/main/java/com/adyen/model/ThreeDS2ResultResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* ThreeDS2ResultResponse
88
*/
9-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-12-12T11:46:05.579Z[GMT]")
109
public class ThreeDS2ResultResponse {
1110

1211
@SerializedName("threeDS2Result")

src/main/java/com/adyen/model/checkout/ModelConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import com.google.gson.stream.JsonReader;
3131
import com.google.gson.stream.JsonWriter;
3232

33-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-12-11T13:51:52.335Z[GMT]")
3433
public class ModelConfiguration {
3534

3635
@SerializedName("avs")

src/main/java/com/adyen/model/checkout/ShopperInput.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
/**
3434
* ShopperInput
3535
*/
36-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.java.JavaClientCodegen", date = "2018-11-08T13:12:01.900Z[GMT]")
3736
public class ShopperInput {
3837

3938
/**

0 commit comments

Comments
 (0)