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/Profiles/BrandsBrandData.php
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,18 @@
8
8
useSentDm\Core\Attributes\Required;
9
9
useSentDm\Core\Concerns\SdkModel;
10
10
useSentDm\Core\Contracts\BaseModel;
11
-
useSentDm\Profiles\BrandsBrandData\Business;
12
-
useSentDm\Profiles\BrandsBrandData\Compliance;
13
-
useSentDm\Profiles\BrandsBrandData\Contact;
14
11
15
12
/**
16
13
* Brand and KYC data grouped into contact, business, and compliance sections.
17
14
*
18
-
* @phpstan-import-type ComplianceShape from \SentDm\Profiles\BrandsBrandData\Compliance
19
-
* @phpstan-import-type ContactShape from \SentDm\Profiles\BrandsBrandData\Contact
20
-
* @phpstan-import-type BusinessShape from \SentDm\Profiles\BrandsBrandData\Business
15
+
* @phpstan-import-type SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfoShape from \SentDm\Profiles\SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandComplianceInfo
16
+
* @phpstan-import-type SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandContactInfoShape from \SentDm\Profiles\SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandContactInfo
17
+
* @phpstan-import-type SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandBusinessInfoShape from \SentDm\Profiles\SentDmServicesEndpointsCustomerApIv3ContractsRequestsBrandsBrandBusinessInfo
* @phpstan-import-type UseCaseShape from \SentDm\Profiles\Campaigns\CampaignData\UseCase
15
+
* @phpstan-import-type SentDmServicesEndpointsCustomerApIv3ContractsRequestsCampaignsCampaignUseCaseDataShape from \SentDm\Profiles\Campaigns\SentDmServicesEndpointsCustomerApIv3ContractsRequestsCampaignsCampaignUseCaseData
Copy file name to clipboardExpand all lines: src/Profiles/Campaigns/SentDmServicesEndpointsCustomerApIv3ContractsRequestsCampaignsCampaignUseCaseData.php
0 commit comments