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
@@ -1350,7 +1359,7 @@ public function getFraudResultType()
1350
1359
/**
1351
1360
* Sets fraudResultType
1352
1361
*
1353
-
* @param string|null $fraudResultType The fraud result properties of the payment.
1362
+
* @param string|null $fraudResultType The fraud result properties of the payment. Possible values: * AMBER * GREEN * RED
1354
1363
*
1355
1364
* @return self
1356
1365
*/
@@ -1384,7 +1393,7 @@ public function getFraudRiskLevel()
1384
1393
/**
1385
1394
* Sets fraudRiskLevel
1386
1395
*
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
1396
+
* @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. Possible values: * veryLow * low * medium * high * veryHigh
1388
1397
*
1389
1398
* @return self
1390
1399
*/
@@ -1621,6 +1630,30 @@ public function setMerchantReference($merchantReference)
1621
1630
return$this;
1622
1631
}
1623
1632
1633
+
/**
1634
+
* Gets networkProcessingMode
1635
+
*
1636
+
* @return string|null
1637
+
*/
1638
+
publicfunctiongetNetworkProcessingMode()
1639
+
{
1640
+
return$this->container['networkProcessingMode'];
1641
+
}
1642
+
1643
+
/**
1644
+
* Sets networkProcessingMode
1645
+
*
1646
+
* @param string|null $networkProcessingMode Indicates the processing flow. Possible values: * **sale**: You do not need to separately capture the funds, because capture happens automatically as part of the transaction. * **auth**: If you have not [configured automatic capture for the transaction](https://docs.adyen.com/online-payments/capture#types-of-capture), you must manually capture the funds.
0 commit comments