Skip to content

Commit df08726

Browse files
committed
Update phpdoc for LEM models
1 parent 4ba5f5e commit df08726

File tree

96 files changed

+27
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+27
-296
lines changed

src/Adyen/Model/LegalEntityManagement/AULocalAccountIdentification.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AULocalAccountIdentification Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AULocalAccountIdentification implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/AcceptTermsOfServiceRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AcceptTermsOfServiceRequest Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AcceptTermsOfServiceRequest implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/AcceptTermsOfServiceResponse.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AcceptTermsOfServiceResponse Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AcceptTermsOfServiceResponse implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/AdditionalBankIdentification.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* AdditionalBankIdentification Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class AdditionalBankIdentification implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/Address.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* Address Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class Address implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/Amount.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* Amount Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class Amount implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/Attachment.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* Attachment Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class Attachment implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -335,7 +332,7 @@ public function setContent($content)
335332
* Gets contentType
336333
*
337334
* @return string|null
338-
* @deprecated since Legal Entity Management API v1.
335+
* @deprecated since Legal Entity Management API v1.
339336
*/
340337
public function getContentType()
341338
{
@@ -348,7 +345,7 @@ public function getContentType()
348345
* @param string|null $contentType The file format. Possible values: **application/pdf**, **image/jpg**, **image/jpeg**, **image/png**.
349346
*
350347
* @return self
351-
* @deprecated since Legal Entity Management API v1.
348+
* @deprecated since Legal Entity Management API v1.
352349
*/
353350
public function setContentType($contentType)
354351
{
@@ -361,7 +358,7 @@ public function setContentType($contentType)
361358
* Gets filename
362359
*
363360
* @return string|null
364-
* @deprecated since Legal Entity Management API v1.
361+
* @deprecated since Legal Entity Management API v1.
365362
*/
366363
public function getFilename()
367364
{
@@ -374,7 +371,7 @@ public function getFilename()
374371
* @param string|null $filename The name of the file including the file extension.
375372
*
376373
* @return self
377-
* @deprecated since Legal Entity Management API v1.
374+
* @deprecated since Legal Entity Management API v1.
378375
*/
379376
public function setFilename($filename)
380377
{

src/Adyen/Model/LegalEntityManagement/BankAccountInfo.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* BankAccountInfo Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class BankAccountInfo implements ModelInterface, ArrayAccess, \JsonSerializable
@@ -332,7 +329,7 @@ public function setAccountIdentification($accountIdentification)
332329
* Gets accountType
333330
*
334331
* @return string|null
335-
* @deprecated since Legal Entity Management API v2.
332+
* @deprecated since Legal Entity Management API v2.
336333
*/
337334
public function getAccountType()
338335
{
@@ -345,7 +342,7 @@ public function getAccountType()
345342
* @param string|null $accountType The type of bank account.
346343
*
347344
* @return self
348-
* @deprecated since Legal Entity Management API v2.
345+
* @deprecated since Legal Entity Management API v2.
349346
*/
350347
public function setAccountType($accountType)
351348
{

src/Adyen/Model/LegalEntityManagement/BankAccountInfoAccountIdentification.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
/**
2222
* BankAccountInfoAccountIdentification Class Doc Comment
2323
*
24-
* @category Class
25-
* @description Identification of the bank account.
24+
* Identification of the bank account.
25+
*
2626
* @package Adyen
27-
* @author OpenAPI Generator team
28-
* @link https://openapi-generator.tech
2927
* @implements \ArrayAccess<string, mixed>
3028
*/
3129
class BankAccountInfoAccountIdentification implements ModelInterface, ArrayAccess, \JsonSerializable

src/Adyen/Model/LegalEntityManagement/BirthData.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
/**
2222
* BirthData Class Doc Comment
2323
*
24-
* @category Class
2524
* @package Adyen
26-
* @author OpenAPI Generator team
27-
* @link https://openapi-generator.tech
2825
* @implements \ArrayAccess<string, mixed>
2926
*/
3027
class BirthData implements ModelInterface, ArrayAccess, \JsonSerializable

0 commit comments

Comments
 (0)