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
@@ -523,7 +523,7 @@ public function setDescription($description)
523
523
* Gets expiryDate
524
524
*
525
525
* @return string|null
526
-
* @deprecated since Legal Entity Management API v1.
526
+
* @deprecated since Legal Entity Management API v1.
527
527
*/
528
528
publicfunctiongetExpiryDate()
529
529
{
@@ -536,7 +536,7 @@ public function getExpiryDate()
536
536
* @param string|null $expiryDate The expiry date of the document, in YYYY-MM-DD format.
537
537
*
538
538
* @return self
539
-
* @deprecated since Legal Entity Management API v1.
539
+
* @deprecated since Legal Entity Management API v1.
540
540
*/
541
541
publicfunctionsetExpiryDate($expiryDate)
542
542
{
@@ -597,7 +597,7 @@ public function setId($id)
597
597
* Gets issuerCountry
598
598
*
599
599
* @return string|null
600
-
* @deprecated since Legal Entity Management API v1.
600
+
* @deprecated since Legal Entity Management API v1.
601
601
*/
602
602
publicfunctiongetIssuerCountry()
603
603
{
@@ -610,7 +610,7 @@ public function getIssuerCountry()
610
610
* @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**.
611
611
*
612
612
* @return self
613
-
* @deprecated since Legal Entity Management API v1.
613
+
* @deprecated since Legal Entity Management API v1.
614
614
*/
615
615
publicfunctionsetIssuerCountry($issuerCountry)
616
616
{
@@ -623,7 +623,7 @@ public function setIssuerCountry($issuerCountry)
623
623
* Gets issuerState
624
624
*
625
625
* @return string|null
626
-
* @deprecated since Legal Entity Management API v1.
626
+
* @deprecated since Legal Entity Management API v1.
627
627
*/
628
628
publicfunctiongetIssuerState()
629
629
{
@@ -636,7 +636,7 @@ public function getIssuerState()
636
636
* @param string|null $issuerState The state or province where the document was issued (AU only).
637
637
*
638
638
* @return self
639
-
* @deprecated since Legal Entity Management API v1.
639
+
* @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
@@ -400,7 +400,7 @@ public function setExpiryDate($expiryDate)
400
400
* Gets issuerCountry
401
401
*
402
402
* @return string|null
403
-
* @deprecated since Legal Entity Management API v1.
403
+
* @deprecated since Legal Entity Management API v1.
404
404
*/
405
405
publicfunctiongetIssuerCountry()
406
406
{
@@ -413,7 +413,7 @@ public function getIssuerCountry()
413
413
* @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**.
414
414
*
415
415
* @return self
416
-
* @deprecated since Legal Entity Management API v1.
416
+
* @deprecated since Legal Entity Management API v1.
0 commit comments