Skip to content

Commit

Permalink
false[adyen-sdk-automation] automated change (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored Sep 2, 2024
1 parent a6a3b19 commit 1f260ab
Show file tree
Hide file tree
Showing 12 changed files with 689 additions and 65 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/adyen/model/checkout/CardDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@ public CardDetails networkPaymentReference(String networkPaymentReference) {
}

/**
* The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
* The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
* @return networkPaymentReference
**/
@ApiModelProperty(value = "The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.")
@ApiModelProperty(value = "The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.")
@JsonProperty(JSON_PROPERTY_NETWORK_PAYMENT_REFERENCE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

Expand All @@ -590,7 +590,7 @@ public String getNetworkPaymentReference() {


/**
* The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
* The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
*
* @param networkPaymentReference
*/
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/adyen/model/checkout/CardDonations.java
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@ public CardDonations networkPaymentReference(String networkPaymentReference) {
}

/**
* The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
* The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
* @return networkPaymentReference
**/
@ApiModelProperty(value = "The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.")
@ApiModelProperty(value = "The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.")
@JsonProperty(JSON_PROPERTY_NETWORK_PAYMENT_REFERENCE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

Expand All @@ -590,7 +590,7 @@ public String getNetworkPaymentReference() {


/**
* The network token reference. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
* The transaction identifier from card schemes. This is the [`networkTxReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_additionalData-ResponseAdditionalDataCommon-networkTxReference) from the response to the first payment.
*
* @param networkPaymentReference
*/
Expand Down
Loading

0 comments on commit 1f260ab

Please sign in to comment.