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
* @param string $association_category For [labeled associations](https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4#associate-records-with-a-label), the category of the association.
339
345
*
340
346
* @return self
341
347
*/
@@ -362,7 +368,7 @@ public function setAssociationCategory($association_category)
362
368
/**
363
369
* Gets association_type_id
364
370
*
365
-
* @return int|null
371
+
* @return int
366
372
*/
367
373
publicfunctiongetAssociationTypeId()
368
374
{
@@ -372,7 +378,7 @@ public function getAssociationTypeId()
* @param int $association_type_id The [association type ID](https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4#association-type-id-values) (e.g., `4` for contact-to-company associations).
0 commit comments