BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
hubspot
/
api-client
/
lib
/
Enums
📤 Upload
📝 New File
📁 New Folder
Close
Editing: AssociationTypes.php
<?php namespace HubSpot\Enums; class AssociationTypes { public const PRIMARY_CONTACT_TO_COMPANY = 1; public const PRIMARY_COMPANY_TO_CONTACT = 2; public const DEAL_TO_CONTACT = 3; public const CONTACT_TO_DEAL = 4; public const PRIMARY_DEAL_TO_COMPANY = 5; public const PRIMARY_COMPANY_TO_DEAL = 6; public const CONTACT_TO_TICKET = 15; public const TICKET_TO_CONTACT = 16; public const DEAL_TO_LINE_ITEM = 19; public const LINE_ITEM_TO_DEAL = 20; public const PRIMARY_COMPANY_TO_TICKET = 25; public const PRIMARY_TICKET_TO_COMPANY = 26; public const DEAL_TO_TICKET = 27; public const TICKET_TO_DEAL = 28; public const DEAL_TO_QUOTE = 63; public const QUOTE_TO_DEAL = 64; public const QUOTE_TO_LINE_ITEM = 67; public const LINE_ITEM_TO_QUOTE = 68; public const QUOTE_TO_CONTACT = 69; public const CONTACT_TO_QUOTE = 70; public const QUOTE_TO_COMPANY = 71; public const COMPANY_TO_QUOTE = 72; public const CONTACT_TO_FEEDBACK_SUBMISSION = 97; public const FEEDBACK_SUBMISSION_TO_CONTACT = 98; public const TICKET_TO_FEEDBACK_SUBMISSION = 99; public const FEEDBACK_SUBMISSION_TO_TICKET = 100; public const COMPANY_TO_CALL = 181; public const CALL_TO_COMPANY = 182; public const COMPANY_TO_EMAIL = 185; public const EMAIL_TO_COMPANY = 186; public const COMPANY_TO_MEETING = 187; public const MEETING_TO_COMPANY = 188; public const COMPANY_TO_NOTE = 189; public const NOTE_TO_COMPANY = 190; public const COMPANY_TO_TASK = 191; public const TASK_TO_COMPANY = 192; public const CONTACT_TO_CALL = 193; public const CALL_TO_CONTACT = 194; public const CONTACT_TO_EMAIL = 197; public const EMAIL_TO_CONTACT = 198; public const CONTACT_TO_MEETING = 199; public const MEETING_TO_CONTACT = 200; public const CONTACT_TO_NOTE = 201; public const NOTE_TO_CONTACT = 202; public const CONTACT_TO_TASK = 203; public const TASK_TO_CONTACT = 204; public const DEAL_TO_CALL = 205; public const CALL_TO_DEAL = 206; public const DEAL_TO_EMAIL = 209; public const EMAIL_TO_DEAL = 210; public const DEAL_TO_MEETING = 211; public const MEETING_TO_DEAL = 212; public const DEAL_TO_NOTE = 213; public const NOTE_TO_DEAL = 214; public const DEAL_TO_TASK = 215; public const TASK_TO_DEAL = 216; public const QUOTE_TO_TASK = 217; public const TASK_TO_QUOTE = 218; public const TICKET_TO_CALL = 219; public const CALL_TO_TICKET = 220; public const TICKET_TO_EMAIL = 223; public const EMAIL_TO_TICKET = 224; public const TICKET_TO_MEETING = 225; public const MEETING_TO_TICKET = 226; public const TICKET_TO_NOTE = 227; public const NOTE_TO_TICKET = 228; public const TICKET_TO_TASK = 229; public const TASK_TO_TICKET = 230; public const CONTACT_TO_COMPANY = 279; public const COMPANY_TO_CONTACT = 280; public const TICKET_TO_COMPANY = 339; public const COMPANY_TO_TICKET = 340; public const DEAL_TO_COMPANY = 341; public const COMPANY_TO_DEAL = 342; public const CALL_TO_MEETING = 399; public const MEETING_TO_CALL = 400; public const POSTAL_MAIL_TO_CONTACT = 453; public const CONTACT_TO_POSTAL_MAIL = 454; public const POSTAL_MAIL_TO_TICKET = 455; public const TICKET_TO_POSTAL_MAIL = 456; public const POSTAL_MAIL_TO_DEAL = 457; public const DEAL_TO_POSTAL_MAIL = 458; public const POSTAL_MAIL_TO_COMPANY = 459; public const COMPANY_TO_POSTAL_MAIL = 460; public const LEAD_TO_PRIMARY_CONTACT = 578; public const LEAD_TO_CALL = 596; public const LEAD_TO_EMAIL = 598; public const LEAD_TO_MEETING = 600; public const LEAD_TO_COMMUNICATION = 602; public const LEAD_TO_CONTACT = 608; public const LEAD_TO_TASK = 646; }
Save
Cancel