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
* Entities are the legal entities that own accounts. They can be people, corporations, partnerships, government authorities, or trusts.
25
+
* Entities are the legal entities that own accounts. They can be people, corporations, partnerships, government authorities, or trusts. To learn more, see [Entities](/documentation/entities).
25
26
*
26
27
* @phpstan-import-type CorporationShape from \Increase\Entities\Entity\Corporation
27
28
* @phpstan-import-type GovernmentAuthorityShape from \Increase\Entities\Entity\GovernmentAuthority
@@ -32,6 +33,7 @@
32
33
* @phpstan-import-type TermsAgreementShape from \Increase\Entities\Entity\TermsAgreement
33
34
* @phpstan-import-type ThirdPartyVerificationShape from \Increase\Entities\Entity\ThirdPartyVerification
34
35
* @phpstan-import-type TrustShape from \Increase\Entities\Entity\Trust
36
+
* @phpstan-import-type ValidationShape from \Increase\Entities\Entity\Validation
0 commit comments