UserLegalSca
class UserLegalSca extends User (View source)
UserLegal entity
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
string | $PersonType | Type of user |
from User |
string | Email address |
from User | |
string | $KYCLevel | KYC Level (LIGHT or REGULAR) |
from User |
bool | $TermsAndConditionsAccepted | Whether the user has accepted the MANGOPAY Terms and Conditions. |
from User |
int | $TermsAndConditionsAcceptedDate | The date on which the user has accepted the MANGOPAY Terms and Conditions. |
from User |
string | $UserCategory | Category of user |
from User |
string | $UserStatus | Status of user |
from User |
Address | $HeadquartersAddress | Headquarters address. |
|
Address | $LegalRepresentativeAddress | Legal Representative address. |
|
string | $Name | Name of user |
|
string | $LegalPersonType | Type for legal user. Possible: BUSINESS, PARTNERSHIP, ORGANIZATION, SOLETRADER |
|
string | $ProofOfRegistration | Proof of registration. |
|
string | $ShareholderDeclaration | Shareholder declaration. |
|
string | $Statute | Statute. | |
string | $CompanyNumber | Company number. |
|
PendingUserAction | $PendingUserAction | Information about the action required from the user if UserStatus is PENDING_USER_ACTION (otherwise returned null). |
|
LegalRepresentative | $LegalRepresentative | Information about the legal representative declared for the user. |
Methods
Get array with mapping which property is object and what type of object
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Construct
Details
array
GetSubObjects()
Get array with mapping which property is object and what type of object
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
in
User at line 65
array
GetReadOnlyProperties()
Get array with read-only properties
__construct(string $id = null)
Construct
in
User at line 56
protected
SetPersonType(string $personType)
Construct