You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Adyen/Model/Checkout/AdditionalDataSubMerchant.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -507,7 +507,7 @@ public function getSubMerchantSubSellerSubSellerNrName()
507
507
/**
508
508
* Sets subMerchantSubSellerSubSellerNrName
509
509
*
510
-
* @param string|null $subMerchantSubSellerSubSellerNrName Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. * Format: Alphanumeric * Maximum length: 22 characters
510
+
* @param string|null $subMerchantSubSellerSubSellerNrName Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. Exception: for acquirers in Brazil, this value does not overwrite the shopper statement. * Format: Alphanumeric * Maximum length: 22 characters
@@ -405,6 +412,30 @@ public function setApplicationInfo($applicationInfo)
405
412
return$this;
406
413
}
407
414
415
+
/**
416
+
* Gets capturePspReference
417
+
*
418
+
* @return string|null
419
+
*/
420
+
publicfunctiongetCapturePspReference()
421
+
{
422
+
return$this->container['capturePspReference'];
423
+
}
424
+
425
+
/**
426
+
* Sets capturePspReference
427
+
*
428
+
* @param string|null $capturePspReference This is only available for PayPal refunds. The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the specific capture to refund.
Copy file name to clipboardExpand all lines: src/Adyen/Model/Checkout/ResponseAdditionalDataCommon.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1384,7 +1384,7 @@ public function getFraudRiskLevel()
1384
1384
/**
1385
1385
* Sets fraudRiskLevel
1386
1386
*
1387
-
* @param string|null $fraudRiskLevel The risk level of the transaction as classified by the [machine learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) fraud risk rule. The risk level indicates the likelihood that a transaction will result in a fraudulent dispute. The possible return values are: * veryLow * low * medium * high * veryHigh >
1387
+
* @param string|null $fraudRiskLevel The risk level of the transaction as classified by the [machine learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) fraud risk rule. The risk level indicates the likelihood that a transaction will result in a fraudulent dispute. The possible return values are: * veryLow * low * medium * high * veryHigh
Copy file name to clipboardExpand all lines: src/Adyen/Model/Checkout/SubMerchantInfo.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -469,7 +469,7 @@ public function getName()
469
469
/**
470
470
* Sets name
471
471
*
472
-
* @param string|null $name Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. * Format: Alphanumeric * Maximum length: 22 characters
472
+
* @param string|null $name Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. Exception: for acquirers in Brazil, this value does not overwrite the shopper statement. * Format: Alphanumeric * Maximum length: 22 characters
0 commit comments