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
while I was trying to implement a matching algorithm between Hyperwallet businessType values and organization types in German Law, I found that the User model is missing some businessType constants.
However, I am not sure if it is the best reference, because it also contains the value: CANADIAN_REGISTERED_CHARITY which isn't part of the API documentation anymore.
The text was updated successfully, but these errors were encountered:
Hello 🙂
while I was trying to implement a matching algorithm between Hyperwallet
businessType
values and organization types in German Law, I found that theUser
model is missing somebusinessType
constants.According to the API v4 documentation here: https://docs.hyperwallet.com/content/api/v4/resources/users/retrieve
A
User
ofprofileType = BUSINESS
can have the followingbusinessTypes
:CORPORATION
PRIVATE_COMPANY
PARTNERSHIP
NOT_FOR_PROFIT_ORGANIZATION
GOVERNMENT_ENTITY
PUBLIC_COMPANY
However, inside the
User.php
file, the only available constants are:https://github.com/hyperwallet/php-sdk/blob/master/src/Hyperwallet/Model/User.php#L80
Am I missing something or shouldn't there be constants for the other
businessTypes
as well?The text was updated successfully, but these errors were encountered: