[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCompanyService\u003c/code\u003e allows for performing actions on \u003ccode\u003eCompany\u003c/code\u003e objects, such as ending agreements, re-inviting, and resending invitations.\u003c/p\u003e\n"],["\u003cp\u003eAvailable actions are represented by the \u003ccode\u003eCompanyAction\u003c/code\u003e type and its subclasses like \u003ccode\u003eEndAgreementAction\u003c/code\u003e, \u003ccode\u003eReInviteAction\u003c/code\u003e, and \u003ccode\u003eResendInvitationAction\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe service operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CompanyService` allows actions to be performed on `Company` objects. The core functionality is handled by `performCompanyAction()`. This function utilizes the base `CompanyAction` class, which is extended by specific action types, including `EndAgreementAction`, `ReInviteAction`, and `ResendInvitationAction`. These actions define operations applicable to companies, all within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# abstract type CompanyAction (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[performCompanyAction()](/ad-manager/api/reference/v202408/CompanyService#performCompanyAction) \n▼\n**CompanyAction** **Inheritance** \n**CompanyAction** \n▼\n[EndAgreementAction](/ad-manager/api/reference/v202408/CompanyService.EndAgreementAction) [ReInviteAction](/ad-manager/api/reference/v202408/CompanyService.ReInviteAction) [ResendInvitationAction](/ad-manager/api/reference/v202408/CompanyService.ResendInvitationAction)\n\nRepresents the actions that can be performed on `Company` objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---|---|"]]