Skip to content

Commit 1f260ab

Browse files
false[adyen-sdk-automation] automated change (#1343)
1 parent a6a3b19 commit 1f260ab

File tree

12 files changed

+689
-65
lines changed

12 files changed

+689
-65
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,10 @@ public CardDetails networkPaymentReference(String networkPaymentReference) {
577577
}
578578

579579
/**
580-
* 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.
580+
* 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.
581581
* @return networkPaymentReference
582582
**/
583-
@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.")
583+
@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.")
584584
@JsonProperty(JSON_PROPERTY_NETWORK_PAYMENT_REFERENCE)
585585
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
586586

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

591591

592592
/**
593-
* 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.
593+
* 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.
594594
*
595595
* @param networkPaymentReference
596596
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,10 @@ public CardDonations networkPaymentReference(String networkPaymentReference) {
577577
}
578578

579579
/**
580-
* 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.
580+
* 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.
581581
* @return networkPaymentReference
582582
**/
583-
@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.")
583+
@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.")
584584
@JsonProperty(JSON_PROPERTY_NETWORK_PAYMENT_REFERENCE)
585585
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
586586

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

591591

592592
/**
593-
* 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.
593+
* 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.
594594
*
595595
* @param networkPaymentReference
596596
*/

0 commit comments

Comments
 (0)