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/LegalEntityManagement/Document.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@ public function setDescription($description)
520
520
* Gets expiryDate
521
521
*
522
522
* @return string|null
523
-
* @deprecated since Legal Entity Management API v1.
523
+
* @deprecated since Legal Entity Management API v1.
524
524
*/
525
525
publicfunctiongetExpiryDate()
526
526
{
@@ -533,7 +533,7 @@ public function getExpiryDate()
533
533
* @param string|null $expiryDate The expiry date of the document, in YYYY-MM-DD format.
534
534
*
535
535
* @return self
536
-
* @deprecated since Legal Entity Management API v1.
536
+
* @deprecated since Legal Entity Management API v1.
537
537
*/
538
538
publicfunctionsetExpiryDate($expiryDate)
539
539
{
@@ -594,7 +594,7 @@ public function setId($id)
594
594
* Gets issuerCountry
595
595
*
596
596
* @return string|null
597
-
* @deprecated since Legal Entity Management API v1.
597
+
* @deprecated since Legal Entity Management API v1.
598
598
*/
599
599
publicfunctiongetIssuerCountry()
600
600
{
@@ -607,7 +607,7 @@ public function getIssuerCountry()
607
607
* @param string|null $issuerCountry The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the document was issued. For example, **US**.
608
608
*
609
609
* @return self
610
-
* @deprecated since Legal Entity Management API v1.
610
+
* @deprecated since Legal Entity Management API v1.
611
611
*/
612
612
publicfunctionsetIssuerCountry($issuerCountry)
613
613
{
@@ -620,7 +620,7 @@ public function setIssuerCountry($issuerCountry)
620
620
* Gets issuerState
621
621
*
622
622
* @return string|null
623
-
* @deprecated since Legal Entity Management API v1.
623
+
* @deprecated since Legal Entity Management API v1.
624
624
*/
625
625
publicfunctiongetIssuerState()
626
626
{
@@ -633,7 +633,7 @@ public function getIssuerState()
633
633
* @param string|null $issuerState The state or province where the document was issued (AU only).
634
634
*
635
635
* @return self
636
-
* @deprecated since Legal Entity Management API v1.
636
+
* @deprecated since Legal Entity Management API v1.
Copy file name to clipboardExpand all lines: src/Adyen/Model/LegalEntityManagement/IdentificationData.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ public function setExpiryDate($expiryDate)
397
397
* Gets issuerCountry
398
398
*
399
399
* @return string|null
400
-
* @deprecated since Legal Entity Management API v1.
400
+
* @deprecated since Legal Entity Management API v1.
401
401
*/
402
402
publicfunctiongetIssuerCountry()
403
403
{
@@ -410,7 +410,7 @@ public function getIssuerCountry()
410
410
* @param string|null $issuerCountry The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the document was issued. For example, **US**.
411
411
*
412
412
* @return self
413
-
* @deprecated since Legal Entity Management API v1.
413
+
* @deprecated since Legal Entity Management API v1.
0 commit comments