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/Auth/AuthorizationData.php
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,26 @@
8
8
class AuthorizationData
9
9
{
10
10
/**
11
-
* An object representing the authentication headers that should be used in calls to the Bing Ads web services.
11
+
* An object representing the authentication headers that should be used in calls to the Bing Ads API.
12
+
* @var OAuthAuthorization
12
13
*/
13
14
public$Authentication;
14
15
15
16
/**
16
-
* The identifier of the account that owns the entities in the request. Used as the CustomerAccountId header element in calls to the Bing Ads web services.
17
+
* The identifier of the account that owns the entities in the request. Used as the CustomerAccountId header element in calls to the Bing Ads API.
18
+
* @var string
17
19
*/
18
20
public$AccountId;
19
21
20
22
/**
21
-
* The identifier of the customer that owns the account. Used as the CustomerId header element in calls to the Bing Ads web services.
23
+
* The identifier of the customer that owns the account. Used as the CustomerId header element in calls to the Bing Ads API.
24
+
* @var string
22
25
*/
23
26
public$CustomerId;
24
27
25
28
/**
26
-
* The Bing Ads developer access token. Used as the DeveloperToken header element in calls to the Bing Ads web services.
29
+
* The Bing Ads developer access token. Used as the DeveloperToken header element in calls to the Bing Ads API.
0 commit comments