| 1 |
<?php |
| 2 |
/* |
| 3 |
* Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 4 |
* use this file except in compliance with the License. You may obtain a copy of |
| 5 |
* the License at |
| 6 |
* |
| 7 |
* http://www.apache.org/licenses/LICENSE-2.0 |
| 8 |
* |
| 9 |
* Unless required by applicable law or agreed to in writing, software |
| 10 |
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 |
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 |
* License for the specific language governing permissions and limitations under |
| 13 |
* the License. |
| 14 |
*/ |
| 15 |
|
| 16 |
/** |
| 17 |
* Service definition for ShoppingContent (v2). |
| 18 |
* |
| 19 |
* <p> |
| 20 |
* Manage product items, inventory, and Merchant Center accounts for Google |
| 21 |
* Shopping.</p> |
| 22 |
* |
| 23 |
* <p> |
| 24 |
* For more information about this service, see the API |
| 25 |
* <a href="https://developers.google.com/shopping-content" target="_blank">Documentation</a> |
| 26 |
* </p> |
| 27 |
* |
| 28 |
* @author Google, Inc. |
| 29 |
*/ |
| 30 |
class Google_Service_ShoppingContent extends Google_Service |
| 31 |
{ |
| 32 |
/** Manage your product listings and accounts for Google Shopping. */ |
| 33 |
const CONTENT = |
| 34 |
"https://www.googleapis.com/auth/content"; |
| 35 |
|
| 36 |
public $accounts; |
| 37 |
public $accountshipping; |
| 38 |
public $accountstatuses; |
| 39 |
public $accounttax; |
| 40 |
public $datafeeds; |
| 41 |
public $datafeedstatuses; |
| 42 |
public $inventory; |
| 43 |
public $orders; |
| 44 |
public $products; |
| 45 |
public $productstatuses; |
| 46 |
|
| 47 |
|
| 48 |
/** |
| 49 |
* Constructs the internal representation of the ShoppingContent service. |
| 50 |
* |
| 51 |
* @param Google_Client $client |
| 52 |
*/ |
| 53 |
public function __construct(Google_Client $client) |
| 54 |
{ |
| 55 |
parent::__construct($client); |
| 56 |
$this->rootUrl = 'https://www.googleapis.com/'; |
| 57 |
$this->servicePath = 'content/v2/'; |
| 58 |
$this->version = 'v2'; |
| 59 |
$this->serviceName = 'content'; |
| 60 |
|
| 61 |
$this->accounts = new Google_Service_ShoppingContent_Accounts_Resource( |
| 62 |
$this, |
| 63 |
$this->serviceName, |
| 64 |
'accounts', |
| 65 |
array( |
| 66 |
'methods' => array( |
| 67 |
'authinfo' => array( |
| 68 |
'path' => 'accounts/authinfo', |
| 69 |
'httpMethod' => 'GET', |
| 70 |
'parameters' => array(), |
| 71 |
),'custombatch' => array( |
| 72 |
'path' => 'accounts/batch', |
| 73 |
'httpMethod' => 'POST', |
| 74 |
'parameters' => array( |
| 75 |
'dryRun' => array( |
| 76 |
'location' => 'query', |
| 77 |
'type' => 'boolean', |
| 78 |
), |
| 79 |
), |
| 80 |
),'delete' => array( |
| 81 |
'path' => '{merchantId}/accounts/{accountId}', |
| 82 |
'httpMethod' => 'DELETE', |
| 83 |
'parameters' => array( |
| 84 |
'merchantId' => array( |
| 85 |
'location' => 'path', |
| 86 |
'type' => 'string', |
| 87 |
'required' => true, |
| 88 |
), |
| 89 |
'accountId' => array( |
| 90 |
'location' => 'path', |
| 91 |
'type' => 'string', |
| 92 |
'required' => true, |
| 93 |
), |
| 94 |
'dryRun' => array( |
| 95 |
'location' => 'query', |
| 96 |
'type' => 'boolean', |
| 97 |
), |
| 98 |
), |
| 99 |
),'get' => array( |
| 100 |
'path' => '{merchantId}/accounts/{accountId}', |
| 101 |
'httpMethod' => 'GET', |
| 102 |
'parameters' => array( |
| 103 |
'merchantId' => array( |
| 104 |
'location' => 'path', |
| 105 |
'type' => 'string', |
| 106 |
'required' => true, |
| 107 |
), |
| 108 |
'accountId' => array( |
| 109 |
'location' => 'path', |
| 110 |
'type' => 'string', |
| 111 |
'required' => true, |
| 112 |
), |
| 113 |
), |
| 114 |
),'insert' => array( |
| 115 |
'path' => '{merchantId}/accounts', |
| 116 |
'httpMethod' => 'POST', |
| 117 |
'parameters' => array( |
| 118 |
'merchantId' => array( |
| 119 |
'location' => 'path', |
| 120 |
'type' => 'string', |
| 121 |
'required' => true, |
| 122 |
), |
| 123 |
'dryRun' => array( |
| 124 |
'location' => 'query', |
| 125 |
'type' => 'boolean', |
| 126 |
), |
| 127 |
), |
| 128 |
),'list' => array( |
| 129 |
'path' => '{merchantId}/accounts', |
| 130 |
'httpMethod' => 'GET', |
| 131 |
'parameters' => array( |
| 132 |
'merchantId' => array( |
| 133 |
'location' => 'path', |
| 134 |
'type' => 'string', |
| 135 |
'required' => true, |
| 136 |
), |
| 137 |
'maxResults' => array( |
| 138 |
'location' => 'query', |
| 139 |
'type' => 'integer', |
| 140 |
), |
| 141 |
'pageToken' => array( |
| 142 |
'location' => 'query', |
| 143 |
'type' => 'string', |
| 144 |
), |
| 145 |
), |
| 146 |
),'patch' => array( |
| 147 |
'path' => '{merchantId}/accounts/{accountId}', |
| 148 |
'httpMethod' => 'PATCH', |
| 149 |
'parameters' => array( |
| 150 |
'merchantId' => array( |
| 151 |
'location' => 'path', |
| 152 |
'type' => 'string', |
| 153 |
'required' => true, |
| 154 |
), |
| 155 |
'accountId' => array( |
| 156 |
'location' => 'path', |
| 157 |
'type' => 'string', |
| 158 |
'required' => true, |
| 159 |
), |
| 160 |
'dryRun' => array( |
| 161 |
'location' => 'query', |
| 162 |
'type' => 'boolean', |
| 163 |
), |
| 164 |
), |
| 165 |
),'update' => array( |
| 166 |
'path' => '{merchantId}/accounts/{accountId}', |
| 167 |
'httpMethod' => 'PUT', |
| 168 |
'parameters' => array( |
| 169 |
'merchantId' => array( |
| 170 |
'location' => 'path', |
| 171 |
'type' => 'string', |
| 172 |
'required' => true, |
| 173 |
), |
| 174 |
'accountId' => array( |
| 175 |
'location' => 'path', |
| 176 |
'type' => 'string', |
| 177 |
'required' => true, |
| 178 |
), |
| 179 |
'dryRun' => array( |
| 180 |
'location' => 'query', |
| 181 |
'type' => 'boolean', |
| 182 |
), |
| 183 |
), |
| 184 |
), |
| 185 |
) |
| 186 |
) |
| 187 |
); |
| 188 |
$this->accountshipping = new Google_Service_ShoppingContent_Accountshipping_Resource( |
| 189 |
$this, |
| 190 |
$this->serviceName, |
| 191 |
'accountshipping', |
| 192 |
array( |
| 193 |
'methods' => array( |
| 194 |
'custombatch' => array( |
| 195 |
'path' => 'accountshipping/batch', |
| 196 |
'httpMethod' => 'POST', |
| 197 |
'parameters' => array( |
| 198 |
'dryRun' => array( |
| 199 |
'location' => 'query', |
| 200 |
'type' => 'boolean', |
| 201 |
), |
| 202 |
), |
| 203 |
),'get' => array( |
| 204 |
'path' => '{merchantId}/accountshipping/{accountId}', |
| 205 |
'httpMethod' => 'GET', |
| 206 |
'parameters' => array( |
| 207 |
'merchantId' => array( |
| 208 |
'location' => 'path', |
| 209 |
'type' => 'string', |
| 210 |
'required' => true, |
| 211 |
), |
| 212 |
'accountId' => array( |
| 213 |
'location' => 'path', |
| 214 |
'type' => 'string', |
| 215 |
'required' => true, |
| 216 |
), |
| 217 |
), |
| 218 |
),'list' => array( |
| 219 |
'path' => '{merchantId}/accountshipping', |
| 220 |
'httpMethod' => 'GET', |
| 221 |
'parameters' => array( |
| 222 |
'merchantId' => array( |
| 223 |
'location' => 'path', |
| 224 |
'type' => 'string', |
| 225 |
'required' => true, |
| 226 |
), |
| 227 |
'maxResults' => array( |
| 228 |
'location' => 'query', |
| 229 |
'type' => 'integer', |
| 230 |
), |
| 231 |
'pageToken' => array( |
| 232 |
'location' => 'query', |
| 233 |
'type' => 'string', |
| 234 |
), |
| 235 |
), |
| 236 |
),'patch' => array( |
| 237 |
'path' => '{merchantId}/accountshipping/{accountId}', |
| 238 |
'httpMethod' => 'PATCH', |
| 239 |
'parameters' => array( |
| 240 |
'merchantId' => array( |
| 241 |
'location' => 'path', |
| 242 |
'type' => 'string', |
| 243 |
'required' => true, |
| 244 |
), |
| 245 |
'accountId' => array( |
| 246 |
'location' => 'path', |
| 247 |
'type' => 'string', |
| 248 |
'required' => true, |
| 249 |
), |
| 250 |
'dryRun' => array( |
| 251 |
'location' => 'query', |
| 252 |
'type' => 'boolean', |
| 253 |
), |
| 254 |
), |
| 255 |
),'update' => array( |
| 256 |
'path' => '{merchantId}/accountshipping/{accountId}', |
| 257 |
'httpMethod' => 'PUT', |
| 258 |
'parameters' => array( |
| 259 |
'merchantId' => array( |
| 260 |
'location' => 'path', |
| 261 |
'type' => 'string', |
| 262 |
'required' => true, |
| 263 |
), |
| 264 |
'accountId' => array( |
| 265 |
'location' => 'path', |
| 266 |
'type' => 'string', |
| 267 |
'required' => true, |
| 268 |
), |
| 269 |
'dryRun' => array( |
| 270 |
'location' => 'query', |
| 271 |
'type' => 'boolean', |
| 272 |
), |
| 273 |
), |
| 274 |
), |
| 275 |
) |
| 276 |
) |
| 277 |
); |
| 278 |
$this->accountstatuses = new Google_Service_ShoppingContent_Accountstatuses_Resource( |
| 279 |
$this, |
| 280 |
$this->serviceName, |
| 281 |
'accountstatuses', |
| 282 |
array( |
| 283 |
'methods' => array( |
| 284 |
'custombatch' => array( |
| 285 |
'path' => 'accountstatuses/batch', |
| 286 |
'httpMethod' => 'POST', |
| 287 |
'parameters' => array(), |
| 288 |
),'get' => array( |
| 289 |
'path' => '{merchantId}/accountstatuses/{accountId}', |
| 290 |
'httpMethod' => 'GET', |
| 291 |
'parameters' => array( |
| 292 |
'merchantId' => array( |
| 293 |
'location' => 'path', |
| 294 |
'type' => 'string', |
| 295 |
'required' => true, |
| 296 |
), |
| 297 |
'accountId' => array( |
| 298 |
'location' => 'path', |
| 299 |
'type' => 'string', |
| 300 |
'required' => true, |
| 301 |
), |
| 302 |
), |
| 303 |
),'list' => array( |
| 304 |
'path' => '{merchantId}/accountstatuses', |
| 305 |
'httpMethod' => 'GET', |
| 306 |
'parameters' => array( |
| 307 |
'merchantId' => array( |
| 308 |
'location' => 'path', |
| 309 |
'type' => 'string', |
| 310 |
'required' => true, |
| 311 |
), |
| 312 |
'maxResults' => array( |
| 313 |
'location' => 'query', |
| 314 |
'type' => 'integer', |
| 315 |
), |
| 316 |
'pageToken' => array( |
| 317 |
'location' => 'query', |
| 318 |
'type' => 'string', |
| 319 |
), |
| 320 |
), |
| 321 |
), |
| 322 |
) |
| 323 |
) |
| 324 |
); |
| 325 |
$this->accounttax = new Google_Service_ShoppingContent_Accounttax_Resource( |
| 326 |
$this, |
| 327 |
$this->serviceName, |
| 328 |
'accounttax', |
| 329 |
array( |
| 330 |
'methods' => array( |
| 331 |
'custombatch' => array( |
| 332 |
'path' => 'accounttax/batch', |
| 333 |
'httpMethod' => 'POST', |
| 334 |
'parameters' => array( |
| 335 |
'dryRun' => array( |
| 336 |
'location' => 'query', |
| 337 |
'type' => 'boolean', |
| 338 |
), |
| 339 |
), |
| 340 |
),'get' => array( |
| 341 |
'path' => '{merchantId}/accounttax/{accountId}', |
| 342 |
'httpMethod' => 'GET', |
| 343 |
'parameters' => array( |
| 344 |
'merchantId' => array( |
| 345 |
'location' => 'path', |
| 346 |
'type' => 'string', |
| 347 |
'required' => true, |
| 348 |
), |
| 349 |
'accountId' => array( |
| 350 |
'location' => 'path', |
| 351 |
'type' => 'string', |
| 352 |
'required' => true, |
| 353 |
), |
| 354 |
), |
| 355 |
),'list' => array( |
| 356 |
'path' => '{merchantId}/accounttax', |
| 357 |
'httpMethod' => 'GET', |
| 358 |
'parameters' => array( |
| 359 |
'merchantId' => array( |
| 360 |
'location' => 'path', |
| 361 |
'type' => 'string', |
| 362 |
'required' => true, |
| 363 |
), |
| 364 |
'maxResults' => array( |
| 365 |
'location' => 'query', |
| 366 |
'type' => 'integer', |
| 367 |
), |
| 368 |
'pageToken' => array( |
| 369 |
'location' => 'query', |
| 370 |
'type' => 'string', |
| 371 |
), |
| 372 |
), |
| 373 |
),'patch' => array( |
| 374 |
'path' => '{merchantId}/accounttax/{accountId}', |
| 375 |
'httpMethod' => 'PATCH', |
| 376 |
'parameters' => array( |
| 377 |
'merchantId' => array( |
| 378 |
'location' => 'path', |
| 379 |
'type' => 'string', |
| 380 |
'required' => true, |
| 381 |
), |
| 382 |
'accountId' => array( |
| 383 |
'location' => 'path', |
| 384 |
'type' => 'string', |
| 385 |
'required' => true, |
| 386 |
), |
| 387 |
'dryRun' => array( |
| 388 |
'location' => 'query', |
| 389 |
'type' => 'boolean', |
| 390 |
), |
| 391 |
), |
| 392 |
),'update' => array( |
| 393 |
'path' => '{merchantId}/accounttax/{accountId}', |
| 394 |
'httpMethod' => 'PUT', |
| 395 |
'parameters' => array( |
| 396 |
'merchantId' => array( |
| 397 |
'location' => 'path', |
| 398 |
'type' => 'string', |
| 399 |
'required' => true, |
| 400 |
), |
| 401 |
'accountId' => array( |
| 402 |
'location' => 'path', |
| 403 |
'type' => 'string', |
| 404 |
'required' => true, |
| 405 |
), |
| 406 |
'dryRun' => array( |
| 407 |
'location' => 'query', |
| 408 |
'type' => 'boolean', |
| 409 |
), |
| 410 |
), |
| 411 |
), |
| 412 |
) |
| 413 |
) |
| 414 |
); |
| 415 |
$this->datafeeds = new Google_Service_ShoppingContent_Datafeeds_Resource( |
| 416 |
$this, |
| 417 |
$this->serviceName, |
| 418 |
'datafeeds', |
| 419 |
array( |
| 420 |
'methods' => array( |
| 421 |
'custombatch' => array( |
| 422 |
'path' => 'datafeeds/batch', |
| 423 |
'httpMethod' => 'POST', |
| 424 |
'parameters' => array( |
| 425 |
'dryRun' => array( |
| 426 |
'location' => 'query', |
| 427 |
'type' => 'boolean', |
| 428 |
), |
| 429 |
), |
| 430 |
),'delete' => array( |
| 431 |
'path' => '{merchantId}/datafeeds/{datafeedId}', |
| 432 |
'httpMethod' => 'DELETE', |
| 433 |
'parameters' => array( |
| 434 |
'merchantId' => array( |
| 435 |
'location' => 'path', |
| 436 |
'type' => 'string', |
| 437 |
'required' => true, |
| 438 |
), |
| 439 |
'datafeedId' => array( |
| 440 |
'location' => 'path', |
| 441 |
'type' => 'string', |
| 442 |
'required' => true, |
| 443 |
), |
| 444 |
'dryRun' => array( |
| 445 |
'location' => 'query', |
| 446 |
'type' => 'boolean', |
| 447 |
), |
| 448 |
), |
| 449 |
),'get' => array( |
| 450 |
'path' => '{merchantId}/datafeeds/{datafeedId}', |
| 451 |
'httpMethod' => 'GET', |
| 452 |
'parameters' => array( |
| 453 |
'merchantId' => array( |
| 454 |
'location' => 'path', |
| 455 |
'type' => 'string', |
| 456 |
'required' => true, |
| 457 |
), |
| 458 |
'datafeedId' => array( |
| 459 |
'location' => 'path', |
| 460 |
'type' => 'string', |
| 461 |
'required' => true, |
| 462 |
), |
| 463 |
), |
| 464 |
),'insert' => array( |
| 465 |
'path' => '{merchantId}/datafeeds', |
| 466 |
'httpMethod' => 'POST', |
| 467 |
'parameters' => array( |
| 468 |
'merchantId' => array( |
| 469 |
'location' => 'path', |
| 470 |
'type' => 'string', |
| 471 |
'required' => true, |
| 472 |
), |
| 473 |
'dryRun' => array( |
| 474 |
'location' => 'query', |
| 475 |
'type' => 'boolean', |
| 476 |
), |
| 477 |
), |
| 478 |
),'list' => array( |
| 479 |
'path' => '{merchantId}/datafeeds', |
| 480 |
'httpMethod' => 'GET', |
| 481 |
'parameters' => array( |
| 482 |
'merchantId' => array( |
| 483 |
'location' => 'path', |
| 484 |
'type' => 'string', |
| 485 |
'required' => true, |
| 486 |
), |
| 487 |
'maxResults' => array( |
| 488 |
'location' => 'query', |
| 489 |
'type' => 'integer', |
| 490 |
), |
| 491 |
'pageToken' => array( |
| 492 |
'location' => 'query', |
| 493 |
'type' => 'string', |
| 494 |
), |
| 495 |
), |
| 496 |
),'patch' => array( |
| 497 |
'path' => '{merchantId}/datafeeds/{datafeedId}', |
| 498 |
'httpMethod' => 'PATCH', |
| 499 |
'parameters' => array( |
| 500 |
'merchantId' => array( |
| 501 |
'location' => 'path', |
| 502 |
'type' => 'string', |
| 503 |
'required' => true, |
| 504 |
), |
| 505 |
'datafeedId' => array( |
| 506 |
'location' => 'path', |
| 507 |
'type' => 'string', |
| 508 |
'required' => true, |
| 509 |
), |
| 510 |
'dryRun' => array( |
| 511 |
'location' => 'query', |
| 512 |
'type' => 'boolean', |
| 513 |
), |
| 514 |
), |
| 515 |
),'update' => array( |
| 516 |
'path' => '{merchantId}/datafeeds/{datafeedId}', |
| 517 |
'httpMethod' => 'PUT', |
| 518 |
'parameters' => array( |
| 519 |
'merchantId' => array( |
| 520 |
'location' => 'path', |
| 521 |
'type' => 'string', |
| 522 |
'required' => true, |
| 523 |
), |
| 524 |
'datafeedId' => array( |
| 525 |
'location' => 'path', |
| 526 |
'type' => 'string', |
| 527 |
'required' => true, |
| 528 |
), |
| 529 |
'dryRun' => array( |
| 530 |
'location' => 'query', |
| 531 |
'type' => 'boolean', |
| 532 |
), |
| 533 |
), |
| 534 |
), |
| 535 |
) |
| 536 |
) |
| 537 |
); |
| 538 |
$this->datafeedstatuses = new Google_Service_ShoppingContent_Datafeedstatuses_Resource( |
| 539 |
$this, |
| 540 |
$this->serviceName, |
| 541 |
'datafeedstatuses', |
| 542 |
array( |
| 543 |
'methods' => array( |
| 544 |
'custombatch' => array( |
| 545 |
'path' => 'datafeedstatuses/batch', |
| 546 |
'httpMethod' => 'POST', |
| 547 |
'parameters' => array(), |
| 548 |
),'get' => array( |
| 549 |
'path' => '{merchantId}/datafeedstatuses/{datafeedId}', |
| 550 |
'httpMethod' => 'GET', |
| 551 |
'parameters' => array( |
| 552 |
'merchantId' => array( |
| 553 |
'location' => 'path', |
| 554 |
'type' => 'string', |
| 555 |
'required' => true, |
| 556 |
), |
| 557 |
'datafeedId' => array( |
| 558 |
'location' => 'path', |
| 559 |
'type' => 'string', |
| 560 |
'required' => true, |
| 561 |
), |
| 562 |
), |
| 563 |
),'list' => array( |
| 564 |
'path' => '{merchantId}/datafeedstatuses', |
| 565 |
'httpMethod' => 'GET', |
| 566 |
'parameters' => array( |
| 567 |
'merchantId' => array( |
| 568 |
'location' => 'path', |
| 569 |
'type' => 'string', |
| 570 |
'required' => true, |
| 571 |
), |
| 572 |
'maxResults' => array( |
| 573 |
'location' => 'query', |
| 574 |
'type' => 'integer', |
| 575 |
), |
| 576 |
'pageToken' => array( |
| 577 |
'location' => 'query', |
| 578 |
'type' => 'string', |
| 579 |
), |
| 580 |
), |
| 581 |
), |
| 582 |
) |
| 583 |
) |
| 584 |
); |
| 585 |
$this->inventory = new Google_Service_ShoppingContent_Inventory_Resource( |
| 586 |
$this, |
| 587 |
$this->serviceName, |
| 588 |
'inventory', |
| 589 |
array( |
| 590 |
'methods' => array( |
| 591 |
'custombatch' => array( |
| 592 |
'path' => 'inventory/batch', |
| 593 |
'httpMethod' => 'POST', |
| 594 |
'parameters' => array( |
| 595 |
'dryRun' => array( |
| 596 |
'location' => 'query', |
| 597 |
'type' => 'boolean', |
| 598 |
), |
| 599 |
), |
| 600 |
),'set' => array( |
| 601 |
'path' => '{merchantId}/inventory/{storeCode}/products/{productId}', |
| 602 |
'httpMethod' => 'POST', |
| 603 |
'parameters' => array( |
| 604 |
'merchantId' => array( |
| 605 |
'location' => 'path', |
| 606 |
'type' => 'string', |
| 607 |
'required' => true, |
| 608 |
), |
| 609 |
'storeCode' => array( |
| 610 |
'location' => 'path', |
| 611 |
'type' => 'string', |
| 612 |
'required' => true, |
| 613 |
), |
| 614 |
'productId' => array( |
| 615 |
'location' => 'path', |
| 616 |
'type' => 'string', |
| 617 |
'required' => true, |
| 618 |
), |
| 619 |
'dryRun' => array( |
| 620 |
'location' => 'query', |
| 621 |
'type' => 'boolean', |
| 622 |
), |
| 623 |
), |
| 624 |
), |
| 625 |
) |
| 626 |
) |
| 627 |
); |
| 628 |
$this->orders = new Google_Service_ShoppingContent_Orders_Resource( |
| 629 |
$this, |
| 630 |
$this->serviceName, |
| 631 |
'orders', |
| 632 |
array( |
| 633 |
'methods' => array( |
| 634 |
'acknowledge' => array( |
| 635 |
'path' => '{merchantId}/orders/{orderId}/acknowledge', |
| 636 |
'httpMethod' => 'POST', |
| 637 |
'parameters' => array( |
| 638 |
'merchantId' => array( |
| 639 |
'location' => 'path', |
| 640 |
'type' => 'string', |
| 641 |
'required' => true, |
| 642 |
), |
| 643 |
'orderId' => array( |
| 644 |
'location' => 'path', |
| 645 |
'type' => 'string', |
| 646 |
'required' => true, |
| 647 |
), |
| 648 |
), |
| 649 |
),'advancetestorder' => array( |
| 650 |
'path' => '{merchantId}/testorders/{orderId}/advance', |
| 651 |
'httpMethod' => 'POST', |
| 652 |
'parameters' => array( |
| 653 |
'merchantId' => array( |
| 654 |
'location' => 'path', |
| 655 |
'type' => 'string', |
| 656 |
'required' => true, |
| 657 |
), |
| 658 |
'orderId' => array( |
| 659 |
'location' => 'path', |
| 660 |
'type' => 'string', |
| 661 |
'required' => true, |
| 662 |
), |
| 663 |
), |
| 664 |
),'cancel' => array( |
| 665 |
'path' => '{merchantId}/orders/{orderId}/cancel', |
| 666 |
'httpMethod' => 'POST', |
| 667 |
'parameters' => array( |
| 668 |
'merchantId' => array( |
| 669 |
'location' => 'path', |
| 670 |
'type' => 'string', |
| 671 |
'required' => true, |
| 672 |
), |
| 673 |
'orderId' => array( |
| 674 |
'location' => 'path', |
| 675 |
'type' => 'string', |
| 676 |
'required' => true, |
| 677 |
), |
| 678 |
), |
| 679 |
),'cancellineitem' => array( |
| 680 |
'path' => '{merchantId}/orders/{orderId}/cancelLineItem', |
| 681 |
'httpMethod' => 'POST', |
| 682 |
'parameters' => array( |
| 683 |
'merchantId' => array( |
| 684 |
'location' => 'path', |
| 685 |
'type' => 'string', |
| 686 |
'required' => true, |
| 687 |
), |
| 688 |
'orderId' => array( |
| 689 |
'location' => 'path', |
| 690 |
'type' => 'string', |
| 691 |
'required' => true, |
| 692 |
), |
| 693 |
), |
| 694 |
),'createtestorder' => array( |
| 695 |
'path' => '{merchantId}/testorders', |
| 696 |
'httpMethod' => 'POST', |
| 697 |
'parameters' => array( |
| 698 |
'merchantId' => array( |
| 699 |
'location' => 'path', |
| 700 |
'type' => 'string', |
| 701 |
'required' => true, |
| 702 |
), |
| 703 |
), |
| 704 |
),'custombatch' => array( |
| 705 |
'path' => 'orders/batch', |
| 706 |
'httpMethod' => 'POST', |
| 707 |
'parameters' => array(), |
| 708 |
),'get' => array( |
| 709 |
'path' => '{merchantId}/orders/{orderId}', |
| 710 |
'httpMethod' => 'GET', |
| 711 |
'parameters' => array( |
| 712 |
'merchantId' => array( |
| 713 |
'location' => 'path', |
| 714 |
'type' => 'string', |
| 715 |
'required' => true, |
| 716 |
), |
| 717 |
'orderId' => array( |
| 718 |
'location' => 'path', |
| 719 |
'type' => 'string', |
| 720 |
'required' => true, |
| 721 |
), |
| 722 |
), |
| 723 |
),'getbymerchantorderid' => array( |
| 724 |
'path' => '{merchantId}/ordersbymerchantid/{merchantOrderId}', |
| 725 |
'httpMethod' => 'GET', |
| 726 |
'parameters' => array( |
| 727 |
'merchantId' => array( |
| 728 |
'location' => 'path', |
| 729 |
'type' => 'string', |
| 730 |
'required' => true, |
| 731 |
), |
| 732 |
'merchantOrderId' => array( |
| 733 |
'location' => 'path', |
| 734 |
'type' => 'string', |
| 735 |
'required' => true, |
| 736 |
), |
| 737 |
), |
| 738 |
),'gettestordertemplate' => array( |
| 739 |
'path' => '{merchantId}/testordertemplates/{templateName}', |
| 740 |
'httpMethod' => 'GET', |
| 741 |
'parameters' => array( |
| 742 |
'merchantId' => array( |
| 743 |
'location' => 'path', |
| 744 |
'type' => 'string', |
| 745 |
'required' => true, |
| 746 |
), |
| 747 |
'templateName' => array( |
| 748 |
'location' => 'path', |
| 749 |
'type' => 'string', |
| 750 |
'required' => true, |
| 751 |
), |
| 752 |
), |
| 753 |
),'list' => array( |
| 754 |
'path' => '{merchantId}/orders', |
| 755 |
'httpMethod' => 'GET', |
| 756 |
'parameters' => array( |
| 757 |
'merchantId' => array( |
| 758 |
'location' => 'path', |
| 759 |
'type' => 'string', |
| 760 |
'required' => true, |
| 761 |
), |
| 762 |
'acknowledged' => array( |
| 763 |
'location' => 'query', |
| 764 |
'type' => 'boolean', |
| 765 |
), |
| 766 |
'maxResults' => array( |
| 767 |
'location' => 'query', |
| 768 |
'type' => 'integer', |
| 769 |
), |
| 770 |
'orderBy' => array( |
| 771 |
'location' => 'query', |
| 772 |
'type' => 'string', |
| 773 |
), |
| 774 |
'pageToken' => array( |
| 775 |
'location' => 'query', |
| 776 |
'type' => 'string', |
| 777 |
), |
| 778 |
'placedDateEnd' => array( |
| 779 |
'location' => 'query', |
| 780 |
'type' => 'string', |
| 781 |
), |
| 782 |
'placedDateStart' => array( |
| 783 |
'location' => 'query', |
| 784 |
'type' => 'string', |
| 785 |
), |
| 786 |
'statuses' => array( |
| 787 |
'location' => 'query', |
| 788 |
'type' => 'string', |
| 789 |
'repeated' => true, |
| 790 |
), |
| 791 |
), |
| 792 |
),'refund' => array( |
| 793 |
'path' => '{merchantId}/orders/{orderId}/refund', |
| 794 |
'httpMethod' => 'POST', |
| 795 |
'parameters' => array( |
| 796 |
'merchantId' => array( |
| 797 |
'location' => 'path', |
| 798 |
'type' => 'string', |
| 799 |
'required' => true, |
| 800 |
), |
| 801 |
'orderId' => array( |
| 802 |
'location' => 'path', |
| 803 |
'type' => 'string', |
| 804 |
'required' => true, |
| 805 |
), |
| 806 |
), |
| 807 |
),'returnlineitem' => array( |
| 808 |
'path' => '{merchantId}/orders/{orderId}/returnLineItem', |
| 809 |
'httpMethod' => 'POST', |
| 810 |
'parameters' => array( |
| 811 |
'merchantId' => array( |
| 812 |
'location' => 'path', |
| 813 |
'type' => 'string', |
| 814 |
'required' => true, |
| 815 |
), |
| 816 |
'orderId' => array( |
| 817 |
'location' => 'path', |
| 818 |
'type' => 'string', |
| 819 |
'required' => true, |
| 820 |
), |
| 821 |
), |
| 822 |
),'shiplineitems' => array( |
| 823 |
'path' => '{merchantId}/orders/{orderId}/shipLineItems', |
| 824 |
'httpMethod' => 'POST', |
| 825 |
'parameters' => array( |
| 826 |
'merchantId' => array( |
| 827 |
'location' => 'path', |
| 828 |
'type' => 'string', |
| 829 |
'required' => true, |
| 830 |
), |
| 831 |
'orderId' => array( |
| 832 |
'location' => 'path', |
| 833 |
'type' => 'string', |
| 834 |
'required' => true, |
| 835 |
), |
| 836 |
), |
| 837 |
),'updatemerchantorderid' => array( |
| 838 |
'path' => '{merchantId}/orders/{orderId}/updateMerchantOrderId', |
| 839 |
'httpMethod' => 'POST', |
| 840 |
'parameters' => array( |
| 841 |
'merchantId' => array( |
| 842 |
'location' => 'path', |
| 843 |
'type' => 'string', |
| 844 |
'required' => true, |
| 845 |
), |
| 846 |
'orderId' => array( |
| 847 |
'location' => 'path', |
| 848 |
'type' => 'string', |
| 849 |
'required' => true, |
| 850 |
), |
| 851 |
), |
| 852 |
),'updateshipment' => array( |
| 853 |
'path' => '{merchantId}/orders/{orderId}/updateShipment', |
| 854 |
'httpMethod' => 'POST', |
| 855 |
'parameters' => array( |
| 856 |
'merchantId' => array( |
| 857 |
'location' => 'path', |
| 858 |
'type' => 'string', |
| 859 |
'required' => true, |
| 860 |
), |
| 861 |
'orderId' => array( |
| 862 |
'location' => 'path', |
| 863 |
'type' => 'string', |
| 864 |
'required' => true, |
| 865 |
), |
| 866 |
), |
| 867 |
), |
| 868 |
) |
| 869 |
) |
| 870 |
); |
| 871 |
$this->products = new Google_Service_ShoppingContent_Products_Resource( |
| 872 |
$this, |
| 873 |
$this->serviceName, |
| 874 |
'products', |
| 875 |
array( |
| 876 |
'methods' => array( |
| 877 |
'custombatch' => array( |
| 878 |
'path' => 'products/batch', |
| 879 |
'httpMethod' => 'POST', |
| 880 |
'parameters' => array( |
| 881 |
'dryRun' => array( |
| 882 |
'location' => 'query', |
| 883 |
'type' => 'boolean', |
| 884 |
), |
| 885 |
), |
| 886 |
),'delete' => array( |
| 887 |
'path' => '{merchantId}/products/{productId}', |
| 888 |
'httpMethod' => 'DELETE', |
| 889 |
'parameters' => array( |
| 890 |
'merchantId' => array( |
| 891 |
'location' => 'path', |
| 892 |
'type' => 'string', |
| 893 |
'required' => true, |
| 894 |
), |
| 895 |
'productId' => array( |
| 896 |
'location' => 'path', |
| 897 |
'type' => 'string', |
| 898 |
'required' => true, |
| 899 |
), |
| 900 |
'dryRun' => array( |
| 901 |
'location' => 'query', |
| 902 |
'type' => 'boolean', |
| 903 |
), |
| 904 |
), |
| 905 |
),'get' => array( |
| 906 |
'path' => '{merchantId}/products/{productId}', |
| 907 |
'httpMethod' => 'GET', |
| 908 |
'parameters' => array( |
| 909 |
'merchantId' => array( |
| 910 |
'location' => 'path', |
| 911 |
'type' => 'string', |
| 912 |
'required' => true, |
| 913 |
), |
| 914 |
'productId' => array( |
| 915 |
'location' => 'path', |
| 916 |
'type' => 'string', |
| 917 |
'required' => true, |
| 918 |
), |
| 919 |
), |
| 920 |
),'insert' => array( |
| 921 |
'path' => '{merchantId}/products', |
| 922 |
'httpMethod' => 'POST', |
| 923 |
'parameters' => array( |
| 924 |
'merchantId' => array( |
| 925 |
'location' => 'path', |
| 926 |
'type' => 'string', |
| 927 |
'required' => true, |
| 928 |
), |
| 929 |
'dryRun' => array( |
| 930 |
'location' => 'query', |
| 931 |
'type' => 'boolean', |
| 932 |
), |
| 933 |
), |
| 934 |
),'list' => array( |
| 935 |
'path' => '{merchantId}/products', |
| 936 |
'httpMethod' => 'GET', |
| 937 |
'parameters' => array( |
| 938 |
'merchantId' => array( |
| 939 |
'location' => 'path', |
| 940 |
'type' => 'string', |
| 941 |
'required' => true, |
| 942 |
), |
| 943 |
'includeInvalidInsertedItems' => array( |
| 944 |
'location' => 'query', |
| 945 |
'type' => 'boolean', |
| 946 |
), |
| 947 |
'maxResults' => array( |
| 948 |
'location' => 'query', |
| 949 |
'type' => 'integer', |
| 950 |
), |
| 951 |
'pageToken' => array( |
| 952 |
'location' => 'query', |
| 953 |
'type' => 'string', |
| 954 |
), |
| 955 |
), |
| 956 |
), |
| 957 |
) |
| 958 |
) |
| 959 |
); |
| 960 |
$this->productstatuses = new Google_Service_ShoppingContent_Productstatuses_Resource( |
| 961 |
$this, |
| 962 |
$this->serviceName, |
| 963 |
'productstatuses', |
| 964 |
array( |
| 965 |
'methods' => array( |
| 966 |
'custombatch' => array( |
| 967 |
'path' => 'productstatuses/batch', |
| 968 |
'httpMethod' => 'POST', |
| 969 |
'parameters' => array(), |
| 970 |
),'get' => array( |
| 971 |
'path' => '{merchantId}/productstatuses/{productId}', |
| 972 |
'httpMethod' => 'GET', |
| 973 |
'parameters' => array( |
| 974 |
'merchantId' => array( |
| 975 |
'location' => 'path', |
| 976 |
'type' => 'string', |
| 977 |
'required' => true, |
| 978 |
), |
| 979 |
'productId' => array( |
| 980 |
'location' => 'path', |
| 981 |
'type' => 'string', |
| 982 |
'required' => true, |
| 983 |
), |
| 984 |
), |
| 985 |
),'list' => array( |
| 986 |
'path' => '{merchantId}/productstatuses', |
| 987 |
'httpMethod' => 'GET', |
| 988 |
'parameters' => array( |
| 989 |
'merchantId' => array( |
| 990 |
'location' => 'path', |
| 991 |
'type' => 'string', |
| 992 |
'required' => true, |
| 993 |
), |
| 994 |
'includeInvalidInsertedItems' => array( |
| 995 |
'location' => 'query', |
| 996 |
'type' => 'boolean', |
| 997 |
), |
| 998 |
'maxResults' => array( |
| 999 |
'location' => 'query', |
| 1000 |
'type' => 'integer', |
| 1001 |
), |
| 1002 |
'pageToken' => array( |
| 1003 |
'location' => 'query', |
| 1004 |
'type' => 'string', |
| 1005 |
), |
| 1006 |
), |
| 1007 |
), |
| 1008 |
) |
| 1009 |
) |
| 1010 |
); |
| 1011 |
} |
| 1012 |
} |
| 1013 |
|
| 1014 |
|
| 1015 |
/** |
| 1016 |
* The "accounts" collection of methods. |
| 1017 |
* Typical usage is: |
| 1018 |
* <code> |
| 1019 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1020 |
* $accounts = $contentService->accounts; |
| 1021 |
* </code> |
| 1022 |
*/ |
| 1023 |
class Google_Service_ShoppingContent_Accounts_Resource extends Google_Service_Resource |
| 1024 |
{ |
| 1025 |
|
| 1026 |
/** |
| 1027 |
* Returns information about the authenticated user. (accounts.authinfo) |
| 1028 |
* |
| 1029 |
* @param array $optParams Optional parameters. |
| 1030 |
* @return Google_Service_ShoppingContent_AccountsAuthInfoResponse |
| 1031 |
*/ |
| 1032 |
public function authinfo($optParams = array()) |
| 1033 |
{ |
| 1034 |
$params = array(); |
| 1035 |
$params = array_merge($params, $optParams); |
| 1036 |
return $this->call('authinfo', array($params), "Google_Service_ShoppingContent_AccountsAuthInfoResponse"); |
| 1037 |
} |
| 1038 |
|
| 1039 |
/** |
| 1040 |
* Retrieves, inserts, updates, and deletes multiple Merchant Center |
| 1041 |
* (sub-)accounts in a single request. (accounts.custombatch) |
| 1042 |
* |
| 1043 |
* @param Google_AccountsCustomBatchRequest $postBody |
| 1044 |
* @param array $optParams Optional parameters. |
| 1045 |
* |
| 1046 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1047 |
* @return Google_Service_ShoppingContent_AccountsCustomBatchResponse |
| 1048 |
*/ |
| 1049 |
public function custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody, $optParams = array()) |
| 1050 |
{ |
| 1051 |
$params = array('postBody' => $postBody); |
| 1052 |
$params = array_merge($params, $optParams); |
| 1053 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse"); |
| 1054 |
} |
| 1055 |
|
| 1056 |
/** |
| 1057 |
* Deletes a Merchant Center sub-account. (accounts.delete) |
| 1058 |
* |
| 1059 |
* @param string $merchantId The ID of the managing account. |
| 1060 |
* @param string $accountId The ID of the account. |
| 1061 |
* @param array $optParams Optional parameters. |
| 1062 |
* |
| 1063 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1064 |
*/ |
| 1065 |
public function delete($merchantId, $accountId, $optParams = array()) |
| 1066 |
{ |
| 1067 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId); |
| 1068 |
$params = array_merge($params, $optParams); |
| 1069 |
return $this->call('delete', array($params)); |
| 1070 |
} |
| 1071 |
|
| 1072 |
/** |
| 1073 |
* Retrieves a Merchant Center account. (accounts.get) |
| 1074 |
* |
| 1075 |
* @param string $merchantId The ID of the managing account. |
| 1076 |
* @param string $accountId The ID of the account. |
| 1077 |
* @param array $optParams Optional parameters. |
| 1078 |
* @return Google_Service_ShoppingContent_Account |
| 1079 |
*/ |
| 1080 |
public function get($merchantId, $accountId, $optParams = array()) |
| 1081 |
{ |
| 1082 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId); |
| 1083 |
$params = array_merge($params, $optParams); |
| 1084 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_Account"); |
| 1085 |
} |
| 1086 |
|
| 1087 |
/** |
| 1088 |
* Creates a Merchant Center sub-account. (accounts.insert) |
| 1089 |
* |
| 1090 |
* @param string $merchantId The ID of the managing account. |
| 1091 |
* @param Google_Account $postBody |
| 1092 |
* @param array $optParams Optional parameters. |
| 1093 |
* |
| 1094 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1095 |
* @return Google_Service_ShoppingContent_Account |
| 1096 |
*/ |
| 1097 |
public function insert($merchantId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) |
| 1098 |
{ |
| 1099 |
$params = array('merchantId' => $merchantId, 'postBody' => $postBody); |
| 1100 |
$params = array_merge($params, $optParams); |
| 1101 |
return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account"); |
| 1102 |
} |
| 1103 |
|
| 1104 |
/** |
| 1105 |
* Lists the sub-accounts in your Merchant Center account. |
| 1106 |
* (accounts.listAccounts) |
| 1107 |
* |
| 1108 |
* @param string $merchantId The ID of the managing account. |
| 1109 |
* @param array $optParams Optional parameters. |
| 1110 |
* |
| 1111 |
* @opt_param string maxResults The maximum number of accounts to return in the |
| 1112 |
* response, used for paging. |
| 1113 |
* @opt_param string pageToken The token returned by the previous request. |
| 1114 |
* @return Google_Service_ShoppingContent_AccountsListResponse |
| 1115 |
*/ |
| 1116 |
public function listAccounts($merchantId, $optParams = array()) |
| 1117 |
{ |
| 1118 |
$params = array('merchantId' => $merchantId); |
| 1119 |
$params = array_merge($params, $optParams); |
| 1120 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse"); |
| 1121 |
} |
| 1122 |
|
| 1123 |
/** |
| 1124 |
* Updates a Merchant Center account. This method supports patch semantics. |
| 1125 |
* (accounts.patch) |
| 1126 |
* |
| 1127 |
* @param string $merchantId The ID of the managing account. |
| 1128 |
* @param string $accountId The ID of the account. |
| 1129 |
* @param Google_Account $postBody |
| 1130 |
* @param array $optParams Optional parameters. |
| 1131 |
* |
| 1132 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1133 |
* @return Google_Service_ShoppingContent_Account |
| 1134 |
*/ |
| 1135 |
public function patch($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) |
| 1136 |
{ |
| 1137 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); |
| 1138 |
$params = array_merge($params, $optParams); |
| 1139 |
return $this->call('patch', array($params), "Google_Service_ShoppingContent_Account"); |
| 1140 |
} |
| 1141 |
|
| 1142 |
/** |
| 1143 |
* Updates a Merchant Center account. (accounts.update) |
| 1144 |
* |
| 1145 |
* @param string $merchantId The ID of the managing account. |
| 1146 |
* @param string $accountId The ID of the account. |
| 1147 |
* @param Google_Account $postBody |
| 1148 |
* @param array $optParams Optional parameters. |
| 1149 |
* |
| 1150 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1151 |
* @return Google_Service_ShoppingContent_Account |
| 1152 |
*/ |
| 1153 |
public function update($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()) |
| 1154 |
{ |
| 1155 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); |
| 1156 |
$params = array_merge($params, $optParams); |
| 1157 |
return $this->call('update', array($params), "Google_Service_ShoppingContent_Account"); |
| 1158 |
} |
| 1159 |
} |
| 1160 |
|
| 1161 |
/** |
| 1162 |
* The "accountshipping" collection of methods. |
| 1163 |
* Typical usage is: |
| 1164 |
* <code> |
| 1165 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1166 |
* $accountshipping = $contentService->accountshipping; |
| 1167 |
* </code> |
| 1168 |
*/ |
| 1169 |
class Google_Service_ShoppingContent_Accountshipping_Resource extends Google_Service_Resource |
| 1170 |
{ |
| 1171 |
|
| 1172 |
/** |
| 1173 |
* Retrieves and updates the shipping settings of multiple accounts in a single |
| 1174 |
* request. (accountshipping.custombatch) |
| 1175 |
* |
| 1176 |
* @param Google_AccountshippingCustomBatchRequest $postBody |
| 1177 |
* @param array $optParams Optional parameters. |
| 1178 |
* |
| 1179 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1180 |
* @return Google_Service_ShoppingContent_AccountshippingCustomBatchResponse |
| 1181 |
*/ |
| 1182 |
public function custombatch(Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody, $optParams = array()) |
| 1183 |
{ |
| 1184 |
$params = array('postBody' => $postBody); |
| 1185 |
$params = array_merge($params, $optParams); |
| 1186 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountshippingCustomBatchResponse"); |
| 1187 |
} |
| 1188 |
|
| 1189 |
/** |
| 1190 |
* Retrieves the shipping settings of the account. (accountshipping.get) |
| 1191 |
* |
| 1192 |
* @param string $merchantId The ID of the managing account. |
| 1193 |
* @param string $accountId The ID of the account for which to get/update |
| 1194 |
* account shipping settings. |
| 1195 |
* @param array $optParams Optional parameters. |
| 1196 |
* @return Google_Service_ShoppingContent_AccountShipping |
| 1197 |
*/ |
| 1198 |
public function get($merchantId, $accountId, $optParams = array()) |
| 1199 |
{ |
| 1200 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId); |
| 1201 |
$params = array_merge($params, $optParams); |
| 1202 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountShipping"); |
| 1203 |
} |
| 1204 |
|
| 1205 |
/** |
| 1206 |
* Lists the shipping settings of the sub-accounts in your Merchant Center |
| 1207 |
* account. (accountshipping.listAccountshipping) |
| 1208 |
* |
| 1209 |
* @param string $merchantId The ID of the managing account. |
| 1210 |
* @param array $optParams Optional parameters. |
| 1211 |
* |
| 1212 |
* @opt_param string maxResults The maximum number of shipping settings to |
| 1213 |
* return in the response, used for paging. |
| 1214 |
* @opt_param string pageToken The token returned by the previous request. |
| 1215 |
* @return Google_Service_ShoppingContent_AccountshippingListResponse |
| 1216 |
*/ |
| 1217 |
public function listAccountshipping($merchantId, $optParams = array()) |
| 1218 |
{ |
| 1219 |
$params = array('merchantId' => $merchantId); |
| 1220 |
$params = array_merge($params, $optParams); |
| 1221 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountshippingListResponse"); |
| 1222 |
} |
| 1223 |
|
| 1224 |
/** |
| 1225 |
* Updates the shipping settings of the account. This method supports patch |
| 1226 |
* semantics. (accountshipping.patch) |
| 1227 |
* |
| 1228 |
* @param string $merchantId The ID of the managing account. |
| 1229 |
* @param string $accountId The ID of the account for which to get/update |
| 1230 |
* account shipping settings. |
| 1231 |
* @param Google_AccountShipping $postBody |
| 1232 |
* @param array $optParams Optional parameters. |
| 1233 |
* |
| 1234 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1235 |
* @return Google_Service_ShoppingContent_AccountShipping |
| 1236 |
*/ |
| 1237 |
public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array()) |
| 1238 |
{ |
| 1239 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); |
| 1240 |
$params = array_merge($params, $optParams); |
| 1241 |
return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping"); |
| 1242 |
} |
| 1243 |
|
| 1244 |
/** |
| 1245 |
* Updates the shipping settings of the account. (accountshipping.update) |
| 1246 |
* |
| 1247 |
* @param string $merchantId The ID of the managing account. |
| 1248 |
* @param string $accountId The ID of the account for which to get/update |
| 1249 |
* account shipping settings. |
| 1250 |
* @param Google_AccountShipping $postBody |
| 1251 |
* @param array $optParams Optional parameters. |
| 1252 |
* |
| 1253 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1254 |
* @return Google_Service_ShoppingContent_AccountShipping |
| 1255 |
*/ |
| 1256 |
public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array()) |
| 1257 |
{ |
| 1258 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); |
| 1259 |
$params = array_merge($params, $optParams); |
| 1260 |
return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountShipping"); |
| 1261 |
} |
| 1262 |
} |
| 1263 |
|
| 1264 |
/** |
| 1265 |
* The "accountstatuses" collection of methods. |
| 1266 |
* Typical usage is: |
| 1267 |
* <code> |
| 1268 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1269 |
* $accountstatuses = $contentService->accountstatuses; |
| 1270 |
* </code> |
| 1271 |
*/ |
| 1272 |
class Google_Service_ShoppingContent_Accountstatuses_Resource extends Google_Service_Resource |
| 1273 |
{ |
| 1274 |
|
| 1275 |
/** |
| 1276 |
* (accountstatuses.custombatch) |
| 1277 |
* |
| 1278 |
* @param Google_AccountstatusesCustomBatchRequest $postBody |
| 1279 |
* @param array $optParams Optional parameters. |
| 1280 |
* @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse |
| 1281 |
*/ |
| 1282 |
public function custombatch(Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams = array()) |
| 1283 |
{ |
| 1284 |
$params = array('postBody' => $postBody); |
| 1285 |
$params = array_merge($params, $optParams); |
| 1286 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse"); |
| 1287 |
} |
| 1288 |
|
| 1289 |
/** |
| 1290 |
* Retrieves the status of a Merchant Center account. (accountstatuses.get) |
| 1291 |
* |
| 1292 |
* @param string $merchantId The ID of the managing account. |
| 1293 |
* @param string $accountId The ID of the account. |
| 1294 |
* @param array $optParams Optional parameters. |
| 1295 |
* @return Google_Service_ShoppingContent_AccountStatus |
| 1296 |
*/ |
| 1297 |
public function get($merchantId, $accountId, $optParams = array()) |
| 1298 |
{ |
| 1299 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId); |
| 1300 |
$params = array_merge($params, $optParams); |
| 1301 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus"); |
| 1302 |
} |
| 1303 |
|
| 1304 |
/** |
| 1305 |
* Lists the statuses of the sub-accounts in your Merchant Center account. |
| 1306 |
* (accountstatuses.listAccountstatuses) |
| 1307 |
* |
| 1308 |
* @param string $merchantId The ID of the managing account. |
| 1309 |
* @param array $optParams Optional parameters. |
| 1310 |
* |
| 1311 |
* @opt_param string maxResults The maximum number of account statuses to return |
| 1312 |
* in the response, used for paging. |
| 1313 |
* @opt_param string pageToken The token returned by the previous request. |
| 1314 |
* @return Google_Service_ShoppingContent_AccountstatusesListResponse |
| 1315 |
*/ |
| 1316 |
public function listAccountstatuses($merchantId, $optParams = array()) |
| 1317 |
{ |
| 1318 |
$params = array('merchantId' => $merchantId); |
| 1319 |
$params = array_merge($params, $optParams); |
| 1320 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountstatusesListResponse"); |
| 1321 |
} |
| 1322 |
} |
| 1323 |
|
| 1324 |
/** |
| 1325 |
* The "accounttax" collection of methods. |
| 1326 |
* Typical usage is: |
| 1327 |
* <code> |
| 1328 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1329 |
* $accounttax = $contentService->accounttax; |
| 1330 |
* </code> |
| 1331 |
*/ |
| 1332 |
class Google_Service_ShoppingContent_Accounttax_Resource extends Google_Service_Resource |
| 1333 |
{ |
| 1334 |
|
| 1335 |
/** |
| 1336 |
* Retrieves and updates tax settings of multiple accounts in a single request. |
| 1337 |
* (accounttax.custombatch) |
| 1338 |
* |
| 1339 |
* @param Google_AccounttaxCustomBatchRequest $postBody |
| 1340 |
* @param array $optParams Optional parameters. |
| 1341 |
* |
| 1342 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1343 |
* @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponse |
| 1344 |
*/ |
| 1345 |
public function custombatch(Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody, $optParams = array()) |
| 1346 |
{ |
| 1347 |
$params = array('postBody' => $postBody); |
| 1348 |
$params = array_merge($params, $optParams); |
| 1349 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse"); |
| 1350 |
} |
| 1351 |
|
| 1352 |
/** |
| 1353 |
* Retrieves the tax settings of the account. (accounttax.get) |
| 1354 |
* |
| 1355 |
* @param string $merchantId The ID of the managing account. |
| 1356 |
* @param string $accountId The ID of the account for which to get/update |
| 1357 |
* account tax settings. |
| 1358 |
* @param array $optParams Optional parameters. |
| 1359 |
* @return Google_Service_ShoppingContent_AccountTax |
| 1360 |
*/ |
| 1361 |
public function get($merchantId, $accountId, $optParams = array()) |
| 1362 |
{ |
| 1363 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId); |
| 1364 |
$params = array_merge($params, $optParams); |
| 1365 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountTax"); |
| 1366 |
} |
| 1367 |
|
| 1368 |
/** |
| 1369 |
* Lists the tax settings of the sub-accounts in your Merchant Center account. |
| 1370 |
* (accounttax.listAccounttax) |
| 1371 |
* |
| 1372 |
* @param string $merchantId The ID of the managing account. |
| 1373 |
* @param array $optParams Optional parameters. |
| 1374 |
* |
| 1375 |
* @opt_param string maxResults The maximum number of tax settings to return in |
| 1376 |
* the response, used for paging. |
| 1377 |
* @opt_param string pageToken The token returned by the previous request. |
| 1378 |
* @return Google_Service_ShoppingContent_AccounttaxListResponse |
| 1379 |
*/ |
| 1380 |
public function listAccounttax($merchantId, $optParams = array()) |
| 1381 |
{ |
| 1382 |
$params = array('merchantId' => $merchantId); |
| 1383 |
$params = array_merge($params, $optParams); |
| 1384 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse"); |
| 1385 |
} |
| 1386 |
|
| 1387 |
/** |
| 1388 |
* Updates the tax settings of the account. This method supports patch |
| 1389 |
* semantics. (accounttax.patch) |
| 1390 |
* |
| 1391 |
* @param string $merchantId The ID of the managing account. |
| 1392 |
* @param string $accountId The ID of the account for which to get/update |
| 1393 |
* account tax settings. |
| 1394 |
* @param Google_AccountTax $postBody |
| 1395 |
* @param array $optParams Optional parameters. |
| 1396 |
* |
| 1397 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1398 |
* @return Google_Service_ShoppingContent_AccountTax |
| 1399 |
*/ |
| 1400 |
public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array()) |
| 1401 |
{ |
| 1402 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); |
| 1403 |
$params = array_merge($params, $optParams); |
| 1404 |
return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax"); |
| 1405 |
} |
| 1406 |
|
| 1407 |
/** |
| 1408 |
* Updates the tax settings of the account. (accounttax.update) |
| 1409 |
* |
| 1410 |
* @param string $merchantId The ID of the managing account. |
| 1411 |
* @param string $accountId The ID of the account for which to get/update |
| 1412 |
* account tax settings. |
| 1413 |
* @param Google_AccountTax $postBody |
| 1414 |
* @param array $optParams Optional parameters. |
| 1415 |
* |
| 1416 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1417 |
* @return Google_Service_ShoppingContent_AccountTax |
| 1418 |
*/ |
| 1419 |
public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array()) |
| 1420 |
{ |
| 1421 |
$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody); |
| 1422 |
$params = array_merge($params, $optParams); |
| 1423 |
return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountTax"); |
| 1424 |
} |
| 1425 |
} |
| 1426 |
|
| 1427 |
/** |
| 1428 |
* The "datafeeds" collection of methods. |
| 1429 |
* Typical usage is: |
| 1430 |
* <code> |
| 1431 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1432 |
* $datafeeds = $contentService->datafeeds; |
| 1433 |
* </code> |
| 1434 |
*/ |
| 1435 |
class Google_Service_ShoppingContent_Datafeeds_Resource extends Google_Service_Resource |
| 1436 |
{ |
| 1437 |
|
| 1438 |
/** |
| 1439 |
* (datafeeds.custombatch) |
| 1440 |
* |
| 1441 |
* @param Google_DatafeedsCustomBatchRequest $postBody |
| 1442 |
* @param array $optParams Optional parameters. |
| 1443 |
* |
| 1444 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1445 |
* @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse |
| 1446 |
*/ |
| 1447 |
public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array()) |
| 1448 |
{ |
| 1449 |
$params = array('postBody' => $postBody); |
| 1450 |
$params = array_merge($params, $optParams); |
| 1451 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse"); |
| 1452 |
} |
| 1453 |
|
| 1454 |
/** |
| 1455 |
* Deletes a datafeed from your Merchant Center account. (datafeeds.delete) |
| 1456 |
* |
| 1457 |
* @param string $merchantId |
| 1458 |
* @param string $datafeedId |
| 1459 |
* @param array $optParams Optional parameters. |
| 1460 |
* |
| 1461 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1462 |
*/ |
| 1463 |
public function delete($merchantId, $datafeedId, $optParams = array()) |
| 1464 |
{ |
| 1465 |
$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); |
| 1466 |
$params = array_merge($params, $optParams); |
| 1467 |
return $this->call('delete', array($params)); |
| 1468 |
} |
| 1469 |
|
| 1470 |
/** |
| 1471 |
* Retrieves a datafeed from your Merchant Center account. (datafeeds.get) |
| 1472 |
* |
| 1473 |
* @param string $merchantId |
| 1474 |
* @param string $datafeedId |
| 1475 |
* @param array $optParams Optional parameters. |
| 1476 |
* @return Google_Service_ShoppingContent_Datafeed |
| 1477 |
*/ |
| 1478 |
public function get($merchantId, $datafeedId, $optParams = array()) |
| 1479 |
{ |
| 1480 |
$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); |
| 1481 |
$params = array_merge($params, $optParams); |
| 1482 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed"); |
| 1483 |
} |
| 1484 |
|
| 1485 |
/** |
| 1486 |
* Registers a datafeed with your Merchant Center account. (datafeeds.insert) |
| 1487 |
* |
| 1488 |
* @param string $merchantId |
| 1489 |
* @param Google_Datafeed $postBody |
| 1490 |
* @param array $optParams Optional parameters. |
| 1491 |
* |
| 1492 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1493 |
* @return Google_Service_ShoppingContent_Datafeed |
| 1494 |
*/ |
| 1495 |
public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) |
| 1496 |
{ |
| 1497 |
$params = array('merchantId' => $merchantId, 'postBody' => $postBody); |
| 1498 |
$params = array_merge($params, $optParams); |
| 1499 |
return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed"); |
| 1500 |
} |
| 1501 |
|
| 1502 |
/** |
| 1503 |
* Lists the datafeeds in your Merchant Center account. |
| 1504 |
* (datafeeds.listDatafeeds) |
| 1505 |
* |
| 1506 |
* @param string $merchantId The ID of the managing account. |
| 1507 |
* @param array $optParams Optional parameters. |
| 1508 |
* |
| 1509 |
* @opt_param string maxResults The maximum number of products to return in the |
| 1510 |
* response, used for paging. |
| 1511 |
* @opt_param string pageToken The token returned by the previous request. |
| 1512 |
* @return Google_Service_ShoppingContent_DatafeedsListResponse |
| 1513 |
*/ |
| 1514 |
public function listDatafeeds($merchantId, $optParams = array()) |
| 1515 |
{ |
| 1516 |
$params = array('merchantId' => $merchantId); |
| 1517 |
$params = array_merge($params, $optParams); |
| 1518 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse"); |
| 1519 |
} |
| 1520 |
|
| 1521 |
/** |
| 1522 |
* Updates a datafeed of your Merchant Center account. This method supports |
| 1523 |
* patch semantics. (datafeeds.patch) |
| 1524 |
* |
| 1525 |
* @param string $merchantId |
| 1526 |
* @param string $datafeedId |
| 1527 |
* @param Google_Datafeed $postBody |
| 1528 |
* @param array $optParams Optional parameters. |
| 1529 |
* |
| 1530 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1531 |
* @return Google_Service_ShoppingContent_Datafeed |
| 1532 |
*/ |
| 1533 |
public function patch($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) |
| 1534 |
{ |
| 1535 |
$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody); |
| 1536 |
$params = array_merge($params, $optParams); |
| 1537 |
return $this->call('patch', array($params), "Google_Service_ShoppingContent_Datafeed"); |
| 1538 |
} |
| 1539 |
|
| 1540 |
/** |
| 1541 |
* Updates a datafeed of your Merchant Center account. (datafeeds.update) |
| 1542 |
* |
| 1543 |
* @param string $merchantId |
| 1544 |
* @param string $datafeedId |
| 1545 |
* @param Google_Datafeed $postBody |
| 1546 |
* @param array $optParams Optional parameters. |
| 1547 |
* |
| 1548 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1549 |
* @return Google_Service_ShoppingContent_Datafeed |
| 1550 |
*/ |
| 1551 |
public function update($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()) |
| 1552 |
{ |
| 1553 |
$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody); |
| 1554 |
$params = array_merge($params, $optParams); |
| 1555 |
return $this->call('update', array($params), "Google_Service_ShoppingContent_Datafeed"); |
| 1556 |
} |
| 1557 |
} |
| 1558 |
|
| 1559 |
/** |
| 1560 |
* The "datafeedstatuses" collection of methods. |
| 1561 |
* Typical usage is: |
| 1562 |
* <code> |
| 1563 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1564 |
* $datafeedstatuses = $contentService->datafeedstatuses; |
| 1565 |
* </code> |
| 1566 |
*/ |
| 1567 |
class Google_Service_ShoppingContent_Datafeedstatuses_Resource extends Google_Service_Resource |
| 1568 |
{ |
| 1569 |
|
| 1570 |
/** |
| 1571 |
* (datafeedstatuses.custombatch) |
| 1572 |
* |
| 1573 |
* @param Google_DatafeedstatusesCustomBatchRequest $postBody |
| 1574 |
* @param array $optParams Optional parameters. |
| 1575 |
* @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse |
| 1576 |
*/ |
| 1577 |
public function custombatch(Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array()) |
| 1578 |
{ |
| 1579 |
$params = array('postBody' => $postBody); |
| 1580 |
$params = array_merge($params, $optParams); |
| 1581 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse"); |
| 1582 |
} |
| 1583 |
|
| 1584 |
/** |
| 1585 |
* Retrieves the status of a datafeed from your Merchant Center account. |
| 1586 |
* (datafeedstatuses.get) |
| 1587 |
* |
| 1588 |
* @param string $merchantId |
| 1589 |
* @param string $datafeedId |
| 1590 |
* @param array $optParams Optional parameters. |
| 1591 |
* @return Google_Service_ShoppingContent_DatafeedStatus |
| 1592 |
*/ |
| 1593 |
public function get($merchantId, $datafeedId, $optParams = array()) |
| 1594 |
{ |
| 1595 |
$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId); |
| 1596 |
$params = array_merge($params, $optParams); |
| 1597 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus"); |
| 1598 |
} |
| 1599 |
|
| 1600 |
/** |
| 1601 |
* Lists the statuses of the datafeeds in your Merchant Center account. |
| 1602 |
* (datafeedstatuses.listDatafeedstatuses) |
| 1603 |
* |
| 1604 |
* @param string $merchantId The ID of the managing account. |
| 1605 |
* @param array $optParams Optional parameters. |
| 1606 |
* |
| 1607 |
* @opt_param string maxResults The maximum number of products to return in the |
| 1608 |
* response, used for paging. |
| 1609 |
* @opt_param string pageToken The token returned by the previous request. |
| 1610 |
* @return Google_Service_ShoppingContent_DatafeedstatusesListResponse |
| 1611 |
*/ |
| 1612 |
public function listDatafeedstatuses($merchantId, $optParams = array()) |
| 1613 |
{ |
| 1614 |
$params = array('merchantId' => $merchantId); |
| 1615 |
$params = array_merge($params, $optParams); |
| 1616 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedstatusesListResponse"); |
| 1617 |
} |
| 1618 |
} |
| 1619 |
|
| 1620 |
/** |
| 1621 |
* The "inventory" collection of methods. |
| 1622 |
* Typical usage is: |
| 1623 |
* <code> |
| 1624 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1625 |
* $inventory = $contentService->inventory; |
| 1626 |
* </code> |
| 1627 |
*/ |
| 1628 |
class Google_Service_ShoppingContent_Inventory_Resource extends Google_Service_Resource |
| 1629 |
{ |
| 1630 |
|
| 1631 |
/** |
| 1632 |
* Updates price and availability for multiple products or stores in a single |
| 1633 |
* request. This operation does not update the expiration date of the products. |
| 1634 |
* (inventory.custombatch) |
| 1635 |
* |
| 1636 |
* @param Google_InventoryCustomBatchRequest $postBody |
| 1637 |
* @param array $optParams Optional parameters. |
| 1638 |
* |
| 1639 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1640 |
* @return Google_Service_ShoppingContent_InventoryCustomBatchResponse |
| 1641 |
*/ |
| 1642 |
public function custombatch(Google_Service_ShoppingContent_InventoryCustomBatchRequest $postBody, $optParams = array()) |
| 1643 |
{ |
| 1644 |
$params = array('postBody' => $postBody); |
| 1645 |
$params = array_merge($params, $optParams); |
| 1646 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_InventoryCustomBatchResponse"); |
| 1647 |
} |
| 1648 |
|
| 1649 |
/** |
| 1650 |
* Updates price and availability of a product in your Merchant Center account. |
| 1651 |
* This operation does not update the expiration date of the product. |
| 1652 |
* (inventory.set) |
| 1653 |
* |
| 1654 |
* @param string $merchantId The ID of the managing account. |
| 1655 |
* @param string $storeCode The code of the store for which to update price and |
| 1656 |
* availability. Use online to update price and availability of an online |
| 1657 |
* product. |
| 1658 |
* @param string $productId The ID of the product for which to update price and |
| 1659 |
* availability. |
| 1660 |
* @param Google_InventorySetRequest $postBody |
| 1661 |
* @param array $optParams Optional parameters. |
| 1662 |
* |
| 1663 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1664 |
* @return Google_Service_ShoppingContent_InventorySetResponse |
| 1665 |
*/ |
| 1666 |
public function set($merchantId, $storeCode, $productId, Google_Service_ShoppingContent_InventorySetRequest $postBody, $optParams = array()) |
| 1667 |
{ |
| 1668 |
$params = array('merchantId' => $merchantId, 'storeCode' => $storeCode, 'productId' => $productId, 'postBody' => $postBody); |
| 1669 |
$params = array_merge($params, $optParams); |
| 1670 |
return $this->call('set', array($params), "Google_Service_ShoppingContent_InventorySetResponse"); |
| 1671 |
} |
| 1672 |
} |
| 1673 |
|
| 1674 |
/** |
| 1675 |
* The "orders" collection of methods. |
| 1676 |
* Typical usage is: |
| 1677 |
* <code> |
| 1678 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1679 |
* $orders = $contentService->orders; |
| 1680 |
* </code> |
| 1681 |
*/ |
| 1682 |
class Google_Service_ShoppingContent_Orders_Resource extends Google_Service_Resource |
| 1683 |
{ |
| 1684 |
|
| 1685 |
/** |
| 1686 |
* Marks an order as acknowledged. (orders.acknowledge) |
| 1687 |
* |
| 1688 |
* @param string $merchantId The ID of the managing account. |
| 1689 |
* @param string $orderId The ID of the order. |
| 1690 |
* @param Google_OrdersAcknowledgeRequest $postBody |
| 1691 |
* @param array $optParams Optional parameters. |
| 1692 |
* @return Google_Service_ShoppingContent_OrdersAcknowledgeResponse |
| 1693 |
*/ |
| 1694 |
public function acknowledge($merchantId, $orderId, Google_Service_ShoppingContent_OrdersAcknowledgeRequest $postBody, $optParams = array()) |
| 1695 |
{ |
| 1696 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1697 |
$params = array_merge($params, $optParams); |
| 1698 |
return $this->call('acknowledge', array($params), "Google_Service_ShoppingContent_OrdersAcknowledgeResponse"); |
| 1699 |
} |
| 1700 |
|
| 1701 |
/** |
| 1702 |
* Sandbox only. Moves a test order from state "inProgress" to state |
| 1703 |
* "pendingShipment". (orders.advancetestorder) |
| 1704 |
* |
| 1705 |
* @param string $merchantId The ID of the managing account. |
| 1706 |
* @param string $orderId The ID of the test order to modify. |
| 1707 |
* @param array $optParams Optional parameters. |
| 1708 |
* @return Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse |
| 1709 |
*/ |
| 1710 |
public function advancetestorder($merchantId, $orderId, $optParams = array()) |
| 1711 |
{ |
| 1712 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId); |
| 1713 |
$params = array_merge($params, $optParams); |
| 1714 |
return $this->call('advancetestorder', array($params), "Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse"); |
| 1715 |
} |
| 1716 |
|
| 1717 |
/** |
| 1718 |
* Cancels all line items in an order. (orders.cancel) |
| 1719 |
* |
| 1720 |
* @param string $merchantId The ID of the managing account. |
| 1721 |
* @param string $orderId The ID of the order to cancel. |
| 1722 |
* @param Google_OrdersCancelRequest $postBody |
| 1723 |
* @param array $optParams Optional parameters. |
| 1724 |
* @return Google_Service_ShoppingContent_OrdersCancelResponse |
| 1725 |
*/ |
| 1726 |
public function cancel($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelRequest $postBody, $optParams = array()) |
| 1727 |
{ |
| 1728 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1729 |
$params = array_merge($params, $optParams); |
| 1730 |
return $this->call('cancel', array($params), "Google_Service_ShoppingContent_OrdersCancelResponse"); |
| 1731 |
} |
| 1732 |
|
| 1733 |
/** |
| 1734 |
* Cancels a line item. (orders.cancellineitem) |
| 1735 |
* |
| 1736 |
* @param string $merchantId The ID of the managing account. |
| 1737 |
* @param string $orderId The ID of the order. |
| 1738 |
* @param Google_OrdersCancelLineItemRequest $postBody |
| 1739 |
* @param array $optParams Optional parameters. |
| 1740 |
* @return Google_Service_ShoppingContent_OrdersCancelLineItemResponse |
| 1741 |
*/ |
| 1742 |
public function cancellineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersCancelLineItemRequest $postBody, $optParams = array()) |
| 1743 |
{ |
| 1744 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1745 |
$params = array_merge($params, $optParams); |
| 1746 |
return $this->call('cancellineitem', array($params), "Google_Service_ShoppingContent_OrdersCancelLineItemResponse"); |
| 1747 |
} |
| 1748 |
|
| 1749 |
/** |
| 1750 |
* Sandbox only. Creates a test order. (orders.createtestorder) |
| 1751 |
* |
| 1752 |
* @param string $merchantId The ID of the managing account. |
| 1753 |
* @param Google_OrdersCreateTestOrderRequest $postBody |
| 1754 |
* @param array $optParams Optional parameters. |
| 1755 |
* @return Google_Service_ShoppingContent_OrdersCreateTestOrderResponse |
| 1756 |
*/ |
| 1757 |
public function createtestorder($merchantId, Google_Service_ShoppingContent_OrdersCreateTestOrderRequest $postBody, $optParams = array()) |
| 1758 |
{ |
| 1759 |
$params = array('merchantId' => $merchantId, 'postBody' => $postBody); |
| 1760 |
$params = array_merge($params, $optParams); |
| 1761 |
return $this->call('createtestorder', array($params), "Google_Service_ShoppingContent_OrdersCreateTestOrderResponse"); |
| 1762 |
} |
| 1763 |
|
| 1764 |
/** |
| 1765 |
* Retrieves or modifies multiple orders in a single request. |
| 1766 |
* (orders.custombatch) |
| 1767 |
* |
| 1768 |
* @param Google_OrdersCustomBatchRequest $postBody |
| 1769 |
* @param array $optParams Optional parameters. |
| 1770 |
* @return Google_Service_ShoppingContent_OrdersCustomBatchResponse |
| 1771 |
*/ |
| 1772 |
public function custombatch(Google_Service_ShoppingContent_OrdersCustomBatchRequest $postBody, $optParams = array()) |
| 1773 |
{ |
| 1774 |
$params = array('postBody' => $postBody); |
| 1775 |
$params = array_merge($params, $optParams); |
| 1776 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_OrdersCustomBatchResponse"); |
| 1777 |
} |
| 1778 |
|
| 1779 |
/** |
| 1780 |
* Retrieves an order from your Merchant Center account. (orders.get) |
| 1781 |
* |
| 1782 |
* @param string $merchantId The ID of the managing account. |
| 1783 |
* @param string $orderId The ID of the order. |
| 1784 |
* @param array $optParams Optional parameters. |
| 1785 |
* @return Google_Service_ShoppingContent_Order |
| 1786 |
*/ |
| 1787 |
public function get($merchantId, $orderId, $optParams = array()) |
| 1788 |
{ |
| 1789 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId); |
| 1790 |
$params = array_merge($params, $optParams); |
| 1791 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_Order"); |
| 1792 |
} |
| 1793 |
|
| 1794 |
/** |
| 1795 |
* Retrieves an order using merchant order id. (orders.getbymerchantorderid) |
| 1796 |
* |
| 1797 |
* @param string $merchantId The ID of the managing account. |
| 1798 |
* @param string $merchantOrderId The merchant order id to be looked for. |
| 1799 |
* @param array $optParams Optional parameters. |
| 1800 |
* @return Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse |
| 1801 |
*/ |
| 1802 |
public function getbymerchantorderid($merchantId, $merchantOrderId, $optParams = array()) |
| 1803 |
{ |
| 1804 |
$params = array('merchantId' => $merchantId, 'merchantOrderId' => $merchantOrderId); |
| 1805 |
$params = array_merge($params, $optParams); |
| 1806 |
return $this->call('getbymerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse"); |
| 1807 |
} |
| 1808 |
|
| 1809 |
/** |
| 1810 |
* Sandbox only. Retrieves an order template that can be used to quickly create |
| 1811 |
* a new order in sandbox. (orders.gettestordertemplate) |
| 1812 |
* |
| 1813 |
* @param string $merchantId The ID of the managing account. |
| 1814 |
* @param string $templateName The name of the template to retrieve. |
| 1815 |
* @param array $optParams Optional parameters. |
| 1816 |
* @return Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse |
| 1817 |
*/ |
| 1818 |
public function gettestordertemplate($merchantId, $templateName, $optParams = array()) |
| 1819 |
{ |
| 1820 |
$params = array('merchantId' => $merchantId, 'templateName' => $templateName); |
| 1821 |
$params = array_merge($params, $optParams); |
| 1822 |
return $this->call('gettestordertemplate', array($params), "Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse"); |
| 1823 |
} |
| 1824 |
|
| 1825 |
/** |
| 1826 |
* Lists the orders in your Merchant Center account. (orders.listOrders) |
| 1827 |
* |
| 1828 |
* @param string $merchantId The ID of the managing account. |
| 1829 |
* @param array $optParams Optional parameters. |
| 1830 |
* |
| 1831 |
* @opt_param bool acknowledged Obtains orders that match the acknowledgement |
| 1832 |
* status. When set to true, obtains orders that have been acknowledged. When |
| 1833 |
* false, obtains orders that have not been acknowledged. We recommend using |
| 1834 |
* this filter set to false, in conjunction with the acknowledge call, such that |
| 1835 |
* only un-acknowledged orders are returned. |
| 1836 |
* @opt_param string maxResults The maximum number of orders to return in the |
| 1837 |
* response, used for paging. The default value is 25 orders per page, and the |
| 1838 |
* maximum allowed value is 250 orders per page. Known issue: All List calls |
| 1839 |
* will return all Orders without limit regardless of the value of this field. |
| 1840 |
* @opt_param string orderBy The ordering of the returned list. The only |
| 1841 |
* supported value are placedDate desc and placedDate asc for now, which returns |
| 1842 |
* orders sorted by placement date. "placedDate desc" stands for listing orders |
| 1843 |
* by placement date, from oldest to most recent. "placedDate asc" stands for |
| 1844 |
* listing orders by placement date, from most recent to oldest. In future |
| 1845 |
* releases we'll support other sorting criteria. |
| 1846 |
* @opt_param string pageToken The token returned by the previous request. |
| 1847 |
* @opt_param string placedDateEnd Obtains orders placed before this date |
| 1848 |
* (exclusively), in ISO 8601 format. |
| 1849 |
* @opt_param string placedDateStart Obtains orders placed after this date |
| 1850 |
* (inclusively), in ISO 8601 format. |
| 1851 |
* @opt_param string statuses Obtains orders that match any of the specified |
| 1852 |
* statuses. Multiple values can be specified with comma separation. |
| 1853 |
* Additionally, please note that active is a shortcut for pendingShipment and |
| 1854 |
* partiallyShipped, and completed is a shortcut for shipped , |
| 1855 |
* partiallyDelivered, delivered, partiallyReturned, returned, and canceled. |
| 1856 |
* @return Google_Service_ShoppingContent_OrdersListResponse |
| 1857 |
*/ |
| 1858 |
public function listOrders($merchantId, $optParams = array()) |
| 1859 |
{ |
| 1860 |
$params = array('merchantId' => $merchantId); |
| 1861 |
$params = array_merge($params, $optParams); |
| 1862 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_OrdersListResponse"); |
| 1863 |
} |
| 1864 |
|
| 1865 |
/** |
| 1866 |
* Refund a portion of the order, up to the full amount paid. (orders.refund) |
| 1867 |
* |
| 1868 |
* @param string $merchantId The ID of the managing account. |
| 1869 |
* @param string $orderId The ID of the order to refund. |
| 1870 |
* @param Google_OrdersRefundRequest $postBody |
| 1871 |
* @param array $optParams Optional parameters. |
| 1872 |
* @return Google_Service_ShoppingContent_OrdersRefundResponse |
| 1873 |
*/ |
| 1874 |
public function refund($merchantId, $orderId, Google_Service_ShoppingContent_OrdersRefundRequest $postBody, $optParams = array()) |
| 1875 |
{ |
| 1876 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1877 |
$params = array_merge($params, $optParams); |
| 1878 |
return $this->call('refund', array($params), "Google_Service_ShoppingContent_OrdersRefundResponse"); |
| 1879 |
} |
| 1880 |
|
| 1881 |
/** |
| 1882 |
* Returns a line item. (orders.returnlineitem) |
| 1883 |
* |
| 1884 |
* @param string $merchantId The ID of the managing account. |
| 1885 |
* @param string $orderId The ID of the order. |
| 1886 |
* @param Google_OrdersReturnLineItemRequest $postBody |
| 1887 |
* @param array $optParams Optional parameters. |
| 1888 |
* @return Google_Service_ShoppingContent_OrdersReturnLineItemResponse |
| 1889 |
*/ |
| 1890 |
public function returnlineitem($merchantId, $orderId, Google_Service_ShoppingContent_OrdersReturnLineItemRequest $postBody, $optParams = array()) |
| 1891 |
{ |
| 1892 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1893 |
$params = array_merge($params, $optParams); |
| 1894 |
return $this->call('returnlineitem', array($params), "Google_Service_ShoppingContent_OrdersReturnLineItemResponse"); |
| 1895 |
} |
| 1896 |
|
| 1897 |
/** |
| 1898 |
* Marks line item(s) as shipped. (orders.shiplineitems) |
| 1899 |
* |
| 1900 |
* @param string $merchantId The ID of the managing account. |
| 1901 |
* @param string $orderId The ID of the order. |
| 1902 |
* @param Google_OrdersShipLineItemsRequest $postBody |
| 1903 |
* @param array $optParams Optional parameters. |
| 1904 |
* @return Google_Service_ShoppingContent_OrdersShipLineItemsResponse |
| 1905 |
*/ |
| 1906 |
public function shiplineitems($merchantId, $orderId, Google_Service_ShoppingContent_OrdersShipLineItemsRequest $postBody, $optParams = array()) |
| 1907 |
{ |
| 1908 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1909 |
$params = array_merge($params, $optParams); |
| 1910 |
return $this->call('shiplineitems', array($params), "Google_Service_ShoppingContent_OrdersShipLineItemsResponse"); |
| 1911 |
} |
| 1912 |
|
| 1913 |
/** |
| 1914 |
* Updates the merchant order ID for a given order. |
| 1915 |
* (orders.updatemerchantorderid) |
| 1916 |
* |
| 1917 |
* @param string $merchantId The ID of the managing account. |
| 1918 |
* @param string $orderId The ID of the order. |
| 1919 |
* @param Google_OrdersUpdateMerchantOrderIdRequest $postBody |
| 1920 |
* @param array $optParams Optional parameters. |
| 1921 |
* @return Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse |
| 1922 |
*/ |
| 1923 |
public function updatemerchantorderid($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest $postBody, $optParams = array()) |
| 1924 |
{ |
| 1925 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1926 |
$params = array_merge($params, $optParams); |
| 1927 |
return $this->call('updatemerchantorderid', array($params), "Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse"); |
| 1928 |
} |
| 1929 |
|
| 1930 |
/** |
| 1931 |
* Updates a shipment's status, carrier, and/or tracking ID. |
| 1932 |
* (orders.updateshipment) |
| 1933 |
* |
| 1934 |
* @param string $merchantId The ID of the managing account. |
| 1935 |
* @param string $orderId The ID of the order. |
| 1936 |
* @param Google_OrdersUpdateShipmentRequest $postBody |
| 1937 |
* @param array $optParams Optional parameters. |
| 1938 |
* @return Google_Service_ShoppingContent_OrdersUpdateShipmentResponse |
| 1939 |
*/ |
| 1940 |
public function updateshipment($merchantId, $orderId, Google_Service_ShoppingContent_OrdersUpdateShipmentRequest $postBody, $optParams = array()) |
| 1941 |
{ |
| 1942 |
$params = array('merchantId' => $merchantId, 'orderId' => $orderId, 'postBody' => $postBody); |
| 1943 |
$params = array_merge($params, $optParams); |
| 1944 |
return $this->call('updateshipment', array($params), "Google_Service_ShoppingContent_OrdersUpdateShipmentResponse"); |
| 1945 |
} |
| 1946 |
} |
| 1947 |
|
| 1948 |
/** |
| 1949 |
* The "products" collection of methods. |
| 1950 |
* Typical usage is: |
| 1951 |
* <code> |
| 1952 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 1953 |
* $products = $contentService->products; |
| 1954 |
* </code> |
| 1955 |
*/ |
| 1956 |
class Google_Service_ShoppingContent_Products_Resource extends Google_Service_Resource |
| 1957 |
{ |
| 1958 |
|
| 1959 |
/** |
| 1960 |
* Retrieves, inserts, and deletes multiple products in a single request. |
| 1961 |
* (products.custombatch) |
| 1962 |
* |
| 1963 |
* @param Google_ProductsCustomBatchRequest $postBody |
| 1964 |
* @param array $optParams Optional parameters. |
| 1965 |
* |
| 1966 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1967 |
* @return Google_Service_ShoppingContent_ProductsCustomBatchResponse |
| 1968 |
*/ |
| 1969 |
public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array()) |
| 1970 |
{ |
| 1971 |
$params = array('postBody' => $postBody); |
| 1972 |
$params = array_merge($params, $optParams); |
| 1973 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse"); |
| 1974 |
} |
| 1975 |
|
| 1976 |
/** |
| 1977 |
* Deletes a product from your Merchant Center account. (products.delete) |
| 1978 |
* |
| 1979 |
* @param string $merchantId The ID of the managing account. |
| 1980 |
* @param string $productId The ID of the product. |
| 1981 |
* @param array $optParams Optional parameters. |
| 1982 |
* |
| 1983 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 1984 |
*/ |
| 1985 |
public function delete($merchantId, $productId, $optParams = array()) |
| 1986 |
{ |
| 1987 |
$params = array('merchantId' => $merchantId, 'productId' => $productId); |
| 1988 |
$params = array_merge($params, $optParams); |
| 1989 |
return $this->call('delete', array($params)); |
| 1990 |
} |
| 1991 |
|
| 1992 |
/** |
| 1993 |
* Retrieves a product from your Merchant Center account. (products.get) |
| 1994 |
* |
| 1995 |
* @param string $merchantId The ID of the managing account. |
| 1996 |
* @param string $productId The ID of the product. |
| 1997 |
* @param array $optParams Optional parameters. |
| 1998 |
* @return Google_Service_ShoppingContent_Product |
| 1999 |
*/ |
| 2000 |
public function get($merchantId, $productId, $optParams = array()) |
| 2001 |
{ |
| 2002 |
$params = array('merchantId' => $merchantId, 'productId' => $productId); |
| 2003 |
$params = array_merge($params, $optParams); |
| 2004 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_Product"); |
| 2005 |
} |
| 2006 |
|
| 2007 |
/** |
| 2008 |
* Uploads a product to your Merchant Center account. (products.insert) |
| 2009 |
* |
| 2010 |
* @param string $merchantId The ID of the managing account. |
| 2011 |
* @param Google_Product $postBody |
| 2012 |
* @param array $optParams Optional parameters. |
| 2013 |
* |
| 2014 |
* @opt_param bool dryRun Flag to run the request in dry-run mode. |
| 2015 |
* @return Google_Service_ShoppingContent_Product |
| 2016 |
*/ |
| 2017 |
public function insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array()) |
| 2018 |
{ |
| 2019 |
$params = array('merchantId' => $merchantId, 'postBody' => $postBody); |
| 2020 |
$params = array_merge($params, $optParams); |
| 2021 |
return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product"); |
| 2022 |
} |
| 2023 |
|
| 2024 |
/** |
| 2025 |
* Lists the products in your Merchant Center account. (products.listProducts) |
| 2026 |
* |
| 2027 |
* @param string $merchantId The ID of the managing account. |
| 2028 |
* @param array $optParams Optional parameters. |
| 2029 |
* |
| 2030 |
* @opt_param bool includeInvalidInsertedItems Flag to include the invalid |
| 2031 |
* inserted items in the result of the list request. By default the invalid |
| 2032 |
* items are not shown (the default value is false). |
| 2033 |
* @opt_param string maxResults The maximum number of products to return in the |
| 2034 |
* response, used for paging. |
| 2035 |
* @opt_param string pageToken The token returned by the previous request. |
| 2036 |
* @return Google_Service_ShoppingContent_ProductsListResponse |
| 2037 |
*/ |
| 2038 |
public function listProducts($merchantId, $optParams = array()) |
| 2039 |
{ |
| 2040 |
$params = array('merchantId' => $merchantId); |
| 2041 |
$params = array_merge($params, $optParams); |
| 2042 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductsListResponse"); |
| 2043 |
} |
| 2044 |
} |
| 2045 |
|
| 2046 |
/** |
| 2047 |
* The "productstatuses" collection of methods. |
| 2048 |
* Typical usage is: |
| 2049 |
* <code> |
| 2050 |
* $contentService = new Google_Service_ShoppingContent(...); |
| 2051 |
* $productstatuses = $contentService->productstatuses; |
| 2052 |
* </code> |
| 2053 |
*/ |
| 2054 |
class Google_Service_ShoppingContent_Productstatuses_Resource extends Google_Service_Resource |
| 2055 |
{ |
| 2056 |
|
| 2057 |
/** |
| 2058 |
* Gets the statuses of multiple products in a single request. |
| 2059 |
* (productstatuses.custombatch) |
| 2060 |
* |
| 2061 |
* @param Google_ProductstatusesCustomBatchRequest $postBody |
| 2062 |
* @param array $optParams Optional parameters. |
| 2063 |
* @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse |
| 2064 |
*/ |
| 2065 |
public function custombatch(Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody, $optParams = array()) |
| 2066 |
{ |
| 2067 |
$params = array('postBody' => $postBody); |
| 2068 |
$params = array_merge($params, $optParams); |
| 2069 |
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse"); |
| 2070 |
} |
| 2071 |
|
| 2072 |
/** |
| 2073 |
* Gets the status of a product from your Merchant Center account. |
| 2074 |
* (productstatuses.get) |
| 2075 |
* |
| 2076 |
* @param string $merchantId The ID of the managing account. |
| 2077 |
* @param string $productId The ID of the product. |
| 2078 |
* @param array $optParams Optional parameters. |
| 2079 |
* @return Google_Service_ShoppingContent_ProductStatus |
| 2080 |
*/ |
| 2081 |
public function get($merchantId, $productId, $optParams = array()) |
| 2082 |
{ |
| 2083 |
$params = array('merchantId' => $merchantId, 'productId' => $productId); |
| 2084 |
$params = array_merge($params, $optParams); |
| 2085 |
return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus"); |
| 2086 |
} |
| 2087 |
|
| 2088 |
/** |
| 2089 |
* Lists the statuses of the products in your Merchant Center account. |
| 2090 |
* (productstatuses.listProductstatuses) |
| 2091 |
* |
| 2092 |
* @param string $merchantId The ID of the managing account. |
| 2093 |
* @param array $optParams Optional parameters. |
| 2094 |
* |
| 2095 |
* @opt_param bool includeInvalidInsertedItems Flag to include the invalid |
| 2096 |
* inserted items in the result of the list request. By default the invalid |
| 2097 |
* items are not shown (the default value is false). |
| 2098 |
* @opt_param string maxResults The maximum number of product statuses to return |
| 2099 |
* in the response, used for paging. |
| 2100 |
* @opt_param string pageToken The token returned by the previous request. |
| 2101 |
* @return Google_Service_ShoppingContent_ProductstatusesListResponse |
| 2102 |
*/ |
| 2103 |
public function listProductstatuses($merchantId, $optParams = array()) |
| 2104 |
{ |
| 2105 |
$params = array('merchantId' => $merchantId); |
| 2106 |
$params = array_merge($params, $optParams); |
| 2107 |
return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductstatusesListResponse"); |
| 2108 |
} |
| 2109 |
} |
| 2110 |
|
| 2111 |
|
| 2112 |
|
| 2113 |
|
| 2114 |
class Google_Service_ShoppingContent_Account extends Google_Collection |
| 2115 |
{ |
| 2116 |
protected $collection_key = 'users'; |
| 2117 |
protected $internal_gapi_mappings = array( |
| 2118 |
); |
| 2119 |
public $adultContent; |
| 2120 |
protected $adwordsLinksType = 'Google_Service_ShoppingContent_AccountAdwordsLink'; |
| 2121 |
protected $adwordsLinksDataType = 'array'; |
| 2122 |
public $id; |
| 2123 |
public $kind; |
| 2124 |
public $name; |
| 2125 |
public $reviewsUrl; |
| 2126 |
public $sellerId; |
| 2127 |
protected $usersType = 'Google_Service_ShoppingContent_AccountUser'; |
| 2128 |
protected $usersDataType = 'array'; |
| 2129 |
public $websiteUrl; |
| 2130 |
|
| 2131 |
|
| 2132 |
public function setAdultContent($adultContent) |
| 2133 |
{ |
| 2134 |
$this->adultContent = $adultContent; |
| 2135 |
} |
| 2136 |
public function getAdultContent() |
| 2137 |
{ |
| 2138 |
return $this->adultContent; |
| 2139 |
} |
| 2140 |
public function setAdwordsLinks($adwordsLinks) |
| 2141 |
{ |
| 2142 |
$this->adwordsLinks = $adwordsLinks; |
| 2143 |
} |
| 2144 |
public function getAdwordsLinks() |
| 2145 |
{ |
| 2146 |
return $this->adwordsLinks; |
| 2147 |
} |
| 2148 |
public function setId($id) |
| 2149 |
{ |
| 2150 |
$this->id = $id; |
| 2151 |
} |
| 2152 |
public function getId() |
| 2153 |
{ |
| 2154 |
return $this->id; |
| 2155 |
} |
| 2156 |
public function setKind($kind) |
| 2157 |
{ |
| 2158 |
$this->kind = $kind; |
| 2159 |
} |
| 2160 |
public function getKind() |
| 2161 |
{ |
| 2162 |
return $this->kind; |
| 2163 |
} |
| 2164 |
public function setName($name) |
| 2165 |
{ |
| 2166 |
$this->name = $name; |
| 2167 |
} |
| 2168 |
public function getName() |
| 2169 |
{ |
| 2170 |
return $this->name; |
| 2171 |
} |
| 2172 |
public function setReviewsUrl($reviewsUrl) |
| 2173 |
{ |
| 2174 |
$this->reviewsUrl = $reviewsUrl; |
| 2175 |
} |
| 2176 |
public function getReviewsUrl() |
| 2177 |
{ |
| 2178 |
return $this->reviewsUrl; |
| 2179 |
} |
| 2180 |
public function setSellerId($sellerId) |
| 2181 |
{ |
| 2182 |
$this->sellerId = $sellerId; |
| 2183 |
} |
| 2184 |
public function getSellerId() |
| 2185 |
{ |
| 2186 |
return $this->sellerId; |
| 2187 |
} |
| 2188 |
public function setUsers($users) |
| 2189 |
{ |
| 2190 |
$this->users = $users; |
| 2191 |
} |
| 2192 |
public function getUsers() |
| 2193 |
{ |
| 2194 |
return $this->users; |
| 2195 |
} |
| 2196 |
public function setWebsiteUrl($websiteUrl) |
| 2197 |
{ |
| 2198 |
$this->websiteUrl = $websiteUrl; |
| 2199 |
} |
| 2200 |
public function getWebsiteUrl() |
| 2201 |
{ |
| 2202 |
return $this->websiteUrl; |
| 2203 |
} |
| 2204 |
} |
| 2205 |
|
| 2206 |
class Google_Service_ShoppingContent_AccountAdwordsLink extends Google_Model |
| 2207 |
{ |
| 2208 |
protected $internal_gapi_mappings = array( |
| 2209 |
); |
| 2210 |
public $adwordsId; |
| 2211 |
public $status; |
| 2212 |
|
| 2213 |
|
| 2214 |
public function setAdwordsId($adwordsId) |
| 2215 |
{ |
| 2216 |
$this->adwordsId = $adwordsId; |
| 2217 |
} |
| 2218 |
public function getAdwordsId() |
| 2219 |
{ |
| 2220 |
return $this->adwordsId; |
| 2221 |
} |
| 2222 |
public function setStatus($status) |
| 2223 |
{ |
| 2224 |
$this->status = $status; |
| 2225 |
} |
| 2226 |
public function getStatus() |
| 2227 |
{ |
| 2228 |
return $this->status; |
| 2229 |
} |
| 2230 |
} |
| 2231 |
|
| 2232 |
class Google_Service_ShoppingContent_AccountIdentifier extends Google_Model |
| 2233 |
{ |
| 2234 |
protected $internal_gapi_mappings = array( |
| 2235 |
); |
| 2236 |
public $aggregatorId; |
| 2237 |
public $merchantId; |
| 2238 |
|
| 2239 |
|
| 2240 |
public function setAggregatorId($aggregatorId) |
| 2241 |
{ |
| 2242 |
$this->aggregatorId = $aggregatorId; |
| 2243 |
} |
| 2244 |
public function getAggregatorId() |
| 2245 |
{ |
| 2246 |
return $this->aggregatorId; |
| 2247 |
} |
| 2248 |
public function setMerchantId($merchantId) |
| 2249 |
{ |
| 2250 |
$this->merchantId = $merchantId; |
| 2251 |
} |
| 2252 |
public function getMerchantId() |
| 2253 |
{ |
| 2254 |
return $this->merchantId; |
| 2255 |
} |
| 2256 |
} |
| 2257 |
|
| 2258 |
class Google_Service_ShoppingContent_AccountShipping extends Google_Collection |
| 2259 |
{ |
| 2260 |
protected $collection_key = 'services'; |
| 2261 |
protected $internal_gapi_mappings = array( |
| 2262 |
); |
| 2263 |
public $accountId; |
| 2264 |
protected $carrierRatesType = 'Google_Service_ShoppingContent_AccountShippingCarrierRate'; |
| 2265 |
protected $carrierRatesDataType = 'array'; |
| 2266 |
public $kind; |
| 2267 |
protected $locationGroupsType = 'Google_Service_ShoppingContent_AccountShippingLocationGroup'; |
| 2268 |
protected $locationGroupsDataType = 'array'; |
| 2269 |
protected $rateTablesType = 'Google_Service_ShoppingContent_AccountShippingRateTable'; |
| 2270 |
protected $rateTablesDataType = 'array'; |
| 2271 |
protected $servicesType = 'Google_Service_ShoppingContent_AccountShippingShippingService'; |
| 2272 |
protected $servicesDataType = 'array'; |
| 2273 |
|
| 2274 |
|
| 2275 |
public function setAccountId($accountId) |
| 2276 |
{ |
| 2277 |
$this->accountId = $accountId; |
| 2278 |
} |
| 2279 |
public function getAccountId() |
| 2280 |
{ |
| 2281 |
return $this->accountId; |
| 2282 |
} |
| 2283 |
public function setCarrierRates($carrierRates) |
| 2284 |
{ |
| 2285 |
$this->carrierRates = $carrierRates; |
| 2286 |
} |
| 2287 |
public function getCarrierRates() |
| 2288 |
{ |
| 2289 |
return $this->carrierRates; |
| 2290 |
} |
| 2291 |
public function setKind($kind) |
| 2292 |
{ |
| 2293 |
$this->kind = $kind; |
| 2294 |
} |
| 2295 |
public function getKind() |
| 2296 |
{ |
| 2297 |
return $this->kind; |
| 2298 |
} |
| 2299 |
public function setLocationGroups($locationGroups) |
| 2300 |
{ |
| 2301 |
$this->locationGroups = $locationGroups; |
| 2302 |
} |
| 2303 |
public function getLocationGroups() |
| 2304 |
{ |
| 2305 |
return $this->locationGroups; |
| 2306 |
} |
| 2307 |
public function setRateTables($rateTables) |
| 2308 |
{ |
| 2309 |
$this->rateTables = $rateTables; |
| 2310 |
} |
| 2311 |
public function getRateTables() |
| 2312 |
{ |
| 2313 |
return $this->rateTables; |
| 2314 |
} |
| 2315 |
public function setServices($services) |
| 2316 |
{ |
| 2317 |
$this->services = $services; |
| 2318 |
} |
| 2319 |
public function getServices() |
| 2320 |
{ |
| 2321 |
return $this->services; |
| 2322 |
} |
| 2323 |
} |
| 2324 |
|
| 2325 |
class Google_Service_ShoppingContent_AccountShippingCarrierRate extends Google_Model |
| 2326 |
{ |
| 2327 |
protected $internal_gapi_mappings = array( |
| 2328 |
); |
| 2329 |
public $carrier; |
| 2330 |
public $carrierService; |
| 2331 |
protected $modifierFlatRateType = 'Google_Service_ShoppingContent_Price'; |
| 2332 |
protected $modifierFlatRateDataType = ''; |
| 2333 |
public $modifierPercent; |
| 2334 |
public $name; |
| 2335 |
public $saleCountry; |
| 2336 |
public $shippingOrigin; |
| 2337 |
|
| 2338 |
|
| 2339 |
public function setCarrier($carrier) |
| 2340 |
{ |
| 2341 |
$this->carrier = $carrier; |
| 2342 |
} |
| 2343 |
public function getCarrier() |
| 2344 |
{ |
| 2345 |
return $this->carrier; |
| 2346 |
} |
| 2347 |
public function setCarrierService($carrierService) |
| 2348 |
{ |
| 2349 |
$this->carrierService = $carrierService; |
| 2350 |
} |
| 2351 |
public function getCarrierService() |
| 2352 |
{ |
| 2353 |
return $this->carrierService; |
| 2354 |
} |
| 2355 |
public function setModifierFlatRate(Google_Service_ShoppingContent_Price $modifierFlatRate) |
| 2356 |
{ |
| 2357 |
$this->modifierFlatRate = $modifierFlatRate; |
| 2358 |
} |
| 2359 |
public function getModifierFlatRate() |
| 2360 |
{ |
| 2361 |
return $this->modifierFlatRate; |
| 2362 |
} |
| 2363 |
public function setModifierPercent($modifierPercent) |
| 2364 |
{ |
| 2365 |
$this->modifierPercent = $modifierPercent; |
| 2366 |
} |
| 2367 |
public function getModifierPercent() |
| 2368 |
{ |
| 2369 |
return $this->modifierPercent; |
| 2370 |
} |
| 2371 |
public function setName($name) |
| 2372 |
{ |
| 2373 |
$this->name = $name; |
| 2374 |
} |
| 2375 |
public function getName() |
| 2376 |
{ |
| 2377 |
return $this->name; |
| 2378 |
} |
| 2379 |
public function setSaleCountry($saleCountry) |
| 2380 |
{ |
| 2381 |
$this->saleCountry = $saleCountry; |
| 2382 |
} |
| 2383 |
public function getSaleCountry() |
| 2384 |
{ |
| 2385 |
return $this->saleCountry; |
| 2386 |
} |
| 2387 |
public function setShippingOrigin($shippingOrigin) |
| 2388 |
{ |
| 2389 |
$this->shippingOrigin = $shippingOrigin; |
| 2390 |
} |
| 2391 |
public function getShippingOrigin() |
| 2392 |
{ |
| 2393 |
return $this->shippingOrigin; |
| 2394 |
} |
| 2395 |
} |
| 2396 |
|
| 2397 |
class Google_Service_ShoppingContent_AccountShippingCondition extends Google_Model |
| 2398 |
{ |
| 2399 |
protected $internal_gapi_mappings = array( |
| 2400 |
); |
| 2401 |
public $deliveryLocationGroup; |
| 2402 |
public $deliveryLocationId; |
| 2403 |
public $deliveryPostalCode; |
| 2404 |
protected $deliveryPostalCodeRangeType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange'; |
| 2405 |
protected $deliveryPostalCodeRangeDataType = ''; |
| 2406 |
protected $priceMaxType = 'Google_Service_ShoppingContent_Price'; |
| 2407 |
protected $priceMaxDataType = ''; |
| 2408 |
public $shippingLabel; |
| 2409 |
protected $weightMaxType = 'Google_Service_ShoppingContent_Weight'; |
| 2410 |
protected $weightMaxDataType = ''; |
| 2411 |
|
| 2412 |
|
| 2413 |
public function setDeliveryLocationGroup($deliveryLocationGroup) |
| 2414 |
{ |
| 2415 |
$this->deliveryLocationGroup = $deliveryLocationGroup; |
| 2416 |
} |
| 2417 |
public function getDeliveryLocationGroup() |
| 2418 |
{ |
| 2419 |
return $this->deliveryLocationGroup; |
| 2420 |
} |
| 2421 |
public function setDeliveryLocationId($deliveryLocationId) |
| 2422 |
{ |
| 2423 |
$this->deliveryLocationId = $deliveryLocationId; |
| 2424 |
} |
| 2425 |
public function getDeliveryLocationId() |
| 2426 |
{ |
| 2427 |
return $this->deliveryLocationId; |
| 2428 |
} |
| 2429 |
public function setDeliveryPostalCode($deliveryPostalCode) |
| 2430 |
{ |
| 2431 |
$this->deliveryPostalCode = $deliveryPostalCode; |
| 2432 |
} |
| 2433 |
public function getDeliveryPostalCode() |
| 2434 |
{ |
| 2435 |
return $this->deliveryPostalCode; |
| 2436 |
} |
| 2437 |
public function setDeliveryPostalCodeRange(Google_Service_ShoppingContent_AccountShippingPostalCodeRange $deliveryPostalCodeRange) |
| 2438 |
{ |
| 2439 |
$this->deliveryPostalCodeRange = $deliveryPostalCodeRange; |
| 2440 |
} |
| 2441 |
public function getDeliveryPostalCodeRange() |
| 2442 |
{ |
| 2443 |
return $this->deliveryPostalCodeRange; |
| 2444 |
} |
| 2445 |
public function setPriceMax(Google_Service_ShoppingContent_Price $priceMax) |
| 2446 |
{ |
| 2447 |
$this->priceMax = $priceMax; |
| 2448 |
} |
| 2449 |
public function getPriceMax() |
| 2450 |
{ |
| 2451 |
return $this->priceMax; |
| 2452 |
} |
| 2453 |
public function setShippingLabel($shippingLabel) |
| 2454 |
{ |
| 2455 |
$this->shippingLabel = $shippingLabel; |
| 2456 |
} |
| 2457 |
public function getShippingLabel() |
| 2458 |
{ |
| 2459 |
return $this->shippingLabel; |
| 2460 |
} |
| 2461 |
public function setWeightMax(Google_Service_ShoppingContent_Weight $weightMax) |
| 2462 |
{ |
| 2463 |
$this->weightMax = $weightMax; |
| 2464 |
} |
| 2465 |
public function getWeightMax() |
| 2466 |
{ |
| 2467 |
return $this->weightMax; |
| 2468 |
} |
| 2469 |
} |
| 2470 |
|
| 2471 |
class Google_Service_ShoppingContent_AccountShippingLocationGroup extends Google_Collection |
| 2472 |
{ |
| 2473 |
protected $collection_key = 'postalCodes'; |
| 2474 |
protected $internal_gapi_mappings = array( |
| 2475 |
); |
| 2476 |
public $country; |
| 2477 |
public $locationIds; |
| 2478 |
public $name; |
| 2479 |
protected $postalCodeRangesType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange'; |
| 2480 |
protected $postalCodeRangesDataType = 'array'; |
| 2481 |
public $postalCodes; |
| 2482 |
|
| 2483 |
|
| 2484 |
public function setCountry($country) |
| 2485 |
{ |
| 2486 |
$this->country = $country; |
| 2487 |
} |
| 2488 |
public function getCountry() |
| 2489 |
{ |
| 2490 |
return $this->country; |
| 2491 |
} |
| 2492 |
public function setLocationIds($locationIds) |
| 2493 |
{ |
| 2494 |
$this->locationIds = $locationIds; |
| 2495 |
} |
| 2496 |
public function getLocationIds() |
| 2497 |
{ |
| 2498 |
return $this->locationIds; |
| 2499 |
} |
| 2500 |
public function setName($name) |
| 2501 |
{ |
| 2502 |
$this->name = $name; |
| 2503 |
} |
| 2504 |
public function getName() |
| 2505 |
{ |
| 2506 |
return $this->name; |
| 2507 |
} |
| 2508 |
public function setPostalCodeRanges($postalCodeRanges) |
| 2509 |
{ |
| 2510 |
$this->postalCodeRanges = $postalCodeRanges; |
| 2511 |
} |
| 2512 |
public function getPostalCodeRanges() |
| 2513 |
{ |
| 2514 |
return $this->postalCodeRanges; |
| 2515 |
} |
| 2516 |
public function setPostalCodes($postalCodes) |
| 2517 |
{ |
| 2518 |
$this->postalCodes = $postalCodes; |
| 2519 |
} |
| 2520 |
public function getPostalCodes() |
| 2521 |
{ |
| 2522 |
return $this->postalCodes; |
| 2523 |
} |
| 2524 |
} |
| 2525 |
|
| 2526 |
class Google_Service_ShoppingContent_AccountShippingPostalCodeRange extends Google_Model |
| 2527 |
{ |
| 2528 |
protected $internal_gapi_mappings = array( |
| 2529 |
); |
| 2530 |
public $end; |
| 2531 |
public $start; |
| 2532 |
|
| 2533 |
|
| 2534 |
public function setEnd($end) |
| 2535 |
{ |
| 2536 |
$this->end = $end; |
| 2537 |
} |
| 2538 |
public function getEnd() |
| 2539 |
{ |
| 2540 |
return $this->end; |
| 2541 |
} |
| 2542 |
public function setStart($start) |
| 2543 |
{ |
| 2544 |
$this->start = $start; |
| 2545 |
} |
| 2546 |
public function getStart() |
| 2547 |
{ |
| 2548 |
return $this->start; |
| 2549 |
} |
| 2550 |
} |
| 2551 |
|
| 2552 |
class Google_Service_ShoppingContent_AccountShippingRateTable extends Google_Collection |
| 2553 |
{ |
| 2554 |
protected $collection_key = 'content'; |
| 2555 |
protected $internal_gapi_mappings = array( |
| 2556 |
); |
| 2557 |
protected $contentType = 'Google_Service_ShoppingContent_AccountShippingRateTableCell'; |
| 2558 |
protected $contentDataType = 'array'; |
| 2559 |
public $name; |
| 2560 |
public $saleCountry; |
| 2561 |
|
| 2562 |
|
| 2563 |
public function setContent($content) |
| 2564 |
{ |
| 2565 |
$this->content = $content; |
| 2566 |
} |
| 2567 |
public function getContent() |
| 2568 |
{ |
| 2569 |
return $this->content; |
| 2570 |
} |
| 2571 |
public function setName($name) |
| 2572 |
{ |
| 2573 |
$this->name = $name; |
| 2574 |
} |
| 2575 |
public function getName() |
| 2576 |
{ |
| 2577 |
return $this->name; |
| 2578 |
} |
| 2579 |
public function setSaleCountry($saleCountry) |
| 2580 |
{ |
| 2581 |
$this->saleCountry = $saleCountry; |
| 2582 |
} |
| 2583 |
public function getSaleCountry() |
| 2584 |
{ |
| 2585 |
return $this->saleCountry; |
| 2586 |
} |
| 2587 |
} |
| 2588 |
|
| 2589 |
class Google_Service_ShoppingContent_AccountShippingRateTableCell extends Google_Model |
| 2590 |
{ |
| 2591 |
protected $internal_gapi_mappings = array( |
| 2592 |
); |
| 2593 |
protected $conditionType = 'Google_Service_ShoppingContent_AccountShippingCondition'; |
| 2594 |
protected $conditionDataType = ''; |
| 2595 |
protected $rateType = 'Google_Service_ShoppingContent_Price'; |
| 2596 |
protected $rateDataType = ''; |
| 2597 |
|
| 2598 |
|
| 2599 |
public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition) |
| 2600 |
{ |
| 2601 |
$this->condition = $condition; |
| 2602 |
} |
| 2603 |
public function getCondition() |
| 2604 |
{ |
| 2605 |
return $this->condition; |
| 2606 |
} |
| 2607 |
public function setRate(Google_Service_ShoppingContent_Price $rate) |
| 2608 |
{ |
| 2609 |
$this->rate = $rate; |
| 2610 |
} |
| 2611 |
public function getRate() |
| 2612 |
{ |
| 2613 |
return $this->rate; |
| 2614 |
} |
| 2615 |
} |
| 2616 |
|
| 2617 |
class Google_Service_ShoppingContent_AccountShippingShippingService extends Google_Model |
| 2618 |
{ |
| 2619 |
protected $internal_gapi_mappings = array( |
| 2620 |
); |
| 2621 |
public $active; |
| 2622 |
protected $calculationMethodType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod'; |
| 2623 |
protected $calculationMethodDataType = ''; |
| 2624 |
protected $costRuleTreeType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule'; |
| 2625 |
protected $costRuleTreeDataType = ''; |
| 2626 |
public $name; |
| 2627 |
public $saleCountry; |
| 2628 |
|
| 2629 |
|
| 2630 |
public function setActive($active) |
| 2631 |
{ |
| 2632 |
$this->active = $active; |
| 2633 |
} |
| 2634 |
public function getActive() |
| 2635 |
{ |
| 2636 |
return $this->active; |
| 2637 |
} |
| 2638 |
public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod) |
| 2639 |
{ |
| 2640 |
$this->calculationMethod = $calculationMethod; |
| 2641 |
} |
| 2642 |
public function getCalculationMethod() |
| 2643 |
{ |
| 2644 |
return $this->calculationMethod; |
| 2645 |
} |
| 2646 |
public function setCostRuleTree(Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule $costRuleTree) |
| 2647 |
{ |
| 2648 |
$this->costRuleTree = $costRuleTree; |
| 2649 |
} |
| 2650 |
public function getCostRuleTree() |
| 2651 |
{ |
| 2652 |
return $this->costRuleTree; |
| 2653 |
} |
| 2654 |
public function setName($name) |
| 2655 |
{ |
| 2656 |
$this->name = $name; |
| 2657 |
} |
| 2658 |
public function getName() |
| 2659 |
{ |
| 2660 |
return $this->name; |
| 2661 |
} |
| 2662 |
public function setSaleCountry($saleCountry) |
| 2663 |
{ |
| 2664 |
$this->saleCountry = $saleCountry; |
| 2665 |
} |
| 2666 |
public function getSaleCountry() |
| 2667 |
{ |
| 2668 |
return $this->saleCountry; |
| 2669 |
} |
| 2670 |
} |
| 2671 |
|
| 2672 |
class Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod extends Google_Model |
| 2673 |
{ |
| 2674 |
protected $internal_gapi_mappings = array( |
| 2675 |
); |
| 2676 |
public $carrierRate; |
| 2677 |
public $excluded; |
| 2678 |
protected $flatRateType = 'Google_Service_ShoppingContent_Price'; |
| 2679 |
protected $flatRateDataType = ''; |
| 2680 |
public $percentageRate; |
| 2681 |
public $rateTable; |
| 2682 |
|
| 2683 |
|
| 2684 |
public function setCarrierRate($carrierRate) |
| 2685 |
{ |
| 2686 |
$this->carrierRate = $carrierRate; |
| 2687 |
} |
| 2688 |
public function getCarrierRate() |
| 2689 |
{ |
| 2690 |
return $this->carrierRate; |
| 2691 |
} |
| 2692 |
public function setExcluded($excluded) |
| 2693 |
{ |
| 2694 |
$this->excluded = $excluded; |
| 2695 |
} |
| 2696 |
public function getExcluded() |
| 2697 |
{ |
| 2698 |
return $this->excluded; |
| 2699 |
} |
| 2700 |
public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate) |
| 2701 |
{ |
| 2702 |
$this->flatRate = $flatRate; |
| 2703 |
} |
| 2704 |
public function getFlatRate() |
| 2705 |
{ |
| 2706 |
return $this->flatRate; |
| 2707 |
} |
| 2708 |
public function setPercentageRate($percentageRate) |
| 2709 |
{ |
| 2710 |
$this->percentageRate = $percentageRate; |
| 2711 |
} |
| 2712 |
public function getPercentageRate() |
| 2713 |
{ |
| 2714 |
return $this->percentageRate; |
| 2715 |
} |
| 2716 |
public function setRateTable($rateTable) |
| 2717 |
{ |
| 2718 |
$this->rateTable = $rateTable; |
| 2719 |
} |
| 2720 |
public function getRateTable() |
| 2721 |
{ |
| 2722 |
return $this->rateTable; |
| 2723 |
} |
| 2724 |
} |
| 2725 |
|
| 2726 |
class Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule extends Google_Collection |
| 2727 |
{ |
| 2728 |
protected $collection_key = 'children'; |
| 2729 |
protected $internal_gapi_mappings = array( |
| 2730 |
); |
| 2731 |
protected $calculationMethodType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod'; |
| 2732 |
protected $calculationMethodDataType = ''; |
| 2733 |
protected $childrenType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule'; |
| 2734 |
protected $childrenDataType = 'array'; |
| 2735 |
protected $conditionType = 'Google_Service_ShoppingContent_AccountShippingCondition'; |
| 2736 |
protected $conditionDataType = ''; |
| 2737 |
|
| 2738 |
|
| 2739 |
public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod) |
| 2740 |
{ |
| 2741 |
$this->calculationMethod = $calculationMethod; |
| 2742 |
} |
| 2743 |
public function getCalculationMethod() |
| 2744 |
{ |
| 2745 |
return $this->calculationMethod; |
| 2746 |
} |
| 2747 |
public function setChildren($children) |
| 2748 |
{ |
| 2749 |
$this->children = $children; |
| 2750 |
} |
| 2751 |
public function getChildren() |
| 2752 |
{ |
| 2753 |
return $this->children; |
| 2754 |
} |
| 2755 |
public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition) |
| 2756 |
{ |
| 2757 |
$this->condition = $condition; |
| 2758 |
} |
| 2759 |
public function getCondition() |
| 2760 |
{ |
| 2761 |
return $this->condition; |
| 2762 |
} |
| 2763 |
} |
| 2764 |
|
| 2765 |
class Google_Service_ShoppingContent_AccountStatus extends Google_Collection |
| 2766 |
{ |
| 2767 |
protected $collection_key = 'dataQualityIssues'; |
| 2768 |
protected $internal_gapi_mappings = array( |
| 2769 |
); |
| 2770 |
public $accountId; |
| 2771 |
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue'; |
| 2772 |
protected $dataQualityIssuesDataType = 'array'; |
| 2773 |
public $kind; |
| 2774 |
|
| 2775 |
|
| 2776 |
public function setAccountId($accountId) |
| 2777 |
{ |
| 2778 |
$this->accountId = $accountId; |
| 2779 |
} |
| 2780 |
public function getAccountId() |
| 2781 |
{ |
| 2782 |
return $this->accountId; |
| 2783 |
} |
| 2784 |
public function setDataQualityIssues($dataQualityIssues) |
| 2785 |
{ |
| 2786 |
$this->dataQualityIssues = $dataQualityIssues; |
| 2787 |
} |
| 2788 |
public function getDataQualityIssues() |
| 2789 |
{ |
| 2790 |
return $this->dataQualityIssues; |
| 2791 |
} |
| 2792 |
public function setKind($kind) |
| 2793 |
{ |
| 2794 |
$this->kind = $kind; |
| 2795 |
} |
| 2796 |
public function getKind() |
| 2797 |
{ |
| 2798 |
return $this->kind; |
| 2799 |
} |
| 2800 |
} |
| 2801 |
|
| 2802 |
class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection |
| 2803 |
{ |
| 2804 |
protected $collection_key = 'exampleItems'; |
| 2805 |
protected $internal_gapi_mappings = array( |
| 2806 |
); |
| 2807 |
public $country; |
| 2808 |
public $displayedValue; |
| 2809 |
protected $exampleItemsType = 'Google_Service_ShoppingContent_AccountStatusExampleItem'; |
| 2810 |
protected $exampleItemsDataType = 'array'; |
| 2811 |
public $id; |
| 2812 |
public $lastChecked; |
| 2813 |
public $numItems; |
| 2814 |
public $severity; |
| 2815 |
public $submittedValue; |
| 2816 |
|
| 2817 |
|
| 2818 |
public function setCountry($country) |
| 2819 |
{ |
| 2820 |
$this->country = $country; |
| 2821 |
} |
| 2822 |
public function getCountry() |
| 2823 |
{ |
| 2824 |
return $this->country; |
| 2825 |
} |
| 2826 |
public function setDisplayedValue($displayedValue) |
| 2827 |
{ |
| 2828 |
$this->displayedValue = $displayedValue; |
| 2829 |
} |
| 2830 |
public function getDisplayedValue() |
| 2831 |
{ |
| 2832 |
return $this->displayedValue; |
| 2833 |
} |
| 2834 |
public function setExampleItems($exampleItems) |
| 2835 |
{ |
| 2836 |
$this->exampleItems = $exampleItems; |
| 2837 |
} |
| 2838 |
public function getExampleItems() |
| 2839 |
{ |
| 2840 |
return $this->exampleItems; |
| 2841 |
} |
| 2842 |
public function setId($id) |
| 2843 |
{ |
| 2844 |
$this->id = $id; |
| 2845 |
} |
| 2846 |
public function getId() |
| 2847 |
{ |
| 2848 |
return $this->id; |
| 2849 |
} |
| 2850 |
public function setLastChecked($lastChecked) |
| 2851 |
{ |
| 2852 |
$this->lastChecked = $lastChecked; |
| 2853 |
} |
| 2854 |
public function getLastChecked() |
| 2855 |
{ |
| 2856 |
return $this->lastChecked; |
| 2857 |
} |
| 2858 |
public function setNumItems($numItems) |
| 2859 |
{ |
| 2860 |
$this->numItems = $numItems; |
| 2861 |
} |
| 2862 |
public function getNumItems() |
| 2863 |
{ |
| 2864 |
return $this->numItems; |
| 2865 |
} |
| 2866 |
public function setSeverity($severity) |
| 2867 |
{ |
| 2868 |
$this->severity = $severity; |
| 2869 |
} |
| 2870 |
public function getSeverity() |
| 2871 |
{ |
| 2872 |
return $this->severity; |
| 2873 |
} |
| 2874 |
public function setSubmittedValue($submittedValue) |
| 2875 |
{ |
| 2876 |
$this->submittedValue = $submittedValue; |
| 2877 |
} |
| 2878 |
public function getSubmittedValue() |
| 2879 |
{ |
| 2880 |
return $this->submittedValue; |
| 2881 |
} |
| 2882 |
} |
| 2883 |
|
| 2884 |
class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model |
| 2885 |
{ |
| 2886 |
protected $internal_gapi_mappings = array( |
| 2887 |
); |
| 2888 |
public $itemId; |
| 2889 |
public $link; |
| 2890 |
public $submittedValue; |
| 2891 |
public $title; |
| 2892 |
public $valueOnLandingPage; |
| 2893 |
|
| 2894 |
|
| 2895 |
public function setItemId($itemId) |
| 2896 |
{ |
| 2897 |
$this->itemId = $itemId; |
| 2898 |
} |
| 2899 |
public function getItemId() |
| 2900 |
{ |
| 2901 |
return $this->itemId; |
| 2902 |
} |
| 2903 |
public function setLink($link) |
| 2904 |
{ |
| 2905 |
$this->link = $link; |
| 2906 |
} |
| 2907 |
public function getLink() |
| 2908 |
{ |
| 2909 |
return $this->link; |
| 2910 |
} |
| 2911 |
public function setSubmittedValue($submittedValue) |
| 2912 |
{ |
| 2913 |
$this->submittedValue = $submittedValue; |
| 2914 |
} |
| 2915 |
public function getSubmittedValue() |
| 2916 |
{ |
| 2917 |
return $this->submittedValue; |
| 2918 |
} |
| 2919 |
public function setTitle($title) |
| 2920 |
{ |
| 2921 |
$this->title = $title; |
| 2922 |
} |
| 2923 |
public function getTitle() |
| 2924 |
{ |
| 2925 |
return $this->title; |
| 2926 |
} |
| 2927 |
public function setValueOnLandingPage($valueOnLandingPage) |
| 2928 |
{ |
| 2929 |
$this->valueOnLandingPage = $valueOnLandingPage; |
| 2930 |
} |
| 2931 |
public function getValueOnLandingPage() |
| 2932 |
{ |
| 2933 |
return $this->valueOnLandingPage; |
| 2934 |
} |
| 2935 |
} |
| 2936 |
|
| 2937 |
class Google_Service_ShoppingContent_AccountTax extends Google_Collection |
| 2938 |
{ |
| 2939 |
protected $collection_key = 'rules'; |
| 2940 |
protected $internal_gapi_mappings = array( |
| 2941 |
); |
| 2942 |
public $accountId; |
| 2943 |
public $kind; |
| 2944 |
protected $rulesType = 'Google_Service_ShoppingContent_AccountTaxTaxRule'; |
| 2945 |
protected $rulesDataType = 'array'; |
| 2946 |
|
| 2947 |
|
| 2948 |
public function setAccountId($accountId) |
| 2949 |
{ |
| 2950 |
$this->accountId = $accountId; |
| 2951 |
} |
| 2952 |
public function getAccountId() |
| 2953 |
{ |
| 2954 |
return $this->accountId; |
| 2955 |
} |
| 2956 |
public function setKind($kind) |
| 2957 |
{ |
| 2958 |
$this->kind = $kind; |
| 2959 |
} |
| 2960 |
public function getKind() |
| 2961 |
{ |
| 2962 |
return $this->kind; |
| 2963 |
} |
| 2964 |
public function setRules($rules) |
| 2965 |
{ |
| 2966 |
$this->rules = $rules; |
| 2967 |
} |
| 2968 |
public function getRules() |
| 2969 |
{ |
| 2970 |
return $this->rules; |
| 2971 |
} |
| 2972 |
} |
| 2973 |
|
| 2974 |
class Google_Service_ShoppingContent_AccountTaxTaxRule extends Google_Model |
| 2975 |
{ |
| 2976 |
protected $internal_gapi_mappings = array( |
| 2977 |
); |
| 2978 |
public $country; |
| 2979 |
public $locationId; |
| 2980 |
public $ratePercent; |
| 2981 |
public $shippingTaxed; |
| 2982 |
public $useGlobalRate; |
| 2983 |
|
| 2984 |
|
| 2985 |
public function setCountry($country) |
| 2986 |
{ |
| 2987 |
$this->country = $country; |
| 2988 |
} |
| 2989 |
public function getCountry() |
| 2990 |
{ |
| 2991 |
return $this->country; |
| 2992 |
} |
| 2993 |
public function setLocationId($locationId) |
| 2994 |
{ |
| 2995 |
$this->locationId = $locationId; |
| 2996 |
} |
| 2997 |
public function getLocationId() |
| 2998 |
{ |
| 2999 |
return $this->locationId; |
| 3000 |
} |
| 3001 |
public function setRatePercent($ratePercent) |
| 3002 |
{ |
| 3003 |
$this->ratePercent = $ratePercent; |
| 3004 |
} |
| 3005 |
public function getRatePercent() |
| 3006 |
{ |
| 3007 |
return $this->ratePercent; |
| 3008 |
} |
| 3009 |
public function setShippingTaxed($shippingTaxed) |
| 3010 |
{ |
| 3011 |
$this->shippingTaxed = $shippingTaxed; |
| 3012 |
} |
| 3013 |
public function getShippingTaxed() |
| 3014 |
{ |
| 3015 |
return $this->shippingTaxed; |
| 3016 |
} |
| 3017 |
public function setUseGlobalRate($useGlobalRate) |
| 3018 |
{ |
| 3019 |
$this->useGlobalRate = $useGlobalRate; |
| 3020 |
} |
| 3021 |
public function getUseGlobalRate() |
| 3022 |
{ |
| 3023 |
return $this->useGlobalRate; |
| 3024 |
} |
| 3025 |
} |
| 3026 |
|
| 3027 |
class Google_Service_ShoppingContent_AccountUser extends Google_Model |
| 3028 |
{ |
| 3029 |
protected $internal_gapi_mappings = array( |
| 3030 |
); |
| 3031 |
public $admin; |
| 3032 |
public $emailAddress; |
| 3033 |
|
| 3034 |
|
| 3035 |
public function setAdmin($admin) |
| 3036 |
{ |
| 3037 |
$this->admin = $admin; |
| 3038 |
} |
| 3039 |
public function getAdmin() |
| 3040 |
{ |
| 3041 |
return $this->admin; |
| 3042 |
} |
| 3043 |
public function setEmailAddress($emailAddress) |
| 3044 |
{ |
| 3045 |
$this->emailAddress = $emailAddress; |
| 3046 |
} |
| 3047 |
public function getEmailAddress() |
| 3048 |
{ |
| 3049 |
return $this->emailAddress; |
| 3050 |
} |
| 3051 |
} |
| 3052 |
|
| 3053 |
class Google_Service_ShoppingContent_AccountsAuthInfoResponse extends Google_Collection |
| 3054 |
{ |
| 3055 |
protected $collection_key = 'accountIdentifiers'; |
| 3056 |
protected $internal_gapi_mappings = array( |
| 3057 |
); |
| 3058 |
protected $accountIdentifiersType = 'Google_Service_ShoppingContent_AccountIdentifier'; |
| 3059 |
protected $accountIdentifiersDataType = 'array'; |
| 3060 |
public $kind; |
| 3061 |
|
| 3062 |
|
| 3063 |
public function setAccountIdentifiers($accountIdentifiers) |
| 3064 |
{ |
| 3065 |
$this->accountIdentifiers = $accountIdentifiers; |
| 3066 |
} |
| 3067 |
public function getAccountIdentifiers() |
| 3068 |
{ |
| 3069 |
return $this->accountIdentifiers; |
| 3070 |
} |
| 3071 |
public function setKind($kind) |
| 3072 |
{ |
| 3073 |
$this->kind = $kind; |
| 3074 |
} |
| 3075 |
public function getKind() |
| 3076 |
{ |
| 3077 |
return $this->kind; |
| 3078 |
} |
| 3079 |
} |
| 3080 |
|
| 3081 |
class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection |
| 3082 |
{ |
| 3083 |
protected $collection_key = 'entries'; |
| 3084 |
protected $internal_gapi_mappings = array( |
| 3085 |
); |
| 3086 |
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry'; |
| 3087 |
protected $entriesDataType = 'array'; |
| 3088 |
|
| 3089 |
|
| 3090 |
public function setEntries($entries) |
| 3091 |
{ |
| 3092 |
$this->entries = $entries; |
| 3093 |
} |
| 3094 |
public function getEntries() |
| 3095 |
{ |
| 3096 |
return $this->entries; |
| 3097 |
} |
| 3098 |
} |
| 3099 |
|
| 3100 |
class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model |
| 3101 |
{ |
| 3102 |
protected $internal_gapi_mappings = array( |
| 3103 |
); |
| 3104 |
protected $accountType = 'Google_Service_ShoppingContent_Account'; |
| 3105 |
protected $accountDataType = ''; |
| 3106 |
public $accountId; |
| 3107 |
public $batchId; |
| 3108 |
public $merchantId; |
| 3109 |
public $method; |
| 3110 |
|
| 3111 |
|
| 3112 |
public function setAccount(Google_Service_ShoppingContent_Account $account) |
| 3113 |
{ |
| 3114 |
$this->account = $account; |
| 3115 |
} |
| 3116 |
public function getAccount() |
| 3117 |
{ |
| 3118 |
return $this->account; |
| 3119 |
} |
| 3120 |
public function setAccountId($accountId) |
| 3121 |
{ |
| 3122 |
$this->accountId = $accountId; |
| 3123 |
} |
| 3124 |
public function getAccountId() |
| 3125 |
{ |
| 3126 |
return $this->accountId; |
| 3127 |
} |
| 3128 |
public function setBatchId($batchId) |
| 3129 |
{ |
| 3130 |
$this->batchId = $batchId; |
| 3131 |
} |
| 3132 |
public function getBatchId() |
| 3133 |
{ |
| 3134 |
return $this->batchId; |
| 3135 |
} |
| 3136 |
public function setMerchantId($merchantId) |
| 3137 |
{ |
| 3138 |
$this->merchantId = $merchantId; |
| 3139 |
} |
| 3140 |
public function getMerchantId() |
| 3141 |
{ |
| 3142 |
return $this->merchantId; |
| 3143 |
} |
| 3144 |
public function setMethod($method) |
| 3145 |
{ |
| 3146 |
$this->method = $method; |
| 3147 |
} |
| 3148 |
public function getMethod() |
| 3149 |
{ |
| 3150 |
return $this->method; |
| 3151 |
} |
| 3152 |
} |
| 3153 |
|
| 3154 |
class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection |
| 3155 |
{ |
| 3156 |
protected $collection_key = 'entries'; |
| 3157 |
protected $internal_gapi_mappings = array( |
| 3158 |
); |
| 3159 |
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry'; |
| 3160 |
protected $entriesDataType = 'array'; |
| 3161 |
public $kind; |
| 3162 |
|
| 3163 |
|
| 3164 |
public function setEntries($entries) |
| 3165 |
{ |
| 3166 |
$this->entries = $entries; |
| 3167 |
} |
| 3168 |
public function getEntries() |
| 3169 |
{ |
| 3170 |
return $this->entries; |
| 3171 |
} |
| 3172 |
public function setKind($kind) |
| 3173 |
{ |
| 3174 |
$this->kind = $kind; |
| 3175 |
} |
| 3176 |
public function getKind() |
| 3177 |
{ |
| 3178 |
return $this->kind; |
| 3179 |
} |
| 3180 |
} |
| 3181 |
|
| 3182 |
class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model |
| 3183 |
{ |
| 3184 |
protected $internal_gapi_mappings = array( |
| 3185 |
); |
| 3186 |
protected $accountType = 'Google_Service_ShoppingContent_Account'; |
| 3187 |
protected $accountDataType = ''; |
| 3188 |
public $batchId; |
| 3189 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 3190 |
protected $errorsDataType = ''; |
| 3191 |
public $kind; |
| 3192 |
|
| 3193 |
|
| 3194 |
public function setAccount(Google_Service_ShoppingContent_Account $account) |
| 3195 |
{ |
| 3196 |
$this->account = $account; |
| 3197 |
} |
| 3198 |
public function getAccount() |
| 3199 |
{ |
| 3200 |
return $this->account; |
| 3201 |
} |
| 3202 |
public function setBatchId($batchId) |
| 3203 |
{ |
| 3204 |
$this->batchId = $batchId; |
| 3205 |
} |
| 3206 |
public function getBatchId() |
| 3207 |
{ |
| 3208 |
return $this->batchId; |
| 3209 |
} |
| 3210 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 3211 |
{ |
| 3212 |
$this->errors = $errors; |
| 3213 |
} |
| 3214 |
public function getErrors() |
| 3215 |
{ |
| 3216 |
return $this->errors; |
| 3217 |
} |
| 3218 |
public function setKind($kind) |
| 3219 |
{ |
| 3220 |
$this->kind = $kind; |
| 3221 |
} |
| 3222 |
public function getKind() |
| 3223 |
{ |
| 3224 |
return $this->kind; |
| 3225 |
} |
| 3226 |
} |
| 3227 |
|
| 3228 |
class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection |
| 3229 |
{ |
| 3230 |
protected $collection_key = 'resources'; |
| 3231 |
protected $internal_gapi_mappings = array( |
| 3232 |
); |
| 3233 |
public $kind; |
| 3234 |
public $nextPageToken; |
| 3235 |
protected $resourcesType = 'Google_Service_ShoppingContent_Account'; |
| 3236 |
protected $resourcesDataType = 'array'; |
| 3237 |
|
| 3238 |
|
| 3239 |
public function setKind($kind) |
| 3240 |
{ |
| 3241 |
$this->kind = $kind; |
| 3242 |
} |
| 3243 |
public function getKind() |
| 3244 |
{ |
| 3245 |
return $this->kind; |
| 3246 |
} |
| 3247 |
public function setNextPageToken($nextPageToken) |
| 3248 |
{ |
| 3249 |
$this->nextPageToken = $nextPageToken; |
| 3250 |
} |
| 3251 |
public function getNextPageToken() |
| 3252 |
{ |
| 3253 |
return $this->nextPageToken; |
| 3254 |
} |
| 3255 |
public function setResources($resources) |
| 3256 |
{ |
| 3257 |
$this->resources = $resources; |
| 3258 |
} |
| 3259 |
public function getResources() |
| 3260 |
{ |
| 3261 |
return $this->resources; |
| 3262 |
} |
| 3263 |
} |
| 3264 |
|
| 3265 |
class Google_Service_ShoppingContent_AccountshippingCustomBatchRequest extends Google_Collection |
| 3266 |
{ |
| 3267 |
protected $collection_key = 'entries'; |
| 3268 |
protected $internal_gapi_mappings = array( |
| 3269 |
); |
| 3270 |
protected $entriesType = 'Google_Service_ShoppingContent_AccountshippingCustomBatchRequestEntry'; |
| 3271 |
protected $entriesDataType = 'array'; |
| 3272 |
|
| 3273 |
|
| 3274 |
public function setEntries($entries) |
| 3275 |
{ |
| 3276 |
$this->entries = $entries; |
| 3277 |
} |
| 3278 |
public function getEntries() |
| 3279 |
{ |
| 3280 |
return $this->entries; |
| 3281 |
} |
| 3282 |
} |
| 3283 |
|
| 3284 |
class Google_Service_ShoppingContent_AccountshippingCustomBatchRequestEntry extends Google_Model |
| 3285 |
{ |
| 3286 |
protected $internal_gapi_mappings = array( |
| 3287 |
); |
| 3288 |
public $accountId; |
| 3289 |
protected $accountShippingType = 'Google_Service_ShoppingContent_AccountShipping'; |
| 3290 |
protected $accountShippingDataType = ''; |
| 3291 |
public $batchId; |
| 3292 |
public $merchantId; |
| 3293 |
public $method; |
| 3294 |
|
| 3295 |
|
| 3296 |
public function setAccountId($accountId) |
| 3297 |
{ |
| 3298 |
$this->accountId = $accountId; |
| 3299 |
} |
| 3300 |
public function getAccountId() |
| 3301 |
{ |
| 3302 |
return $this->accountId; |
| 3303 |
} |
| 3304 |
public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping) |
| 3305 |
{ |
| 3306 |
$this->accountShipping = $accountShipping; |
| 3307 |
} |
| 3308 |
public function getAccountShipping() |
| 3309 |
{ |
| 3310 |
return $this->accountShipping; |
| 3311 |
} |
| 3312 |
public function setBatchId($batchId) |
| 3313 |
{ |
| 3314 |
$this->batchId = $batchId; |
| 3315 |
} |
| 3316 |
public function getBatchId() |
| 3317 |
{ |
| 3318 |
return $this->batchId; |
| 3319 |
} |
| 3320 |
public function setMerchantId($merchantId) |
| 3321 |
{ |
| 3322 |
$this->merchantId = $merchantId; |
| 3323 |
} |
| 3324 |
public function getMerchantId() |
| 3325 |
{ |
| 3326 |
return $this->merchantId; |
| 3327 |
} |
| 3328 |
public function setMethod($method) |
| 3329 |
{ |
| 3330 |
$this->method = $method; |
| 3331 |
} |
| 3332 |
public function getMethod() |
| 3333 |
{ |
| 3334 |
return $this->method; |
| 3335 |
} |
| 3336 |
} |
| 3337 |
|
| 3338 |
class Google_Service_ShoppingContent_AccountshippingCustomBatchResponse extends Google_Collection |
| 3339 |
{ |
| 3340 |
protected $collection_key = 'entries'; |
| 3341 |
protected $internal_gapi_mappings = array( |
| 3342 |
); |
| 3343 |
protected $entriesType = 'Google_Service_ShoppingContent_AccountshippingCustomBatchResponseEntry'; |
| 3344 |
protected $entriesDataType = 'array'; |
| 3345 |
public $kind; |
| 3346 |
|
| 3347 |
|
| 3348 |
public function setEntries($entries) |
| 3349 |
{ |
| 3350 |
$this->entries = $entries; |
| 3351 |
} |
| 3352 |
public function getEntries() |
| 3353 |
{ |
| 3354 |
return $this->entries; |
| 3355 |
} |
| 3356 |
public function setKind($kind) |
| 3357 |
{ |
| 3358 |
$this->kind = $kind; |
| 3359 |
} |
| 3360 |
public function getKind() |
| 3361 |
{ |
| 3362 |
return $this->kind; |
| 3363 |
} |
| 3364 |
} |
| 3365 |
|
| 3366 |
class Google_Service_ShoppingContent_AccountshippingCustomBatchResponseEntry extends Google_Model |
| 3367 |
{ |
| 3368 |
protected $internal_gapi_mappings = array( |
| 3369 |
); |
| 3370 |
protected $accountShippingType = 'Google_Service_ShoppingContent_AccountShipping'; |
| 3371 |
protected $accountShippingDataType = ''; |
| 3372 |
public $batchId; |
| 3373 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 3374 |
protected $errorsDataType = ''; |
| 3375 |
public $kind; |
| 3376 |
|
| 3377 |
|
| 3378 |
public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping) |
| 3379 |
{ |
| 3380 |
$this->accountShipping = $accountShipping; |
| 3381 |
} |
| 3382 |
public function getAccountShipping() |
| 3383 |
{ |
| 3384 |
return $this->accountShipping; |
| 3385 |
} |
| 3386 |
public function setBatchId($batchId) |
| 3387 |
{ |
| 3388 |
$this->batchId = $batchId; |
| 3389 |
} |
| 3390 |
public function getBatchId() |
| 3391 |
{ |
| 3392 |
return $this->batchId; |
| 3393 |
} |
| 3394 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 3395 |
{ |
| 3396 |
$this->errors = $errors; |
| 3397 |
} |
| 3398 |
public function getErrors() |
| 3399 |
{ |
| 3400 |
return $this->errors; |
| 3401 |
} |
| 3402 |
public function setKind($kind) |
| 3403 |
{ |
| 3404 |
$this->kind = $kind; |
| 3405 |
} |
| 3406 |
public function getKind() |
| 3407 |
{ |
| 3408 |
return $this->kind; |
| 3409 |
} |
| 3410 |
} |
| 3411 |
|
| 3412 |
class Google_Service_ShoppingContent_AccountshippingListResponse extends Google_Collection |
| 3413 |
{ |
| 3414 |
protected $collection_key = 'resources'; |
| 3415 |
protected $internal_gapi_mappings = array( |
| 3416 |
); |
| 3417 |
public $kind; |
| 3418 |
public $nextPageToken; |
| 3419 |
protected $resourcesType = 'Google_Service_ShoppingContent_AccountShipping'; |
| 3420 |
protected $resourcesDataType = 'array'; |
| 3421 |
|
| 3422 |
|
| 3423 |
public function setKind($kind) |
| 3424 |
{ |
| 3425 |
$this->kind = $kind; |
| 3426 |
} |
| 3427 |
public function getKind() |
| 3428 |
{ |
| 3429 |
return $this->kind; |
| 3430 |
} |
| 3431 |
public function setNextPageToken($nextPageToken) |
| 3432 |
{ |
| 3433 |
$this->nextPageToken = $nextPageToken; |
| 3434 |
} |
| 3435 |
public function getNextPageToken() |
| 3436 |
{ |
| 3437 |
return $this->nextPageToken; |
| 3438 |
} |
| 3439 |
public function setResources($resources) |
| 3440 |
{ |
| 3441 |
$this->resources = $resources; |
| 3442 |
} |
| 3443 |
public function getResources() |
| 3444 |
{ |
| 3445 |
return $this->resources; |
| 3446 |
} |
| 3447 |
} |
| 3448 |
|
| 3449 |
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection |
| 3450 |
{ |
| 3451 |
protected $collection_key = 'entries'; |
| 3452 |
protected $internal_gapi_mappings = array( |
| 3453 |
); |
| 3454 |
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry'; |
| 3455 |
protected $entriesDataType = 'array'; |
| 3456 |
|
| 3457 |
|
| 3458 |
public function setEntries($entries) |
| 3459 |
{ |
| 3460 |
$this->entries = $entries; |
| 3461 |
} |
| 3462 |
public function getEntries() |
| 3463 |
{ |
| 3464 |
return $this->entries; |
| 3465 |
} |
| 3466 |
} |
| 3467 |
|
| 3468 |
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model |
| 3469 |
{ |
| 3470 |
protected $internal_gapi_mappings = array( |
| 3471 |
); |
| 3472 |
public $accountId; |
| 3473 |
public $batchId; |
| 3474 |
public $merchantId; |
| 3475 |
public $method; |
| 3476 |
|
| 3477 |
|
| 3478 |
public function setAccountId($accountId) |
| 3479 |
{ |
| 3480 |
$this->accountId = $accountId; |
| 3481 |
} |
| 3482 |
public function getAccountId() |
| 3483 |
{ |
| 3484 |
return $this->accountId; |
| 3485 |
} |
| 3486 |
public function setBatchId($batchId) |
| 3487 |
{ |
| 3488 |
$this->batchId = $batchId; |
| 3489 |
} |
| 3490 |
public function getBatchId() |
| 3491 |
{ |
| 3492 |
return $this->batchId; |
| 3493 |
} |
| 3494 |
public function setMerchantId($merchantId) |
| 3495 |
{ |
| 3496 |
$this->merchantId = $merchantId; |
| 3497 |
} |
| 3498 |
public function getMerchantId() |
| 3499 |
{ |
| 3500 |
return $this->merchantId; |
| 3501 |
} |
| 3502 |
public function setMethod($method) |
| 3503 |
{ |
| 3504 |
$this->method = $method; |
| 3505 |
} |
| 3506 |
public function getMethod() |
| 3507 |
{ |
| 3508 |
return $this->method; |
| 3509 |
} |
| 3510 |
} |
| 3511 |
|
| 3512 |
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection |
| 3513 |
{ |
| 3514 |
protected $collection_key = 'entries'; |
| 3515 |
protected $internal_gapi_mappings = array( |
| 3516 |
); |
| 3517 |
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry'; |
| 3518 |
protected $entriesDataType = 'array'; |
| 3519 |
public $kind; |
| 3520 |
|
| 3521 |
|
| 3522 |
public function setEntries($entries) |
| 3523 |
{ |
| 3524 |
$this->entries = $entries; |
| 3525 |
} |
| 3526 |
public function getEntries() |
| 3527 |
{ |
| 3528 |
return $this->entries; |
| 3529 |
} |
| 3530 |
public function setKind($kind) |
| 3531 |
{ |
| 3532 |
$this->kind = $kind; |
| 3533 |
} |
| 3534 |
public function getKind() |
| 3535 |
{ |
| 3536 |
return $this->kind; |
| 3537 |
} |
| 3538 |
} |
| 3539 |
|
| 3540 |
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model |
| 3541 |
{ |
| 3542 |
protected $internal_gapi_mappings = array( |
| 3543 |
); |
| 3544 |
protected $accountStatusType = 'Google_Service_ShoppingContent_AccountStatus'; |
| 3545 |
protected $accountStatusDataType = ''; |
| 3546 |
public $batchId; |
| 3547 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 3548 |
protected $errorsDataType = ''; |
| 3549 |
|
| 3550 |
|
| 3551 |
public function setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus) |
| 3552 |
{ |
| 3553 |
$this->accountStatus = $accountStatus; |
| 3554 |
} |
| 3555 |
public function getAccountStatus() |
| 3556 |
{ |
| 3557 |
return $this->accountStatus; |
| 3558 |
} |
| 3559 |
public function setBatchId($batchId) |
| 3560 |
{ |
| 3561 |
$this->batchId = $batchId; |
| 3562 |
} |
| 3563 |
public function getBatchId() |
| 3564 |
{ |
| 3565 |
return $this->batchId; |
| 3566 |
} |
| 3567 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 3568 |
{ |
| 3569 |
$this->errors = $errors; |
| 3570 |
} |
| 3571 |
public function getErrors() |
| 3572 |
{ |
| 3573 |
return $this->errors; |
| 3574 |
} |
| 3575 |
} |
| 3576 |
|
| 3577 |
class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection |
| 3578 |
{ |
| 3579 |
protected $collection_key = 'resources'; |
| 3580 |
protected $internal_gapi_mappings = array( |
| 3581 |
); |
| 3582 |
public $kind; |
| 3583 |
public $nextPageToken; |
| 3584 |
protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus'; |
| 3585 |
protected $resourcesDataType = 'array'; |
| 3586 |
|
| 3587 |
|
| 3588 |
public function setKind($kind) |
| 3589 |
{ |
| 3590 |
$this->kind = $kind; |
| 3591 |
} |
| 3592 |
public function getKind() |
| 3593 |
{ |
| 3594 |
return $this->kind; |
| 3595 |
} |
| 3596 |
public function setNextPageToken($nextPageToken) |
| 3597 |
{ |
| 3598 |
$this->nextPageToken = $nextPageToken; |
| 3599 |
} |
| 3600 |
public function getNextPageToken() |
| 3601 |
{ |
| 3602 |
return $this->nextPageToken; |
| 3603 |
} |
| 3604 |
public function setResources($resources) |
| 3605 |
{ |
| 3606 |
$this->resources = $resources; |
| 3607 |
} |
| 3608 |
public function getResources() |
| 3609 |
{ |
| 3610 |
return $this->resources; |
| 3611 |
} |
| 3612 |
} |
| 3613 |
|
| 3614 |
class Google_Service_ShoppingContent_AccounttaxCustomBatchRequest extends Google_Collection |
| 3615 |
{ |
| 3616 |
protected $collection_key = 'entries'; |
| 3617 |
protected $internal_gapi_mappings = array( |
| 3618 |
); |
| 3619 |
protected $entriesType = 'Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry'; |
| 3620 |
protected $entriesDataType = 'array'; |
| 3621 |
|
| 3622 |
|
| 3623 |
public function setEntries($entries) |
| 3624 |
{ |
| 3625 |
$this->entries = $entries; |
| 3626 |
} |
| 3627 |
public function getEntries() |
| 3628 |
{ |
| 3629 |
return $this->entries; |
| 3630 |
} |
| 3631 |
} |
| 3632 |
|
| 3633 |
class Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry extends Google_Model |
| 3634 |
{ |
| 3635 |
protected $internal_gapi_mappings = array( |
| 3636 |
); |
| 3637 |
public $accountId; |
| 3638 |
protected $accountTaxType = 'Google_Service_ShoppingContent_AccountTax'; |
| 3639 |
protected $accountTaxDataType = ''; |
| 3640 |
public $batchId; |
| 3641 |
public $merchantId; |
| 3642 |
public $method; |
| 3643 |
|
| 3644 |
|
| 3645 |
public function setAccountId($accountId) |
| 3646 |
{ |
| 3647 |
$this->accountId = $accountId; |
| 3648 |
} |
| 3649 |
public function getAccountId() |
| 3650 |
{ |
| 3651 |
return $this->accountId; |
| 3652 |
} |
| 3653 |
public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax) |
| 3654 |
{ |
| 3655 |
$this->accountTax = $accountTax; |
| 3656 |
} |
| 3657 |
public function getAccountTax() |
| 3658 |
{ |
| 3659 |
return $this->accountTax; |
| 3660 |
} |
| 3661 |
public function setBatchId($batchId) |
| 3662 |
{ |
| 3663 |
$this->batchId = $batchId; |
| 3664 |
} |
| 3665 |
public function getBatchId() |
| 3666 |
{ |
| 3667 |
return $this->batchId; |
| 3668 |
} |
| 3669 |
public function setMerchantId($merchantId) |
| 3670 |
{ |
| 3671 |
$this->merchantId = $merchantId; |
| 3672 |
} |
| 3673 |
public function getMerchantId() |
| 3674 |
{ |
| 3675 |
return $this->merchantId; |
| 3676 |
} |
| 3677 |
public function setMethod($method) |
| 3678 |
{ |
| 3679 |
$this->method = $method; |
| 3680 |
} |
| 3681 |
public function getMethod() |
| 3682 |
{ |
| 3683 |
return $this->method; |
| 3684 |
} |
| 3685 |
} |
| 3686 |
|
| 3687 |
class Google_Service_ShoppingContent_AccounttaxCustomBatchResponse extends Google_Collection |
| 3688 |
{ |
| 3689 |
protected $collection_key = 'entries'; |
| 3690 |
protected $internal_gapi_mappings = array( |
| 3691 |
); |
| 3692 |
protected $entriesType = 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry'; |
| 3693 |
protected $entriesDataType = 'array'; |
| 3694 |
public $kind; |
| 3695 |
|
| 3696 |
|
| 3697 |
public function setEntries($entries) |
| 3698 |
{ |
| 3699 |
$this->entries = $entries; |
| 3700 |
} |
| 3701 |
public function getEntries() |
| 3702 |
{ |
| 3703 |
return $this->entries; |
| 3704 |
} |
| 3705 |
public function setKind($kind) |
| 3706 |
{ |
| 3707 |
$this->kind = $kind; |
| 3708 |
} |
| 3709 |
public function getKind() |
| 3710 |
{ |
| 3711 |
return $this->kind; |
| 3712 |
} |
| 3713 |
} |
| 3714 |
|
| 3715 |
class Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry extends Google_Model |
| 3716 |
{ |
| 3717 |
protected $internal_gapi_mappings = array( |
| 3718 |
); |
| 3719 |
protected $accountTaxType = 'Google_Service_ShoppingContent_AccountTax'; |
| 3720 |
protected $accountTaxDataType = ''; |
| 3721 |
public $batchId; |
| 3722 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 3723 |
protected $errorsDataType = ''; |
| 3724 |
public $kind; |
| 3725 |
|
| 3726 |
|
| 3727 |
public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax) |
| 3728 |
{ |
| 3729 |
$this->accountTax = $accountTax; |
| 3730 |
} |
| 3731 |
public function getAccountTax() |
| 3732 |
{ |
| 3733 |
return $this->accountTax; |
| 3734 |
} |
| 3735 |
public function setBatchId($batchId) |
| 3736 |
{ |
| 3737 |
$this->batchId = $batchId; |
| 3738 |
} |
| 3739 |
public function getBatchId() |
| 3740 |
{ |
| 3741 |
return $this->batchId; |
| 3742 |
} |
| 3743 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 3744 |
{ |
| 3745 |
$this->errors = $errors; |
| 3746 |
} |
| 3747 |
public function getErrors() |
| 3748 |
{ |
| 3749 |
return $this->errors; |
| 3750 |
} |
| 3751 |
public function setKind($kind) |
| 3752 |
{ |
| 3753 |
$this->kind = $kind; |
| 3754 |
} |
| 3755 |
public function getKind() |
| 3756 |
{ |
| 3757 |
return $this->kind; |
| 3758 |
} |
| 3759 |
} |
| 3760 |
|
| 3761 |
class Google_Service_ShoppingContent_AccounttaxListResponse extends Google_Collection |
| 3762 |
{ |
| 3763 |
protected $collection_key = 'resources'; |
| 3764 |
protected $internal_gapi_mappings = array( |
| 3765 |
); |
| 3766 |
public $kind; |
| 3767 |
public $nextPageToken; |
| 3768 |
protected $resourcesType = 'Google_Service_ShoppingContent_AccountTax'; |
| 3769 |
protected $resourcesDataType = 'array'; |
| 3770 |
|
| 3771 |
|
| 3772 |
public function setKind($kind) |
| 3773 |
{ |
| 3774 |
$this->kind = $kind; |
| 3775 |
} |
| 3776 |
public function getKind() |
| 3777 |
{ |
| 3778 |
return $this->kind; |
| 3779 |
} |
| 3780 |
public function setNextPageToken($nextPageToken) |
| 3781 |
{ |
| 3782 |
$this->nextPageToken = $nextPageToken; |
| 3783 |
} |
| 3784 |
public function getNextPageToken() |
| 3785 |
{ |
| 3786 |
return $this->nextPageToken; |
| 3787 |
} |
| 3788 |
public function setResources($resources) |
| 3789 |
{ |
| 3790 |
$this->resources = $resources; |
| 3791 |
} |
| 3792 |
public function getResources() |
| 3793 |
{ |
| 3794 |
return $this->resources; |
| 3795 |
} |
| 3796 |
} |
| 3797 |
|
| 3798 |
class Google_Service_ShoppingContent_Datafeed extends Google_Collection |
| 3799 |
{ |
| 3800 |
protected $collection_key = 'intendedDestinations'; |
| 3801 |
protected $internal_gapi_mappings = array( |
| 3802 |
); |
| 3803 |
public $attributeLanguage; |
| 3804 |
public $contentLanguage; |
| 3805 |
public $contentType; |
| 3806 |
protected $fetchScheduleType = 'Google_Service_ShoppingContent_DatafeedFetchSchedule'; |
| 3807 |
protected $fetchScheduleDataType = ''; |
| 3808 |
public $fileName; |
| 3809 |
protected $formatType = 'Google_Service_ShoppingContent_DatafeedFormat'; |
| 3810 |
protected $formatDataType = ''; |
| 3811 |
public $id; |
| 3812 |
public $intendedDestinations; |
| 3813 |
public $kind; |
| 3814 |
public $name; |
| 3815 |
public $targetCountry; |
| 3816 |
|
| 3817 |
|
| 3818 |
public function setAttributeLanguage($attributeLanguage) |
| 3819 |
{ |
| 3820 |
$this->attributeLanguage = $attributeLanguage; |
| 3821 |
} |
| 3822 |
public function getAttributeLanguage() |
| 3823 |
{ |
| 3824 |
return $this->attributeLanguage; |
| 3825 |
} |
| 3826 |
public function setContentLanguage($contentLanguage) |
| 3827 |
{ |
| 3828 |
$this->contentLanguage = $contentLanguage; |
| 3829 |
} |
| 3830 |
public function getContentLanguage() |
| 3831 |
{ |
| 3832 |
return $this->contentLanguage; |
| 3833 |
} |
| 3834 |
public function setContentType($contentType) |
| 3835 |
{ |
| 3836 |
$this->contentType = $contentType; |
| 3837 |
} |
| 3838 |
public function getContentType() |
| 3839 |
{ |
| 3840 |
return $this->contentType; |
| 3841 |
} |
| 3842 |
public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule) |
| 3843 |
{ |
| 3844 |
$this->fetchSchedule = $fetchSchedule; |
| 3845 |
} |
| 3846 |
public function getFetchSchedule() |
| 3847 |
{ |
| 3848 |
return $this->fetchSchedule; |
| 3849 |
} |
| 3850 |
public function setFileName($fileName) |
| 3851 |
{ |
| 3852 |
$this->fileName = $fileName; |
| 3853 |
} |
| 3854 |
public function getFileName() |
| 3855 |
{ |
| 3856 |
return $this->fileName; |
| 3857 |
} |
| 3858 |
public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format) |
| 3859 |
{ |
| 3860 |
$this->format = $format; |
| 3861 |
} |
| 3862 |
public function getFormat() |
| 3863 |
{ |
| 3864 |
return $this->format; |
| 3865 |
} |
| 3866 |
public function setId($id) |
| 3867 |
{ |
| 3868 |
$this->id = $id; |
| 3869 |
} |
| 3870 |
public function getId() |
| 3871 |
{ |
| 3872 |
return $this->id; |
| 3873 |
} |
| 3874 |
public function setIntendedDestinations($intendedDestinations) |
| 3875 |
{ |
| 3876 |
$this->intendedDestinations = $intendedDestinations; |
| 3877 |
} |
| 3878 |
public function getIntendedDestinations() |
| 3879 |
{ |
| 3880 |
return $this->intendedDestinations; |
| 3881 |
} |
| 3882 |
public function setKind($kind) |
| 3883 |
{ |
| 3884 |
$this->kind = $kind; |
| 3885 |
} |
| 3886 |
public function getKind() |
| 3887 |
{ |
| 3888 |
return $this->kind; |
| 3889 |
} |
| 3890 |
public function setName($name) |
| 3891 |
{ |
| 3892 |
$this->name = $name; |
| 3893 |
} |
| 3894 |
public function getName() |
| 3895 |
{ |
| 3896 |
return $this->name; |
| 3897 |
} |
| 3898 |
public function setTargetCountry($targetCountry) |
| 3899 |
{ |
| 3900 |
$this->targetCountry = $targetCountry; |
| 3901 |
} |
| 3902 |
public function getTargetCountry() |
| 3903 |
{ |
| 3904 |
return $this->targetCountry; |
| 3905 |
} |
| 3906 |
} |
| 3907 |
|
| 3908 |
class Google_Service_ShoppingContent_DatafeedFetchSchedule extends Google_Model |
| 3909 |
{ |
| 3910 |
protected $internal_gapi_mappings = array( |
| 3911 |
); |
| 3912 |
public $dayOfMonth; |
| 3913 |
public $fetchUrl; |
| 3914 |
public $hour; |
| 3915 |
public $password; |
| 3916 |
public $timeZone; |
| 3917 |
public $username; |
| 3918 |
public $weekday; |
| 3919 |
|
| 3920 |
|
| 3921 |
public function setDayOfMonth($dayOfMonth) |
| 3922 |
{ |
| 3923 |
$this->dayOfMonth = $dayOfMonth; |
| 3924 |
} |
| 3925 |
public function getDayOfMonth() |
| 3926 |
{ |
| 3927 |
return $this->dayOfMonth; |
| 3928 |
} |
| 3929 |
public function setFetchUrl($fetchUrl) |
| 3930 |
{ |
| 3931 |
$this->fetchUrl = $fetchUrl; |
| 3932 |
} |
| 3933 |
public function getFetchUrl() |
| 3934 |
{ |
| 3935 |
return $this->fetchUrl; |
| 3936 |
} |
| 3937 |
public function setHour($hour) |
| 3938 |
{ |
| 3939 |
$this->hour = $hour; |
| 3940 |
} |
| 3941 |
public function getHour() |
| 3942 |
{ |
| 3943 |
return $this->hour; |
| 3944 |
} |
| 3945 |
public function setPassword($password) |
| 3946 |
{ |
| 3947 |
$this->password = $password; |
| 3948 |
} |
| 3949 |
public function getPassword() |
| 3950 |
{ |
| 3951 |
return $this->password; |
| 3952 |
} |
| 3953 |
public function setTimeZone($timeZone) |
| 3954 |
{ |
| 3955 |
$this->timeZone = $timeZone; |
| 3956 |
} |
| 3957 |
public function getTimeZone() |
| 3958 |
{ |
| 3959 |
return $this->timeZone; |
| 3960 |
} |
| 3961 |
public function setUsername($username) |
| 3962 |
{ |
| 3963 |
$this->username = $username; |
| 3964 |
} |
| 3965 |
public function getUsername() |
| 3966 |
{ |
| 3967 |
return $this->username; |
| 3968 |
} |
| 3969 |
public function setWeekday($weekday) |
| 3970 |
{ |
| 3971 |
$this->weekday = $weekday; |
| 3972 |
} |
| 3973 |
public function getWeekday() |
| 3974 |
{ |
| 3975 |
return $this->weekday; |
| 3976 |
} |
| 3977 |
} |
| 3978 |
|
| 3979 |
class Google_Service_ShoppingContent_DatafeedFormat extends Google_Model |
| 3980 |
{ |
| 3981 |
protected $internal_gapi_mappings = array( |
| 3982 |
); |
| 3983 |
public $columnDelimiter; |
| 3984 |
public $fileEncoding; |
| 3985 |
public $quotingMode; |
| 3986 |
|
| 3987 |
|
| 3988 |
public function setColumnDelimiter($columnDelimiter) |
| 3989 |
{ |
| 3990 |
$this->columnDelimiter = $columnDelimiter; |
| 3991 |
} |
| 3992 |
public function getColumnDelimiter() |
| 3993 |
{ |
| 3994 |
return $this->columnDelimiter; |
| 3995 |
} |
| 3996 |
public function setFileEncoding($fileEncoding) |
| 3997 |
{ |
| 3998 |
$this->fileEncoding = $fileEncoding; |
| 3999 |
} |
| 4000 |
public function getFileEncoding() |
| 4001 |
{ |
| 4002 |
return $this->fileEncoding; |
| 4003 |
} |
| 4004 |
public function setQuotingMode($quotingMode) |
| 4005 |
{ |
| 4006 |
$this->quotingMode = $quotingMode; |
| 4007 |
} |
| 4008 |
public function getQuotingMode() |
| 4009 |
{ |
| 4010 |
return $this->quotingMode; |
| 4011 |
} |
| 4012 |
} |
| 4013 |
|
| 4014 |
class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection |
| 4015 |
{ |
| 4016 |
protected $collection_key = 'warnings'; |
| 4017 |
protected $internal_gapi_mappings = array( |
| 4018 |
); |
| 4019 |
public $datafeedId; |
| 4020 |
protected $errorsType = 'Google_Service_ShoppingContent_DatafeedStatusError'; |
| 4021 |
protected $errorsDataType = 'array'; |
| 4022 |
public $itemsTotal; |
| 4023 |
public $itemsValid; |
| 4024 |
public $kind; |
| 4025 |
public $lastUploadDate; |
| 4026 |
public $processingStatus; |
| 4027 |
protected $warningsType = 'Google_Service_ShoppingContent_DatafeedStatusError'; |
| 4028 |
protected $warningsDataType = 'array'; |
| 4029 |
|
| 4030 |
|
| 4031 |
public function setDatafeedId($datafeedId) |
| 4032 |
{ |
| 4033 |
$this->datafeedId = $datafeedId; |
| 4034 |
} |
| 4035 |
public function getDatafeedId() |
| 4036 |
{ |
| 4037 |
return $this->datafeedId; |
| 4038 |
} |
| 4039 |
public function setErrors($errors) |
| 4040 |
{ |
| 4041 |
$this->errors = $errors; |
| 4042 |
} |
| 4043 |
public function getErrors() |
| 4044 |
{ |
| 4045 |
return $this->errors; |
| 4046 |
} |
| 4047 |
public function setItemsTotal($itemsTotal) |
| 4048 |
{ |
| 4049 |
$this->itemsTotal = $itemsTotal; |
| 4050 |
} |
| 4051 |
public function getItemsTotal() |
| 4052 |
{ |
| 4053 |
return $this->itemsTotal; |
| 4054 |
} |
| 4055 |
public function setItemsValid($itemsValid) |
| 4056 |
{ |
| 4057 |
$this->itemsValid = $itemsValid; |
| 4058 |
} |
| 4059 |
public function getItemsValid() |
| 4060 |
{ |
| 4061 |
return $this->itemsValid; |
| 4062 |
} |
| 4063 |
public function setKind($kind) |
| 4064 |
{ |
| 4065 |
$this->kind = $kind; |
| 4066 |
} |
| 4067 |
public function getKind() |
| 4068 |
{ |
| 4069 |
return $this->kind; |
| 4070 |
} |
| 4071 |
public function setLastUploadDate($lastUploadDate) |
| 4072 |
{ |
| 4073 |
$this->lastUploadDate = $lastUploadDate; |
| 4074 |
} |
| 4075 |
public function getLastUploadDate() |
| 4076 |
{ |
| 4077 |
return $this->lastUploadDate; |
| 4078 |
} |
| 4079 |
public function setProcessingStatus($processingStatus) |
| 4080 |
{ |
| 4081 |
$this->processingStatus = $processingStatus; |
| 4082 |
} |
| 4083 |
public function getProcessingStatus() |
| 4084 |
{ |
| 4085 |
return $this->processingStatus; |
| 4086 |
} |
| 4087 |
public function setWarnings($warnings) |
| 4088 |
{ |
| 4089 |
$this->warnings = $warnings; |
| 4090 |
} |
| 4091 |
public function getWarnings() |
| 4092 |
{ |
| 4093 |
return $this->warnings; |
| 4094 |
} |
| 4095 |
} |
| 4096 |
|
| 4097 |
class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collection |
| 4098 |
{ |
| 4099 |
protected $collection_key = 'examples'; |
| 4100 |
protected $internal_gapi_mappings = array( |
| 4101 |
); |
| 4102 |
public $code; |
| 4103 |
public $count; |
| 4104 |
protected $examplesType = 'Google_Service_ShoppingContent_DatafeedStatusExample'; |
| 4105 |
protected $examplesDataType = 'array'; |
| 4106 |
public $message; |
| 4107 |
|
| 4108 |
|
| 4109 |
public function setCode($code) |
| 4110 |
{ |
| 4111 |
$this->code = $code; |
| 4112 |
} |
| 4113 |
public function getCode() |
| 4114 |
{ |
| 4115 |
return $this->code; |
| 4116 |
} |
| 4117 |
public function setCount($count) |
| 4118 |
{ |
| 4119 |
$this->count = $count; |
| 4120 |
} |
| 4121 |
public function getCount() |
| 4122 |
{ |
| 4123 |
return $this->count; |
| 4124 |
} |
| 4125 |
public function setExamples($examples) |
| 4126 |
{ |
| 4127 |
$this->examples = $examples; |
| 4128 |
} |
| 4129 |
public function getExamples() |
| 4130 |
{ |
| 4131 |
return $this->examples; |
| 4132 |
} |
| 4133 |
public function setMessage($message) |
| 4134 |
{ |
| 4135 |
$this->message = $message; |
| 4136 |
} |
| 4137 |
public function getMessage() |
| 4138 |
{ |
| 4139 |
return $this->message; |
| 4140 |
} |
| 4141 |
} |
| 4142 |
|
| 4143 |
class Google_Service_ShoppingContent_DatafeedStatusExample extends Google_Model |
| 4144 |
{ |
| 4145 |
protected $internal_gapi_mappings = array( |
| 4146 |
); |
| 4147 |
public $itemId; |
| 4148 |
public $lineNumber; |
| 4149 |
public $value; |
| 4150 |
|
| 4151 |
|
| 4152 |
public function setItemId($itemId) |
| 4153 |
{ |
| 4154 |
$this->itemId = $itemId; |
| 4155 |
} |
| 4156 |
public function getItemId() |
| 4157 |
{ |
| 4158 |
return $this->itemId; |
| 4159 |
} |
| 4160 |
public function setLineNumber($lineNumber) |
| 4161 |
{ |
| 4162 |
$this->lineNumber = $lineNumber; |
| 4163 |
} |
| 4164 |
public function getLineNumber() |
| 4165 |
{ |
| 4166 |
return $this->lineNumber; |
| 4167 |
} |
| 4168 |
public function setValue($value) |
| 4169 |
{ |
| 4170 |
$this->value = $value; |
| 4171 |
} |
| 4172 |
public function getValue() |
| 4173 |
{ |
| 4174 |
return $this->value; |
| 4175 |
} |
| 4176 |
} |
| 4177 |
|
| 4178 |
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection |
| 4179 |
{ |
| 4180 |
protected $collection_key = 'entries'; |
| 4181 |
protected $internal_gapi_mappings = array( |
| 4182 |
); |
| 4183 |
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry'; |
| 4184 |
protected $entriesDataType = 'array'; |
| 4185 |
|
| 4186 |
|
| 4187 |
public function setEntries($entries) |
| 4188 |
{ |
| 4189 |
$this->entries = $entries; |
| 4190 |
} |
| 4191 |
public function getEntries() |
| 4192 |
{ |
| 4193 |
return $this->entries; |
| 4194 |
} |
| 4195 |
} |
| 4196 |
|
| 4197 |
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry extends Google_Model |
| 4198 |
{ |
| 4199 |
protected $internal_gapi_mappings = array( |
| 4200 |
); |
| 4201 |
public $batchId; |
| 4202 |
protected $datafeedType = 'Google_Service_ShoppingContent_Datafeed'; |
| 4203 |
protected $datafeedDataType = ''; |
| 4204 |
public $datafeedId; |
| 4205 |
public $merchantId; |
| 4206 |
public $method; |
| 4207 |
|
| 4208 |
|
| 4209 |
public function setBatchId($batchId) |
| 4210 |
{ |
| 4211 |
$this->batchId = $batchId; |
| 4212 |
} |
| 4213 |
public function getBatchId() |
| 4214 |
{ |
| 4215 |
return $this->batchId; |
| 4216 |
} |
| 4217 |
public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) |
| 4218 |
{ |
| 4219 |
$this->datafeed = $datafeed; |
| 4220 |
} |
| 4221 |
public function getDatafeed() |
| 4222 |
{ |
| 4223 |
return $this->datafeed; |
| 4224 |
} |
| 4225 |
public function setDatafeedId($datafeedId) |
| 4226 |
{ |
| 4227 |
$this->datafeedId = $datafeedId; |
| 4228 |
} |
| 4229 |
public function getDatafeedId() |
| 4230 |
{ |
| 4231 |
return $this->datafeedId; |
| 4232 |
} |
| 4233 |
public function setMerchantId($merchantId) |
| 4234 |
{ |
| 4235 |
$this->merchantId = $merchantId; |
| 4236 |
} |
| 4237 |
public function getMerchantId() |
| 4238 |
{ |
| 4239 |
return $this->merchantId; |
| 4240 |
} |
| 4241 |
public function setMethod($method) |
| 4242 |
{ |
| 4243 |
$this->method = $method; |
| 4244 |
} |
| 4245 |
public function getMethod() |
| 4246 |
{ |
| 4247 |
return $this->method; |
| 4248 |
} |
| 4249 |
} |
| 4250 |
|
| 4251 |
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google_Collection |
| 4252 |
{ |
| 4253 |
protected $collection_key = 'entries'; |
| 4254 |
protected $internal_gapi_mappings = array( |
| 4255 |
); |
| 4256 |
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry'; |
| 4257 |
protected $entriesDataType = 'array'; |
| 4258 |
public $kind; |
| 4259 |
|
| 4260 |
|
| 4261 |
public function setEntries($entries) |
| 4262 |
{ |
| 4263 |
$this->entries = $entries; |
| 4264 |
} |
| 4265 |
public function getEntries() |
| 4266 |
{ |
| 4267 |
return $this->entries; |
| 4268 |
} |
| 4269 |
public function setKind($kind) |
| 4270 |
{ |
| 4271 |
$this->kind = $kind; |
| 4272 |
} |
| 4273 |
public function getKind() |
| 4274 |
{ |
| 4275 |
return $this->kind; |
| 4276 |
} |
| 4277 |
} |
| 4278 |
|
| 4279 |
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry extends Google_Model |
| 4280 |
{ |
| 4281 |
protected $internal_gapi_mappings = array( |
| 4282 |
); |
| 4283 |
public $batchId; |
| 4284 |
protected $datafeedType = 'Google_Service_ShoppingContent_Datafeed'; |
| 4285 |
protected $datafeedDataType = ''; |
| 4286 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 4287 |
protected $errorsDataType = ''; |
| 4288 |
|
| 4289 |
|
| 4290 |
public function setBatchId($batchId) |
| 4291 |
{ |
| 4292 |
$this->batchId = $batchId; |
| 4293 |
} |
| 4294 |
public function getBatchId() |
| 4295 |
{ |
| 4296 |
return $this->batchId; |
| 4297 |
} |
| 4298 |
public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed) |
| 4299 |
{ |
| 4300 |
$this->datafeed = $datafeed; |
| 4301 |
} |
| 4302 |
public function getDatafeed() |
| 4303 |
{ |
| 4304 |
return $this->datafeed; |
| 4305 |
} |
| 4306 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 4307 |
{ |
| 4308 |
$this->errors = $errors; |
| 4309 |
} |
| 4310 |
public function getErrors() |
| 4311 |
{ |
| 4312 |
return $this->errors; |
| 4313 |
} |
| 4314 |
} |
| 4315 |
|
| 4316 |
class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection |
| 4317 |
{ |
| 4318 |
protected $collection_key = 'resources'; |
| 4319 |
protected $internal_gapi_mappings = array( |
| 4320 |
); |
| 4321 |
public $kind; |
| 4322 |
public $nextPageToken; |
| 4323 |
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed'; |
| 4324 |
protected $resourcesDataType = 'array'; |
| 4325 |
|
| 4326 |
|
| 4327 |
public function setKind($kind) |
| 4328 |
{ |
| 4329 |
$this->kind = $kind; |
| 4330 |
} |
| 4331 |
public function getKind() |
| 4332 |
{ |
| 4333 |
return $this->kind; |
| 4334 |
} |
| 4335 |
public function setNextPageToken($nextPageToken) |
| 4336 |
{ |
| 4337 |
$this->nextPageToken = $nextPageToken; |
| 4338 |
} |
| 4339 |
public function getNextPageToken() |
| 4340 |
{ |
| 4341 |
return $this->nextPageToken; |
| 4342 |
} |
| 4343 |
public function setResources($resources) |
| 4344 |
{ |
| 4345 |
$this->resources = $resources; |
| 4346 |
} |
| 4347 |
public function getResources() |
| 4348 |
{ |
| 4349 |
return $this->resources; |
| 4350 |
} |
| 4351 |
} |
| 4352 |
|
| 4353 |
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection |
| 4354 |
{ |
| 4355 |
protected $collection_key = 'entries'; |
| 4356 |
protected $internal_gapi_mappings = array( |
| 4357 |
); |
| 4358 |
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry'; |
| 4359 |
protected $entriesDataType = 'array'; |
| 4360 |
|
| 4361 |
|
| 4362 |
public function setEntries($entries) |
| 4363 |
{ |
| 4364 |
$this->entries = $entries; |
| 4365 |
} |
| 4366 |
public function getEntries() |
| 4367 |
{ |
| 4368 |
return $this->entries; |
| 4369 |
} |
| 4370 |
} |
| 4371 |
|
| 4372 |
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry extends Google_Model |
| 4373 |
{ |
| 4374 |
protected $internal_gapi_mappings = array( |
| 4375 |
); |
| 4376 |
public $batchId; |
| 4377 |
public $datafeedId; |
| 4378 |
public $merchantId; |
| 4379 |
public $method; |
| 4380 |
|
| 4381 |
|
| 4382 |
public function setBatchId($batchId) |
| 4383 |
{ |
| 4384 |
$this->batchId = $batchId; |
| 4385 |
} |
| 4386 |
public function getBatchId() |
| 4387 |
{ |
| 4388 |
return $this->batchId; |
| 4389 |
} |
| 4390 |
public function setDatafeedId($datafeedId) |
| 4391 |
{ |
| 4392 |
$this->datafeedId = $datafeedId; |
| 4393 |
} |
| 4394 |
public function getDatafeedId() |
| 4395 |
{ |
| 4396 |
return $this->datafeedId; |
| 4397 |
} |
| 4398 |
public function setMerchantId($merchantId) |
| 4399 |
{ |
| 4400 |
$this->merchantId = $merchantId; |
| 4401 |
} |
| 4402 |
public function getMerchantId() |
| 4403 |
{ |
| 4404 |
return $this->merchantId; |
| 4405 |
} |
| 4406 |
public function setMethod($method) |
| 4407 |
{ |
| 4408 |
$this->method = $method; |
| 4409 |
} |
| 4410 |
public function getMethod() |
| 4411 |
{ |
| 4412 |
return $this->method; |
| 4413 |
} |
| 4414 |
} |
| 4415 |
|
| 4416 |
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends Google_Collection |
| 4417 |
{ |
| 4418 |
protected $collection_key = 'entries'; |
| 4419 |
protected $internal_gapi_mappings = array( |
| 4420 |
); |
| 4421 |
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry'; |
| 4422 |
protected $entriesDataType = 'array'; |
| 4423 |
public $kind; |
| 4424 |
|
| 4425 |
|
| 4426 |
public function setEntries($entries) |
| 4427 |
{ |
| 4428 |
$this->entries = $entries; |
| 4429 |
} |
| 4430 |
public function getEntries() |
| 4431 |
{ |
| 4432 |
return $this->entries; |
| 4433 |
} |
| 4434 |
public function setKind($kind) |
| 4435 |
{ |
| 4436 |
$this->kind = $kind; |
| 4437 |
} |
| 4438 |
public function getKind() |
| 4439 |
{ |
| 4440 |
return $this->kind; |
| 4441 |
} |
| 4442 |
} |
| 4443 |
|
| 4444 |
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry extends Google_Model |
| 4445 |
{ |
| 4446 |
protected $internal_gapi_mappings = array( |
| 4447 |
); |
| 4448 |
public $batchId; |
| 4449 |
protected $datafeedStatusType = 'Google_Service_ShoppingContent_DatafeedStatus'; |
| 4450 |
protected $datafeedStatusDataType = ''; |
| 4451 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 4452 |
protected $errorsDataType = ''; |
| 4453 |
|
| 4454 |
|
| 4455 |
public function setBatchId($batchId) |
| 4456 |
{ |
| 4457 |
$this->batchId = $batchId; |
| 4458 |
} |
| 4459 |
public function getBatchId() |
| 4460 |
{ |
| 4461 |
return $this->batchId; |
| 4462 |
} |
| 4463 |
public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus) |
| 4464 |
{ |
| 4465 |
$this->datafeedStatus = $datafeedStatus; |
| 4466 |
} |
| 4467 |
public function getDatafeedStatus() |
| 4468 |
{ |
| 4469 |
return $this->datafeedStatus; |
| 4470 |
} |
| 4471 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 4472 |
{ |
| 4473 |
$this->errors = $errors; |
| 4474 |
} |
| 4475 |
public function getErrors() |
| 4476 |
{ |
| 4477 |
return $this->errors; |
| 4478 |
} |
| 4479 |
} |
| 4480 |
|
| 4481 |
class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection |
| 4482 |
{ |
| 4483 |
protected $collection_key = 'resources'; |
| 4484 |
protected $internal_gapi_mappings = array( |
| 4485 |
); |
| 4486 |
public $kind; |
| 4487 |
public $nextPageToken; |
| 4488 |
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus'; |
| 4489 |
protected $resourcesDataType = 'array'; |
| 4490 |
|
| 4491 |
|
| 4492 |
public function setKind($kind) |
| 4493 |
{ |
| 4494 |
$this->kind = $kind; |
| 4495 |
} |
| 4496 |
public function getKind() |
| 4497 |
{ |
| 4498 |
return $this->kind; |
| 4499 |
} |
| 4500 |
public function setNextPageToken($nextPageToken) |
| 4501 |
{ |
| 4502 |
$this->nextPageToken = $nextPageToken; |
| 4503 |
} |
| 4504 |
public function getNextPageToken() |
| 4505 |
{ |
| 4506 |
return $this->nextPageToken; |
| 4507 |
} |
| 4508 |
public function setResources($resources) |
| 4509 |
{ |
| 4510 |
$this->resources = $resources; |
| 4511 |
} |
| 4512 |
public function getResources() |
| 4513 |
{ |
| 4514 |
return $this->resources; |
| 4515 |
} |
| 4516 |
} |
| 4517 |
|
| 4518 |
class Google_Service_ShoppingContent_Error extends Google_Model |
| 4519 |
{ |
| 4520 |
protected $internal_gapi_mappings = array( |
| 4521 |
); |
| 4522 |
public $domain; |
| 4523 |
public $message; |
| 4524 |
public $reason; |
| 4525 |
|
| 4526 |
|
| 4527 |
public function setDomain($domain) |
| 4528 |
{ |
| 4529 |
$this->domain = $domain; |
| 4530 |
} |
| 4531 |
public function getDomain() |
| 4532 |
{ |
| 4533 |
return $this->domain; |
| 4534 |
} |
| 4535 |
public function setMessage($message) |
| 4536 |
{ |
| 4537 |
$this->message = $message; |
| 4538 |
} |
| 4539 |
public function getMessage() |
| 4540 |
{ |
| 4541 |
return $this->message; |
| 4542 |
} |
| 4543 |
public function setReason($reason) |
| 4544 |
{ |
| 4545 |
$this->reason = $reason; |
| 4546 |
} |
| 4547 |
public function getReason() |
| 4548 |
{ |
| 4549 |
return $this->reason; |
| 4550 |
} |
| 4551 |
} |
| 4552 |
|
| 4553 |
class Google_Service_ShoppingContent_Errors extends Google_Collection |
| 4554 |
{ |
| 4555 |
protected $collection_key = 'errors'; |
| 4556 |
protected $internal_gapi_mappings = array( |
| 4557 |
); |
| 4558 |
public $code; |
| 4559 |
protected $errorsType = 'Google_Service_ShoppingContent_Error'; |
| 4560 |
protected $errorsDataType = 'array'; |
| 4561 |
public $message; |
| 4562 |
|
| 4563 |
|
| 4564 |
public function setCode($code) |
| 4565 |
{ |
| 4566 |
$this->code = $code; |
| 4567 |
} |
| 4568 |
public function getCode() |
| 4569 |
{ |
| 4570 |
return $this->code; |
| 4571 |
} |
| 4572 |
public function setErrors($errors) |
| 4573 |
{ |
| 4574 |
$this->errors = $errors; |
| 4575 |
} |
| 4576 |
public function getErrors() |
| 4577 |
{ |
| 4578 |
return $this->errors; |
| 4579 |
} |
| 4580 |
public function setMessage($message) |
| 4581 |
{ |
| 4582 |
$this->message = $message; |
| 4583 |
} |
| 4584 |
public function getMessage() |
| 4585 |
{ |
| 4586 |
return $this->message; |
| 4587 |
} |
| 4588 |
} |
| 4589 |
|
| 4590 |
class Google_Service_ShoppingContent_Installment extends Google_Model |
| 4591 |
{ |
| 4592 |
protected $internal_gapi_mappings = array( |
| 4593 |
); |
| 4594 |
protected $amountType = 'Google_Service_ShoppingContent_Price'; |
| 4595 |
protected $amountDataType = ''; |
| 4596 |
public $months; |
| 4597 |
|
| 4598 |
|
| 4599 |
public function setAmount(Google_Service_ShoppingContent_Price $amount) |
| 4600 |
{ |
| 4601 |
$this->amount = $amount; |
| 4602 |
} |
| 4603 |
public function getAmount() |
| 4604 |
{ |
| 4605 |
return $this->amount; |
| 4606 |
} |
| 4607 |
public function setMonths($months) |
| 4608 |
{ |
| 4609 |
$this->months = $months; |
| 4610 |
} |
| 4611 |
public function getMonths() |
| 4612 |
{ |
| 4613 |
return $this->months; |
| 4614 |
} |
| 4615 |
} |
| 4616 |
|
| 4617 |
class Google_Service_ShoppingContent_Inventory extends Google_Model |
| 4618 |
{ |
| 4619 |
protected $internal_gapi_mappings = array( |
| 4620 |
); |
| 4621 |
public $availability; |
| 4622 |
protected $installmentType = 'Google_Service_ShoppingContent_Installment'; |
| 4623 |
protected $installmentDataType = ''; |
| 4624 |
public $kind; |
| 4625 |
protected $loyaltyPointsType = 'Google_Service_ShoppingContent_LoyaltyPoints'; |
| 4626 |
protected $loyaltyPointsDataType = ''; |
| 4627 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 4628 |
protected $priceDataType = ''; |
| 4629 |
public $quantity; |
| 4630 |
protected $salePriceType = 'Google_Service_ShoppingContent_Price'; |
| 4631 |
protected $salePriceDataType = ''; |
| 4632 |
public $salePriceEffectiveDate; |
| 4633 |
public $sellOnGoogleQuantity; |
| 4634 |
|
| 4635 |
|
| 4636 |
public function setAvailability($availability) |
| 4637 |
{ |
| 4638 |
$this->availability = $availability; |
| 4639 |
} |
| 4640 |
public function getAvailability() |
| 4641 |
{ |
| 4642 |
return $this->availability; |
| 4643 |
} |
| 4644 |
public function setInstallment(Google_Service_ShoppingContent_Installment $installment) |
| 4645 |
{ |
| 4646 |
$this->installment = $installment; |
| 4647 |
} |
| 4648 |
public function getInstallment() |
| 4649 |
{ |
| 4650 |
return $this->installment; |
| 4651 |
} |
| 4652 |
public function setKind($kind) |
| 4653 |
{ |
| 4654 |
$this->kind = $kind; |
| 4655 |
} |
| 4656 |
public function getKind() |
| 4657 |
{ |
| 4658 |
return $this->kind; |
| 4659 |
} |
| 4660 |
public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints) |
| 4661 |
{ |
| 4662 |
$this->loyaltyPoints = $loyaltyPoints; |
| 4663 |
} |
| 4664 |
public function getLoyaltyPoints() |
| 4665 |
{ |
| 4666 |
return $this->loyaltyPoints; |
| 4667 |
} |
| 4668 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 4669 |
{ |
| 4670 |
$this->price = $price; |
| 4671 |
} |
| 4672 |
public function getPrice() |
| 4673 |
{ |
| 4674 |
return $this->price; |
| 4675 |
} |
| 4676 |
public function setQuantity($quantity) |
| 4677 |
{ |
| 4678 |
$this->quantity = $quantity; |
| 4679 |
} |
| 4680 |
public function getQuantity() |
| 4681 |
{ |
| 4682 |
return $this->quantity; |
| 4683 |
} |
| 4684 |
public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) |
| 4685 |
{ |
| 4686 |
$this->salePrice = $salePrice; |
| 4687 |
} |
| 4688 |
public function getSalePrice() |
| 4689 |
{ |
| 4690 |
return $this->salePrice; |
| 4691 |
} |
| 4692 |
public function setSalePriceEffectiveDate($salePriceEffectiveDate) |
| 4693 |
{ |
| 4694 |
$this->salePriceEffectiveDate = $salePriceEffectiveDate; |
| 4695 |
} |
| 4696 |
public function getSalePriceEffectiveDate() |
| 4697 |
{ |
| 4698 |
return $this->salePriceEffectiveDate; |
| 4699 |
} |
| 4700 |
public function setSellOnGoogleQuantity($sellOnGoogleQuantity) |
| 4701 |
{ |
| 4702 |
$this->sellOnGoogleQuantity = $sellOnGoogleQuantity; |
| 4703 |
} |
| 4704 |
public function getSellOnGoogleQuantity() |
| 4705 |
{ |
| 4706 |
return $this->sellOnGoogleQuantity; |
| 4707 |
} |
| 4708 |
} |
| 4709 |
|
| 4710 |
class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_Collection |
| 4711 |
{ |
| 4712 |
protected $collection_key = 'entries'; |
| 4713 |
protected $internal_gapi_mappings = array( |
| 4714 |
); |
| 4715 |
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry'; |
| 4716 |
protected $entriesDataType = 'array'; |
| 4717 |
|
| 4718 |
|
| 4719 |
public function setEntries($entries) |
| 4720 |
{ |
| 4721 |
$this->entries = $entries; |
| 4722 |
} |
| 4723 |
public function getEntries() |
| 4724 |
{ |
| 4725 |
return $this->entries; |
| 4726 |
} |
| 4727 |
} |
| 4728 |
|
| 4729 |
class Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry extends Google_Model |
| 4730 |
{ |
| 4731 |
protected $internal_gapi_mappings = array( |
| 4732 |
); |
| 4733 |
public $batchId; |
| 4734 |
protected $inventoryType = 'Google_Service_ShoppingContent_Inventory'; |
| 4735 |
protected $inventoryDataType = ''; |
| 4736 |
public $merchantId; |
| 4737 |
public $productId; |
| 4738 |
public $storeCode; |
| 4739 |
|
| 4740 |
|
| 4741 |
public function setBatchId($batchId) |
| 4742 |
{ |
| 4743 |
$this->batchId = $batchId; |
| 4744 |
} |
| 4745 |
public function getBatchId() |
| 4746 |
{ |
| 4747 |
return $this->batchId; |
| 4748 |
} |
| 4749 |
public function setInventory(Google_Service_ShoppingContent_Inventory $inventory) |
| 4750 |
{ |
| 4751 |
$this->inventory = $inventory; |
| 4752 |
} |
| 4753 |
public function getInventory() |
| 4754 |
{ |
| 4755 |
return $this->inventory; |
| 4756 |
} |
| 4757 |
public function setMerchantId($merchantId) |
| 4758 |
{ |
| 4759 |
$this->merchantId = $merchantId; |
| 4760 |
} |
| 4761 |
public function getMerchantId() |
| 4762 |
{ |
| 4763 |
return $this->merchantId; |
| 4764 |
} |
| 4765 |
public function setProductId($productId) |
| 4766 |
{ |
| 4767 |
$this->productId = $productId; |
| 4768 |
} |
| 4769 |
public function getProductId() |
| 4770 |
{ |
| 4771 |
return $this->productId; |
| 4772 |
} |
| 4773 |
public function setStoreCode($storeCode) |
| 4774 |
{ |
| 4775 |
$this->storeCode = $storeCode; |
| 4776 |
} |
| 4777 |
public function getStoreCode() |
| 4778 |
{ |
| 4779 |
return $this->storeCode; |
| 4780 |
} |
| 4781 |
} |
| 4782 |
|
| 4783 |
class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google_Collection |
| 4784 |
{ |
| 4785 |
protected $collection_key = 'entries'; |
| 4786 |
protected $internal_gapi_mappings = array( |
| 4787 |
); |
| 4788 |
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry'; |
| 4789 |
protected $entriesDataType = 'array'; |
| 4790 |
public $kind; |
| 4791 |
|
| 4792 |
|
| 4793 |
public function setEntries($entries) |
| 4794 |
{ |
| 4795 |
$this->entries = $entries; |
| 4796 |
} |
| 4797 |
public function getEntries() |
| 4798 |
{ |
| 4799 |
return $this->entries; |
| 4800 |
} |
| 4801 |
public function setKind($kind) |
| 4802 |
{ |
| 4803 |
$this->kind = $kind; |
| 4804 |
} |
| 4805 |
public function getKind() |
| 4806 |
{ |
| 4807 |
return $this->kind; |
| 4808 |
} |
| 4809 |
} |
| 4810 |
|
| 4811 |
class Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry extends Google_Model |
| 4812 |
{ |
| 4813 |
protected $internal_gapi_mappings = array( |
| 4814 |
); |
| 4815 |
public $batchId; |
| 4816 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 4817 |
protected $errorsDataType = ''; |
| 4818 |
public $kind; |
| 4819 |
|
| 4820 |
|
| 4821 |
public function setBatchId($batchId) |
| 4822 |
{ |
| 4823 |
$this->batchId = $batchId; |
| 4824 |
} |
| 4825 |
public function getBatchId() |
| 4826 |
{ |
| 4827 |
return $this->batchId; |
| 4828 |
} |
| 4829 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 4830 |
{ |
| 4831 |
$this->errors = $errors; |
| 4832 |
} |
| 4833 |
public function getErrors() |
| 4834 |
{ |
| 4835 |
return $this->errors; |
| 4836 |
} |
| 4837 |
public function setKind($kind) |
| 4838 |
{ |
| 4839 |
$this->kind = $kind; |
| 4840 |
} |
| 4841 |
public function getKind() |
| 4842 |
{ |
| 4843 |
return $this->kind; |
| 4844 |
} |
| 4845 |
} |
| 4846 |
|
| 4847 |
class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model |
| 4848 |
{ |
| 4849 |
protected $internal_gapi_mappings = array( |
| 4850 |
); |
| 4851 |
public $availability; |
| 4852 |
protected $installmentType = 'Google_Service_ShoppingContent_Installment'; |
| 4853 |
protected $installmentDataType = ''; |
| 4854 |
protected $loyaltyPointsType = 'Google_Service_ShoppingContent_LoyaltyPoints'; |
| 4855 |
protected $loyaltyPointsDataType = ''; |
| 4856 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 4857 |
protected $priceDataType = ''; |
| 4858 |
public $quantity; |
| 4859 |
protected $salePriceType = 'Google_Service_ShoppingContent_Price'; |
| 4860 |
protected $salePriceDataType = ''; |
| 4861 |
public $salePriceEffectiveDate; |
| 4862 |
public $sellOnGoogleQuantity; |
| 4863 |
|
| 4864 |
|
| 4865 |
public function setAvailability($availability) |
| 4866 |
{ |
| 4867 |
$this->availability = $availability; |
| 4868 |
} |
| 4869 |
public function getAvailability() |
| 4870 |
{ |
| 4871 |
return $this->availability; |
| 4872 |
} |
| 4873 |
public function setInstallment(Google_Service_ShoppingContent_Installment $installment) |
| 4874 |
{ |
| 4875 |
$this->installment = $installment; |
| 4876 |
} |
| 4877 |
public function getInstallment() |
| 4878 |
{ |
| 4879 |
return $this->installment; |
| 4880 |
} |
| 4881 |
public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints) |
| 4882 |
{ |
| 4883 |
$this->loyaltyPoints = $loyaltyPoints; |
| 4884 |
} |
| 4885 |
public function getLoyaltyPoints() |
| 4886 |
{ |
| 4887 |
return $this->loyaltyPoints; |
| 4888 |
} |
| 4889 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 4890 |
{ |
| 4891 |
$this->price = $price; |
| 4892 |
} |
| 4893 |
public function getPrice() |
| 4894 |
{ |
| 4895 |
return $this->price; |
| 4896 |
} |
| 4897 |
public function setQuantity($quantity) |
| 4898 |
{ |
| 4899 |
$this->quantity = $quantity; |
| 4900 |
} |
| 4901 |
public function getQuantity() |
| 4902 |
{ |
| 4903 |
return $this->quantity; |
| 4904 |
} |
| 4905 |
public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) |
| 4906 |
{ |
| 4907 |
$this->salePrice = $salePrice; |
| 4908 |
} |
| 4909 |
public function getSalePrice() |
| 4910 |
{ |
| 4911 |
return $this->salePrice; |
| 4912 |
} |
| 4913 |
public function setSalePriceEffectiveDate($salePriceEffectiveDate) |
| 4914 |
{ |
| 4915 |
$this->salePriceEffectiveDate = $salePriceEffectiveDate; |
| 4916 |
} |
| 4917 |
public function getSalePriceEffectiveDate() |
| 4918 |
{ |
| 4919 |
return $this->salePriceEffectiveDate; |
| 4920 |
} |
| 4921 |
public function setSellOnGoogleQuantity($sellOnGoogleQuantity) |
| 4922 |
{ |
| 4923 |
$this->sellOnGoogleQuantity = $sellOnGoogleQuantity; |
| 4924 |
} |
| 4925 |
public function getSellOnGoogleQuantity() |
| 4926 |
{ |
| 4927 |
return $this->sellOnGoogleQuantity; |
| 4928 |
} |
| 4929 |
} |
| 4930 |
|
| 4931 |
class Google_Service_ShoppingContent_InventorySetResponse extends Google_Model |
| 4932 |
{ |
| 4933 |
protected $internal_gapi_mappings = array( |
| 4934 |
); |
| 4935 |
public $kind; |
| 4936 |
|
| 4937 |
|
| 4938 |
public function setKind($kind) |
| 4939 |
{ |
| 4940 |
$this->kind = $kind; |
| 4941 |
} |
| 4942 |
public function getKind() |
| 4943 |
{ |
| 4944 |
return $this->kind; |
| 4945 |
} |
| 4946 |
} |
| 4947 |
|
| 4948 |
class Google_Service_ShoppingContent_LoyaltyPoints extends Google_Model |
| 4949 |
{ |
| 4950 |
protected $internal_gapi_mappings = array( |
| 4951 |
); |
| 4952 |
public $name; |
| 4953 |
public $pointsValue; |
| 4954 |
public $ratio; |
| 4955 |
|
| 4956 |
|
| 4957 |
public function setName($name) |
| 4958 |
{ |
| 4959 |
$this->name = $name; |
| 4960 |
} |
| 4961 |
public function getName() |
| 4962 |
{ |
| 4963 |
return $this->name; |
| 4964 |
} |
| 4965 |
public function setPointsValue($pointsValue) |
| 4966 |
{ |
| 4967 |
$this->pointsValue = $pointsValue; |
| 4968 |
} |
| 4969 |
public function getPointsValue() |
| 4970 |
{ |
| 4971 |
return $this->pointsValue; |
| 4972 |
} |
| 4973 |
public function setRatio($ratio) |
| 4974 |
{ |
| 4975 |
$this->ratio = $ratio; |
| 4976 |
} |
| 4977 |
public function getRatio() |
| 4978 |
{ |
| 4979 |
return $this->ratio; |
| 4980 |
} |
| 4981 |
} |
| 4982 |
|
| 4983 |
class Google_Service_ShoppingContent_Order extends Google_Collection |
| 4984 |
{ |
| 4985 |
protected $collection_key = 'shipments'; |
| 4986 |
protected $internal_gapi_mappings = array( |
| 4987 |
); |
| 4988 |
public $acknowledged; |
| 4989 |
protected $customerType = 'Google_Service_ShoppingContent_OrderCustomer'; |
| 4990 |
protected $customerDataType = ''; |
| 4991 |
protected $deliveryDetailsType = 'Google_Service_ShoppingContent_OrderDeliveryDetails'; |
| 4992 |
protected $deliveryDetailsDataType = ''; |
| 4993 |
public $id; |
| 4994 |
public $kind; |
| 4995 |
protected $lineItemsType = 'Google_Service_ShoppingContent_OrderLineItem'; |
| 4996 |
protected $lineItemsDataType = 'array'; |
| 4997 |
public $merchantId; |
| 4998 |
public $merchantOrderId; |
| 4999 |
protected $netAmountType = 'Google_Service_ShoppingContent_Price'; |
| 5000 |
protected $netAmountDataType = ''; |
| 5001 |
protected $paymentMethodType = 'Google_Service_ShoppingContent_OrderPaymentMethod'; |
| 5002 |
protected $paymentMethodDataType = ''; |
| 5003 |
public $paymentStatus; |
| 5004 |
public $placedDate; |
| 5005 |
protected $promotionsType = 'Google_Service_ShoppingContent_OrderPromotion'; |
| 5006 |
protected $promotionsDataType = 'array'; |
| 5007 |
protected $refundsType = 'Google_Service_ShoppingContent_OrderRefund'; |
| 5008 |
protected $refundsDataType = 'array'; |
| 5009 |
protected $shipmentsType = 'Google_Service_ShoppingContent_OrderShipment'; |
| 5010 |
protected $shipmentsDataType = 'array'; |
| 5011 |
protected $shippingCostType = 'Google_Service_ShoppingContent_Price'; |
| 5012 |
protected $shippingCostDataType = ''; |
| 5013 |
protected $shippingCostTaxType = 'Google_Service_ShoppingContent_Price'; |
| 5014 |
protected $shippingCostTaxDataType = ''; |
| 5015 |
public $shippingOption; |
| 5016 |
public $status; |
| 5017 |
|
| 5018 |
|
| 5019 |
public function setAcknowledged($acknowledged) |
| 5020 |
{ |
| 5021 |
$this->acknowledged = $acknowledged; |
| 5022 |
} |
| 5023 |
public function getAcknowledged() |
| 5024 |
{ |
| 5025 |
return $this->acknowledged; |
| 5026 |
} |
| 5027 |
public function setCustomer(Google_Service_ShoppingContent_OrderCustomer $customer) |
| 5028 |
{ |
| 5029 |
$this->customer = $customer; |
| 5030 |
} |
| 5031 |
public function getCustomer() |
| 5032 |
{ |
| 5033 |
return $this->customer; |
| 5034 |
} |
| 5035 |
public function setDeliveryDetails(Google_Service_ShoppingContent_OrderDeliveryDetails $deliveryDetails) |
| 5036 |
{ |
| 5037 |
$this->deliveryDetails = $deliveryDetails; |
| 5038 |
} |
| 5039 |
public function getDeliveryDetails() |
| 5040 |
{ |
| 5041 |
return $this->deliveryDetails; |
| 5042 |
} |
| 5043 |
public function setId($id) |
| 5044 |
{ |
| 5045 |
$this->id = $id; |
| 5046 |
} |
| 5047 |
public function getId() |
| 5048 |
{ |
| 5049 |
return $this->id; |
| 5050 |
} |
| 5051 |
public function setKind($kind) |
| 5052 |
{ |
| 5053 |
$this->kind = $kind; |
| 5054 |
} |
| 5055 |
public function getKind() |
| 5056 |
{ |
| 5057 |
return $this->kind; |
| 5058 |
} |
| 5059 |
public function setLineItems($lineItems) |
| 5060 |
{ |
| 5061 |
$this->lineItems = $lineItems; |
| 5062 |
} |
| 5063 |
public function getLineItems() |
| 5064 |
{ |
| 5065 |
return $this->lineItems; |
| 5066 |
} |
| 5067 |
public function setMerchantId($merchantId) |
| 5068 |
{ |
| 5069 |
$this->merchantId = $merchantId; |
| 5070 |
} |
| 5071 |
public function getMerchantId() |
| 5072 |
{ |
| 5073 |
return $this->merchantId; |
| 5074 |
} |
| 5075 |
public function setMerchantOrderId($merchantOrderId) |
| 5076 |
{ |
| 5077 |
$this->merchantOrderId = $merchantOrderId; |
| 5078 |
} |
| 5079 |
public function getMerchantOrderId() |
| 5080 |
{ |
| 5081 |
return $this->merchantOrderId; |
| 5082 |
} |
| 5083 |
public function setNetAmount(Google_Service_ShoppingContent_Price $netAmount) |
| 5084 |
{ |
| 5085 |
$this->netAmount = $netAmount; |
| 5086 |
} |
| 5087 |
public function getNetAmount() |
| 5088 |
{ |
| 5089 |
return $this->netAmount; |
| 5090 |
} |
| 5091 |
public function setPaymentMethod(Google_Service_ShoppingContent_OrderPaymentMethod $paymentMethod) |
| 5092 |
{ |
| 5093 |
$this->paymentMethod = $paymentMethod; |
| 5094 |
} |
| 5095 |
public function getPaymentMethod() |
| 5096 |
{ |
| 5097 |
return $this->paymentMethod; |
| 5098 |
} |
| 5099 |
public function setPaymentStatus($paymentStatus) |
| 5100 |
{ |
| 5101 |
$this->paymentStatus = $paymentStatus; |
| 5102 |
} |
| 5103 |
public function getPaymentStatus() |
| 5104 |
{ |
| 5105 |
return $this->paymentStatus; |
| 5106 |
} |
| 5107 |
public function setPlacedDate($placedDate) |
| 5108 |
{ |
| 5109 |
$this->placedDate = $placedDate; |
| 5110 |
} |
| 5111 |
public function getPlacedDate() |
| 5112 |
{ |
| 5113 |
return $this->placedDate; |
| 5114 |
} |
| 5115 |
public function setPromotions($promotions) |
| 5116 |
{ |
| 5117 |
$this->promotions = $promotions; |
| 5118 |
} |
| 5119 |
public function getPromotions() |
| 5120 |
{ |
| 5121 |
return $this->promotions; |
| 5122 |
} |
| 5123 |
public function setRefunds($refunds) |
| 5124 |
{ |
| 5125 |
$this->refunds = $refunds; |
| 5126 |
} |
| 5127 |
public function getRefunds() |
| 5128 |
{ |
| 5129 |
return $this->refunds; |
| 5130 |
} |
| 5131 |
public function setShipments($shipments) |
| 5132 |
{ |
| 5133 |
$this->shipments = $shipments; |
| 5134 |
} |
| 5135 |
public function getShipments() |
| 5136 |
{ |
| 5137 |
return $this->shipments; |
| 5138 |
} |
| 5139 |
public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) |
| 5140 |
{ |
| 5141 |
$this->shippingCost = $shippingCost; |
| 5142 |
} |
| 5143 |
public function getShippingCost() |
| 5144 |
{ |
| 5145 |
return $this->shippingCost; |
| 5146 |
} |
| 5147 |
public function setShippingCostTax(Google_Service_ShoppingContent_Price $shippingCostTax) |
| 5148 |
{ |
| 5149 |
$this->shippingCostTax = $shippingCostTax; |
| 5150 |
} |
| 5151 |
public function getShippingCostTax() |
| 5152 |
{ |
| 5153 |
return $this->shippingCostTax; |
| 5154 |
} |
| 5155 |
public function setShippingOption($shippingOption) |
| 5156 |
{ |
| 5157 |
$this->shippingOption = $shippingOption; |
| 5158 |
} |
| 5159 |
public function getShippingOption() |
| 5160 |
{ |
| 5161 |
return $this->shippingOption; |
| 5162 |
} |
| 5163 |
public function setStatus($status) |
| 5164 |
{ |
| 5165 |
$this->status = $status; |
| 5166 |
} |
| 5167 |
public function getStatus() |
| 5168 |
{ |
| 5169 |
return $this->status; |
| 5170 |
} |
| 5171 |
} |
| 5172 |
|
| 5173 |
class Google_Service_ShoppingContent_OrderAddress extends Google_Collection |
| 5174 |
{ |
| 5175 |
protected $collection_key = 'streetAddress'; |
| 5176 |
protected $internal_gapi_mappings = array( |
| 5177 |
); |
| 5178 |
public $country; |
| 5179 |
public $fullAddress; |
| 5180 |
public $isPostOfficeBox; |
| 5181 |
public $locality; |
| 5182 |
public $postalCode; |
| 5183 |
public $recipientName; |
| 5184 |
public $region; |
| 5185 |
public $streetAddress; |
| 5186 |
|
| 5187 |
|
| 5188 |
public function setCountry($country) |
| 5189 |
{ |
| 5190 |
$this->country = $country; |
| 5191 |
} |
| 5192 |
public function getCountry() |
| 5193 |
{ |
| 5194 |
return $this->country; |
| 5195 |
} |
| 5196 |
public function setFullAddress($fullAddress) |
| 5197 |
{ |
| 5198 |
$this->fullAddress = $fullAddress; |
| 5199 |
} |
| 5200 |
public function getFullAddress() |
| 5201 |
{ |
| 5202 |
return $this->fullAddress; |
| 5203 |
} |
| 5204 |
public function setIsPostOfficeBox($isPostOfficeBox) |
| 5205 |
{ |
| 5206 |
$this->isPostOfficeBox = $isPostOfficeBox; |
| 5207 |
} |
| 5208 |
public function getIsPostOfficeBox() |
| 5209 |
{ |
| 5210 |
return $this->isPostOfficeBox; |
| 5211 |
} |
| 5212 |
public function setLocality($locality) |
| 5213 |
{ |
| 5214 |
$this->locality = $locality; |
| 5215 |
} |
| 5216 |
public function getLocality() |
| 5217 |
{ |
| 5218 |
return $this->locality; |
| 5219 |
} |
| 5220 |
public function setPostalCode($postalCode) |
| 5221 |
{ |
| 5222 |
$this->postalCode = $postalCode; |
| 5223 |
} |
| 5224 |
public function getPostalCode() |
| 5225 |
{ |
| 5226 |
return $this->postalCode; |
| 5227 |
} |
| 5228 |
public function setRecipientName($recipientName) |
| 5229 |
{ |
| 5230 |
$this->recipientName = $recipientName; |
| 5231 |
} |
| 5232 |
public function getRecipientName() |
| 5233 |
{ |
| 5234 |
return $this->recipientName; |
| 5235 |
} |
| 5236 |
public function setRegion($region) |
| 5237 |
{ |
| 5238 |
$this->region = $region; |
| 5239 |
} |
| 5240 |
public function getRegion() |
| 5241 |
{ |
| 5242 |
return $this->region; |
| 5243 |
} |
| 5244 |
public function setStreetAddress($streetAddress) |
| 5245 |
{ |
| 5246 |
$this->streetAddress = $streetAddress; |
| 5247 |
} |
| 5248 |
public function getStreetAddress() |
| 5249 |
{ |
| 5250 |
return $this->streetAddress; |
| 5251 |
} |
| 5252 |
} |
| 5253 |
|
| 5254 |
class Google_Service_ShoppingContent_OrderCancellation extends Google_Model |
| 5255 |
{ |
| 5256 |
protected $internal_gapi_mappings = array( |
| 5257 |
); |
| 5258 |
public $actor; |
| 5259 |
public $creationDate; |
| 5260 |
public $quantity; |
| 5261 |
public $reason; |
| 5262 |
public $reasonText; |
| 5263 |
|
| 5264 |
|
| 5265 |
public function setActor($actor) |
| 5266 |
{ |
| 5267 |
$this->actor = $actor; |
| 5268 |
} |
| 5269 |
public function getActor() |
| 5270 |
{ |
| 5271 |
return $this->actor; |
| 5272 |
} |
| 5273 |
public function setCreationDate($creationDate) |
| 5274 |
{ |
| 5275 |
$this->creationDate = $creationDate; |
| 5276 |
} |
| 5277 |
public function getCreationDate() |
| 5278 |
{ |
| 5279 |
return $this->creationDate; |
| 5280 |
} |
| 5281 |
public function setQuantity($quantity) |
| 5282 |
{ |
| 5283 |
$this->quantity = $quantity; |
| 5284 |
} |
| 5285 |
public function getQuantity() |
| 5286 |
{ |
| 5287 |
return $this->quantity; |
| 5288 |
} |
| 5289 |
public function setReason($reason) |
| 5290 |
{ |
| 5291 |
$this->reason = $reason; |
| 5292 |
} |
| 5293 |
public function getReason() |
| 5294 |
{ |
| 5295 |
return $this->reason; |
| 5296 |
} |
| 5297 |
public function setReasonText($reasonText) |
| 5298 |
{ |
| 5299 |
$this->reasonText = $reasonText; |
| 5300 |
} |
| 5301 |
public function getReasonText() |
| 5302 |
{ |
| 5303 |
return $this->reasonText; |
| 5304 |
} |
| 5305 |
} |
| 5306 |
|
| 5307 |
class Google_Service_ShoppingContent_OrderCustomer extends Google_Model |
| 5308 |
{ |
| 5309 |
protected $internal_gapi_mappings = array( |
| 5310 |
); |
| 5311 |
public $email; |
| 5312 |
public $explicitMarketingPreference; |
| 5313 |
public $fullName; |
| 5314 |
|
| 5315 |
|
| 5316 |
public function setEmail($email) |
| 5317 |
{ |
| 5318 |
$this->email = $email; |
| 5319 |
} |
| 5320 |
public function getEmail() |
| 5321 |
{ |
| 5322 |
return $this->email; |
| 5323 |
} |
| 5324 |
public function setExplicitMarketingPreference($explicitMarketingPreference) |
| 5325 |
{ |
| 5326 |
$this->explicitMarketingPreference = $explicitMarketingPreference; |
| 5327 |
} |
| 5328 |
public function getExplicitMarketingPreference() |
| 5329 |
{ |
| 5330 |
return $this->explicitMarketingPreference; |
| 5331 |
} |
| 5332 |
public function setFullName($fullName) |
| 5333 |
{ |
| 5334 |
$this->fullName = $fullName; |
| 5335 |
} |
| 5336 |
public function getFullName() |
| 5337 |
{ |
| 5338 |
return $this->fullName; |
| 5339 |
} |
| 5340 |
} |
| 5341 |
|
| 5342 |
class Google_Service_ShoppingContent_OrderDeliveryDetails extends Google_Model |
| 5343 |
{ |
| 5344 |
protected $internal_gapi_mappings = array( |
| 5345 |
); |
| 5346 |
protected $addressType = 'Google_Service_ShoppingContent_OrderAddress'; |
| 5347 |
protected $addressDataType = ''; |
| 5348 |
public $phoneNumber; |
| 5349 |
|
| 5350 |
|
| 5351 |
public function setAddress(Google_Service_ShoppingContent_OrderAddress $address) |
| 5352 |
{ |
| 5353 |
$this->address = $address; |
| 5354 |
} |
| 5355 |
public function getAddress() |
| 5356 |
{ |
| 5357 |
return $this->address; |
| 5358 |
} |
| 5359 |
public function setPhoneNumber($phoneNumber) |
| 5360 |
{ |
| 5361 |
$this->phoneNumber = $phoneNumber; |
| 5362 |
} |
| 5363 |
public function getPhoneNumber() |
| 5364 |
{ |
| 5365 |
return $this->phoneNumber; |
| 5366 |
} |
| 5367 |
} |
| 5368 |
|
| 5369 |
class Google_Service_ShoppingContent_OrderLineItem extends Google_Collection |
| 5370 |
{ |
| 5371 |
protected $collection_key = 'returns'; |
| 5372 |
protected $internal_gapi_mappings = array( |
| 5373 |
); |
| 5374 |
protected $cancellationsType = 'Google_Service_ShoppingContent_OrderCancellation'; |
| 5375 |
protected $cancellationsDataType = 'array'; |
| 5376 |
public $id; |
| 5377 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 5378 |
protected $priceDataType = ''; |
| 5379 |
protected $productType = 'Google_Service_ShoppingContent_OrderLineItemProduct'; |
| 5380 |
protected $productDataType = ''; |
| 5381 |
public $quantityCanceled; |
| 5382 |
public $quantityDelivered; |
| 5383 |
public $quantityOrdered; |
| 5384 |
public $quantityPending; |
| 5385 |
public $quantityReturned; |
| 5386 |
public $quantityShipped; |
| 5387 |
protected $returnInfoType = 'Google_Service_ShoppingContent_OrderLineItemReturnInfo'; |
| 5388 |
protected $returnInfoDataType = ''; |
| 5389 |
protected $returnsType = 'Google_Service_ShoppingContent_OrderReturn'; |
| 5390 |
protected $returnsDataType = 'array'; |
| 5391 |
protected $shippingDetailsType = 'Google_Service_ShoppingContent_OrderLineItemShippingDetails'; |
| 5392 |
protected $shippingDetailsDataType = ''; |
| 5393 |
protected $taxType = 'Google_Service_ShoppingContent_Price'; |
| 5394 |
protected $taxDataType = ''; |
| 5395 |
|
| 5396 |
|
| 5397 |
public function setCancellations($cancellations) |
| 5398 |
{ |
| 5399 |
$this->cancellations = $cancellations; |
| 5400 |
} |
| 5401 |
public function getCancellations() |
| 5402 |
{ |
| 5403 |
return $this->cancellations; |
| 5404 |
} |
| 5405 |
public function setId($id) |
| 5406 |
{ |
| 5407 |
$this->id = $id; |
| 5408 |
} |
| 5409 |
public function getId() |
| 5410 |
{ |
| 5411 |
return $this->id; |
| 5412 |
} |
| 5413 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 5414 |
{ |
| 5415 |
$this->price = $price; |
| 5416 |
} |
| 5417 |
public function getPrice() |
| 5418 |
{ |
| 5419 |
return $this->price; |
| 5420 |
} |
| 5421 |
public function setProduct(Google_Service_ShoppingContent_OrderLineItemProduct $product) |
| 5422 |
{ |
| 5423 |
$this->product = $product; |
| 5424 |
} |
| 5425 |
public function getProduct() |
| 5426 |
{ |
| 5427 |
return $this->product; |
| 5428 |
} |
| 5429 |
public function setQuantityCanceled($quantityCanceled) |
| 5430 |
{ |
| 5431 |
$this->quantityCanceled = $quantityCanceled; |
| 5432 |
} |
| 5433 |
public function getQuantityCanceled() |
| 5434 |
{ |
| 5435 |
return $this->quantityCanceled; |
| 5436 |
} |
| 5437 |
public function setQuantityDelivered($quantityDelivered) |
| 5438 |
{ |
| 5439 |
$this->quantityDelivered = $quantityDelivered; |
| 5440 |
} |
| 5441 |
public function getQuantityDelivered() |
| 5442 |
{ |
| 5443 |
return $this->quantityDelivered; |
| 5444 |
} |
| 5445 |
public function setQuantityOrdered($quantityOrdered) |
| 5446 |
{ |
| 5447 |
$this->quantityOrdered = $quantityOrdered; |
| 5448 |
} |
| 5449 |
public function getQuantityOrdered() |
| 5450 |
{ |
| 5451 |
return $this->quantityOrdered; |
| 5452 |
} |
| 5453 |
public function setQuantityPending($quantityPending) |
| 5454 |
{ |
| 5455 |
$this->quantityPending = $quantityPending; |
| 5456 |
} |
| 5457 |
public function getQuantityPending() |
| 5458 |
{ |
| 5459 |
return $this->quantityPending; |
| 5460 |
} |
| 5461 |
public function setQuantityReturned($quantityReturned) |
| 5462 |
{ |
| 5463 |
$this->quantityReturned = $quantityReturned; |
| 5464 |
} |
| 5465 |
public function getQuantityReturned() |
| 5466 |
{ |
| 5467 |
return $this->quantityReturned; |
| 5468 |
} |
| 5469 |
public function setQuantityShipped($quantityShipped) |
| 5470 |
{ |
| 5471 |
$this->quantityShipped = $quantityShipped; |
| 5472 |
} |
| 5473 |
public function getQuantityShipped() |
| 5474 |
{ |
| 5475 |
return $this->quantityShipped; |
| 5476 |
} |
| 5477 |
public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) |
| 5478 |
{ |
| 5479 |
$this->returnInfo = $returnInfo; |
| 5480 |
} |
| 5481 |
public function getReturnInfo() |
| 5482 |
{ |
| 5483 |
return $this->returnInfo; |
| 5484 |
} |
| 5485 |
public function setReturns($returns) |
| 5486 |
{ |
| 5487 |
$this->returns = $returns; |
| 5488 |
} |
| 5489 |
public function getReturns() |
| 5490 |
{ |
| 5491 |
return $this->returns; |
| 5492 |
} |
| 5493 |
public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) |
| 5494 |
{ |
| 5495 |
$this->shippingDetails = $shippingDetails; |
| 5496 |
} |
| 5497 |
public function getShippingDetails() |
| 5498 |
{ |
| 5499 |
return $this->shippingDetails; |
| 5500 |
} |
| 5501 |
public function setTax(Google_Service_ShoppingContent_Price $tax) |
| 5502 |
{ |
| 5503 |
$this->tax = $tax; |
| 5504 |
} |
| 5505 |
public function getTax() |
| 5506 |
{ |
| 5507 |
return $this->tax; |
| 5508 |
} |
| 5509 |
} |
| 5510 |
|
| 5511 |
class Google_Service_ShoppingContent_OrderLineItemProduct extends Google_Collection |
| 5512 |
{ |
| 5513 |
protected $collection_key = 'variantAttributes'; |
| 5514 |
protected $internal_gapi_mappings = array( |
| 5515 |
); |
| 5516 |
public $brand; |
| 5517 |
public $channel; |
| 5518 |
public $condition; |
| 5519 |
public $contentLanguage; |
| 5520 |
public $gtin; |
| 5521 |
public $id; |
| 5522 |
public $imageLink; |
| 5523 |
public $itemGroupId; |
| 5524 |
public $mpn; |
| 5525 |
public $offerId; |
| 5526 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 5527 |
protected $priceDataType = ''; |
| 5528 |
public $shownImage; |
| 5529 |
public $targetCountry; |
| 5530 |
public $title; |
| 5531 |
protected $variantAttributesType = 'Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute'; |
| 5532 |
protected $variantAttributesDataType = 'array'; |
| 5533 |
|
| 5534 |
|
| 5535 |
public function setBrand($brand) |
| 5536 |
{ |
| 5537 |
$this->brand = $brand; |
| 5538 |
} |
| 5539 |
public function getBrand() |
| 5540 |
{ |
| 5541 |
return $this->brand; |
| 5542 |
} |
| 5543 |
public function setChannel($channel) |
| 5544 |
{ |
| 5545 |
$this->channel = $channel; |
| 5546 |
} |
| 5547 |
public function getChannel() |
| 5548 |
{ |
| 5549 |
return $this->channel; |
| 5550 |
} |
| 5551 |
public function setCondition($condition) |
| 5552 |
{ |
| 5553 |
$this->condition = $condition; |
| 5554 |
} |
| 5555 |
public function getCondition() |
| 5556 |
{ |
| 5557 |
return $this->condition; |
| 5558 |
} |
| 5559 |
public function setContentLanguage($contentLanguage) |
| 5560 |
{ |
| 5561 |
$this->contentLanguage = $contentLanguage; |
| 5562 |
} |
| 5563 |
public function getContentLanguage() |
| 5564 |
{ |
| 5565 |
return $this->contentLanguage; |
| 5566 |
} |
| 5567 |
public function setGtin($gtin) |
| 5568 |
{ |
| 5569 |
$this->gtin = $gtin; |
| 5570 |
} |
| 5571 |
public function getGtin() |
| 5572 |
{ |
| 5573 |
return $this->gtin; |
| 5574 |
} |
| 5575 |
public function setId($id) |
| 5576 |
{ |
| 5577 |
$this->id = $id; |
| 5578 |
} |
| 5579 |
public function getId() |
| 5580 |
{ |
| 5581 |
return $this->id; |
| 5582 |
} |
| 5583 |
public function setImageLink($imageLink) |
| 5584 |
{ |
| 5585 |
$this->imageLink = $imageLink; |
| 5586 |
} |
| 5587 |
public function getImageLink() |
| 5588 |
{ |
| 5589 |
return $this->imageLink; |
| 5590 |
} |
| 5591 |
public function setItemGroupId($itemGroupId) |
| 5592 |
{ |
| 5593 |
$this->itemGroupId = $itemGroupId; |
| 5594 |
} |
| 5595 |
public function getItemGroupId() |
| 5596 |
{ |
| 5597 |
return $this->itemGroupId; |
| 5598 |
} |
| 5599 |
public function setMpn($mpn) |
| 5600 |
{ |
| 5601 |
$this->mpn = $mpn; |
| 5602 |
} |
| 5603 |
public function getMpn() |
| 5604 |
{ |
| 5605 |
return $this->mpn; |
| 5606 |
} |
| 5607 |
public function setOfferId($offerId) |
| 5608 |
{ |
| 5609 |
$this->offerId = $offerId; |
| 5610 |
} |
| 5611 |
public function getOfferId() |
| 5612 |
{ |
| 5613 |
return $this->offerId; |
| 5614 |
} |
| 5615 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 5616 |
{ |
| 5617 |
$this->price = $price; |
| 5618 |
} |
| 5619 |
public function getPrice() |
| 5620 |
{ |
| 5621 |
return $this->price; |
| 5622 |
} |
| 5623 |
public function setShownImage($shownImage) |
| 5624 |
{ |
| 5625 |
$this->shownImage = $shownImage; |
| 5626 |
} |
| 5627 |
public function getShownImage() |
| 5628 |
{ |
| 5629 |
return $this->shownImage; |
| 5630 |
} |
| 5631 |
public function setTargetCountry($targetCountry) |
| 5632 |
{ |
| 5633 |
$this->targetCountry = $targetCountry; |
| 5634 |
} |
| 5635 |
public function getTargetCountry() |
| 5636 |
{ |
| 5637 |
return $this->targetCountry; |
| 5638 |
} |
| 5639 |
public function setTitle($title) |
| 5640 |
{ |
| 5641 |
$this->title = $title; |
| 5642 |
} |
| 5643 |
public function getTitle() |
| 5644 |
{ |
| 5645 |
return $this->title; |
| 5646 |
} |
| 5647 |
public function setVariantAttributes($variantAttributes) |
| 5648 |
{ |
| 5649 |
$this->variantAttributes = $variantAttributes; |
| 5650 |
} |
| 5651 |
public function getVariantAttributes() |
| 5652 |
{ |
| 5653 |
return $this->variantAttributes; |
| 5654 |
} |
| 5655 |
} |
| 5656 |
|
| 5657 |
class Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute extends Google_Model |
| 5658 |
{ |
| 5659 |
protected $internal_gapi_mappings = array( |
| 5660 |
); |
| 5661 |
public $dimension; |
| 5662 |
public $value; |
| 5663 |
|
| 5664 |
|
| 5665 |
public function setDimension($dimension) |
| 5666 |
{ |
| 5667 |
$this->dimension = $dimension; |
| 5668 |
} |
| 5669 |
public function getDimension() |
| 5670 |
{ |
| 5671 |
return $this->dimension; |
| 5672 |
} |
| 5673 |
public function setValue($value) |
| 5674 |
{ |
| 5675 |
$this->value = $value; |
| 5676 |
} |
| 5677 |
public function getValue() |
| 5678 |
{ |
| 5679 |
return $this->value; |
| 5680 |
} |
| 5681 |
} |
| 5682 |
|
| 5683 |
class Google_Service_ShoppingContent_OrderLineItemReturnInfo extends Google_Model |
| 5684 |
{ |
| 5685 |
protected $internal_gapi_mappings = array( |
| 5686 |
); |
| 5687 |
public $daysToReturn; |
| 5688 |
public $isReturnable; |
| 5689 |
public $policyUrl; |
| 5690 |
|
| 5691 |
|
| 5692 |
public function setDaysToReturn($daysToReturn) |
| 5693 |
{ |
| 5694 |
$this->daysToReturn = $daysToReturn; |
| 5695 |
} |
| 5696 |
public function getDaysToReturn() |
| 5697 |
{ |
| 5698 |
return $this->daysToReturn; |
| 5699 |
} |
| 5700 |
public function setIsReturnable($isReturnable) |
| 5701 |
{ |
| 5702 |
$this->isReturnable = $isReturnable; |
| 5703 |
} |
| 5704 |
public function getIsReturnable() |
| 5705 |
{ |
| 5706 |
return $this->isReturnable; |
| 5707 |
} |
| 5708 |
public function setPolicyUrl($policyUrl) |
| 5709 |
{ |
| 5710 |
$this->policyUrl = $policyUrl; |
| 5711 |
} |
| 5712 |
public function getPolicyUrl() |
| 5713 |
{ |
| 5714 |
return $this->policyUrl; |
| 5715 |
} |
| 5716 |
} |
| 5717 |
|
| 5718 |
class Google_Service_ShoppingContent_OrderLineItemShippingDetails extends Google_Model |
| 5719 |
{ |
| 5720 |
protected $internal_gapi_mappings = array( |
| 5721 |
); |
| 5722 |
public $deliverByDate; |
| 5723 |
protected $methodType = 'Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod'; |
| 5724 |
protected $methodDataType = ''; |
| 5725 |
public $shipByDate; |
| 5726 |
|
| 5727 |
|
| 5728 |
public function setDeliverByDate($deliverByDate) |
| 5729 |
{ |
| 5730 |
$this->deliverByDate = $deliverByDate; |
| 5731 |
} |
| 5732 |
public function getDeliverByDate() |
| 5733 |
{ |
| 5734 |
return $this->deliverByDate; |
| 5735 |
} |
| 5736 |
public function setMethod(Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod $method) |
| 5737 |
{ |
| 5738 |
$this->method = $method; |
| 5739 |
} |
| 5740 |
public function getMethod() |
| 5741 |
{ |
| 5742 |
return $this->method; |
| 5743 |
} |
| 5744 |
public function setShipByDate($shipByDate) |
| 5745 |
{ |
| 5746 |
$this->shipByDate = $shipByDate; |
| 5747 |
} |
| 5748 |
public function getShipByDate() |
| 5749 |
{ |
| 5750 |
return $this->shipByDate; |
| 5751 |
} |
| 5752 |
} |
| 5753 |
|
| 5754 |
class Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod extends Google_Model |
| 5755 |
{ |
| 5756 |
protected $internal_gapi_mappings = array( |
| 5757 |
); |
| 5758 |
public $carrier; |
| 5759 |
public $maxDaysInTransit; |
| 5760 |
public $methodName; |
| 5761 |
public $minDaysInTransit; |
| 5762 |
|
| 5763 |
|
| 5764 |
public function setCarrier($carrier) |
| 5765 |
{ |
| 5766 |
$this->carrier = $carrier; |
| 5767 |
} |
| 5768 |
public function getCarrier() |
| 5769 |
{ |
| 5770 |
return $this->carrier; |
| 5771 |
} |
| 5772 |
public function setMaxDaysInTransit($maxDaysInTransit) |
| 5773 |
{ |
| 5774 |
$this->maxDaysInTransit = $maxDaysInTransit; |
| 5775 |
} |
| 5776 |
public function getMaxDaysInTransit() |
| 5777 |
{ |
| 5778 |
return $this->maxDaysInTransit; |
| 5779 |
} |
| 5780 |
public function setMethodName($methodName) |
| 5781 |
{ |
| 5782 |
$this->methodName = $methodName; |
| 5783 |
} |
| 5784 |
public function getMethodName() |
| 5785 |
{ |
| 5786 |
return $this->methodName; |
| 5787 |
} |
| 5788 |
public function setMinDaysInTransit($minDaysInTransit) |
| 5789 |
{ |
| 5790 |
$this->minDaysInTransit = $minDaysInTransit; |
| 5791 |
} |
| 5792 |
public function getMinDaysInTransit() |
| 5793 |
{ |
| 5794 |
return $this->minDaysInTransit; |
| 5795 |
} |
| 5796 |
} |
| 5797 |
|
| 5798 |
class Google_Service_ShoppingContent_OrderPaymentMethod extends Google_Model |
| 5799 |
{ |
| 5800 |
protected $internal_gapi_mappings = array( |
| 5801 |
); |
| 5802 |
protected $billingAddressType = 'Google_Service_ShoppingContent_OrderAddress'; |
| 5803 |
protected $billingAddressDataType = ''; |
| 5804 |
public $expirationMonth; |
| 5805 |
public $expirationYear; |
| 5806 |
public $lastFourDigits; |
| 5807 |
public $phoneNumber; |
| 5808 |
public $type; |
| 5809 |
|
| 5810 |
|
| 5811 |
public function setBillingAddress(Google_Service_ShoppingContent_OrderAddress $billingAddress) |
| 5812 |
{ |
| 5813 |
$this->billingAddress = $billingAddress; |
| 5814 |
} |
| 5815 |
public function getBillingAddress() |
| 5816 |
{ |
| 5817 |
return $this->billingAddress; |
| 5818 |
} |
| 5819 |
public function setExpirationMonth($expirationMonth) |
| 5820 |
{ |
| 5821 |
$this->expirationMonth = $expirationMonth; |
| 5822 |
} |
| 5823 |
public function getExpirationMonth() |
| 5824 |
{ |
| 5825 |
return $this->expirationMonth; |
| 5826 |
} |
| 5827 |
public function setExpirationYear($expirationYear) |
| 5828 |
{ |
| 5829 |
$this->expirationYear = $expirationYear; |
| 5830 |
} |
| 5831 |
public function getExpirationYear() |
| 5832 |
{ |
| 5833 |
return $this->expirationYear; |
| 5834 |
} |
| 5835 |
public function setLastFourDigits($lastFourDigits) |
| 5836 |
{ |
| 5837 |
$this->lastFourDigits = $lastFourDigits; |
| 5838 |
} |
| 5839 |
public function getLastFourDigits() |
| 5840 |
{ |
| 5841 |
return $this->lastFourDigits; |
| 5842 |
} |
| 5843 |
public function setPhoneNumber($phoneNumber) |
| 5844 |
{ |
| 5845 |
$this->phoneNumber = $phoneNumber; |
| 5846 |
} |
| 5847 |
public function getPhoneNumber() |
| 5848 |
{ |
| 5849 |
return $this->phoneNumber; |
| 5850 |
} |
| 5851 |
public function setType($type) |
| 5852 |
{ |
| 5853 |
$this->type = $type; |
| 5854 |
} |
| 5855 |
public function getType() |
| 5856 |
{ |
| 5857 |
return $this->type; |
| 5858 |
} |
| 5859 |
} |
| 5860 |
|
| 5861 |
class Google_Service_ShoppingContent_OrderPromotion extends Google_Collection |
| 5862 |
{ |
| 5863 |
protected $collection_key = 'benefits'; |
| 5864 |
protected $internal_gapi_mappings = array( |
| 5865 |
); |
| 5866 |
protected $benefitsType = 'Google_Service_ShoppingContent_OrderPromotionBenefit'; |
| 5867 |
protected $benefitsDataType = 'array'; |
| 5868 |
public $effectiveDates; |
| 5869 |
public $genericRedemptionCode; |
| 5870 |
public $id; |
| 5871 |
public $longTitle; |
| 5872 |
public $productApplicability; |
| 5873 |
public $redemptionChannel; |
| 5874 |
|
| 5875 |
|
| 5876 |
public function setBenefits($benefits) |
| 5877 |
{ |
| 5878 |
$this->benefits = $benefits; |
| 5879 |
} |
| 5880 |
public function getBenefits() |
| 5881 |
{ |
| 5882 |
return $this->benefits; |
| 5883 |
} |
| 5884 |
public function setEffectiveDates($effectiveDates) |
| 5885 |
{ |
| 5886 |
$this->effectiveDates = $effectiveDates; |
| 5887 |
} |
| 5888 |
public function getEffectiveDates() |
| 5889 |
{ |
| 5890 |
return $this->effectiveDates; |
| 5891 |
} |
| 5892 |
public function setGenericRedemptionCode($genericRedemptionCode) |
| 5893 |
{ |
| 5894 |
$this->genericRedemptionCode = $genericRedemptionCode; |
| 5895 |
} |
| 5896 |
public function getGenericRedemptionCode() |
| 5897 |
{ |
| 5898 |
return $this->genericRedemptionCode; |
| 5899 |
} |
| 5900 |
public function setId($id) |
| 5901 |
{ |
| 5902 |
$this->id = $id; |
| 5903 |
} |
| 5904 |
public function getId() |
| 5905 |
{ |
| 5906 |
return $this->id; |
| 5907 |
} |
| 5908 |
public function setLongTitle($longTitle) |
| 5909 |
{ |
| 5910 |
$this->longTitle = $longTitle; |
| 5911 |
} |
| 5912 |
public function getLongTitle() |
| 5913 |
{ |
| 5914 |
return $this->longTitle; |
| 5915 |
} |
| 5916 |
public function setProductApplicability($productApplicability) |
| 5917 |
{ |
| 5918 |
$this->productApplicability = $productApplicability; |
| 5919 |
} |
| 5920 |
public function getProductApplicability() |
| 5921 |
{ |
| 5922 |
return $this->productApplicability; |
| 5923 |
} |
| 5924 |
public function setRedemptionChannel($redemptionChannel) |
| 5925 |
{ |
| 5926 |
$this->redemptionChannel = $redemptionChannel; |
| 5927 |
} |
| 5928 |
public function getRedemptionChannel() |
| 5929 |
{ |
| 5930 |
return $this->redemptionChannel; |
| 5931 |
} |
| 5932 |
} |
| 5933 |
|
| 5934 |
class Google_Service_ShoppingContent_OrderPromotionBenefit extends Google_Collection |
| 5935 |
{ |
| 5936 |
protected $collection_key = 'offerIds'; |
| 5937 |
protected $internal_gapi_mappings = array( |
| 5938 |
); |
| 5939 |
protected $discountType = 'Google_Service_ShoppingContent_Price'; |
| 5940 |
protected $discountDataType = ''; |
| 5941 |
public $offerIds; |
| 5942 |
public $subType; |
| 5943 |
protected $taxImpactType = 'Google_Service_ShoppingContent_Price'; |
| 5944 |
protected $taxImpactDataType = ''; |
| 5945 |
public $type; |
| 5946 |
|
| 5947 |
|
| 5948 |
public function setDiscount(Google_Service_ShoppingContent_Price $discount) |
| 5949 |
{ |
| 5950 |
$this->discount = $discount; |
| 5951 |
} |
| 5952 |
public function getDiscount() |
| 5953 |
{ |
| 5954 |
return $this->discount; |
| 5955 |
} |
| 5956 |
public function setOfferIds($offerIds) |
| 5957 |
{ |
| 5958 |
$this->offerIds = $offerIds; |
| 5959 |
} |
| 5960 |
public function getOfferIds() |
| 5961 |
{ |
| 5962 |
return $this->offerIds; |
| 5963 |
} |
| 5964 |
public function setSubType($subType) |
| 5965 |
{ |
| 5966 |
$this->subType = $subType; |
| 5967 |
} |
| 5968 |
public function getSubType() |
| 5969 |
{ |
| 5970 |
return $this->subType; |
| 5971 |
} |
| 5972 |
public function setTaxImpact(Google_Service_ShoppingContent_Price $taxImpact) |
| 5973 |
{ |
| 5974 |
$this->taxImpact = $taxImpact; |
| 5975 |
} |
| 5976 |
public function getTaxImpact() |
| 5977 |
{ |
| 5978 |
return $this->taxImpact; |
| 5979 |
} |
| 5980 |
public function setType($type) |
| 5981 |
{ |
| 5982 |
$this->type = $type; |
| 5983 |
} |
| 5984 |
public function getType() |
| 5985 |
{ |
| 5986 |
return $this->type; |
| 5987 |
} |
| 5988 |
} |
| 5989 |
|
| 5990 |
class Google_Service_ShoppingContent_OrderRefund extends Google_Model |
| 5991 |
{ |
| 5992 |
protected $internal_gapi_mappings = array( |
| 5993 |
); |
| 5994 |
public $actor; |
| 5995 |
protected $amountType = 'Google_Service_ShoppingContent_Price'; |
| 5996 |
protected $amountDataType = ''; |
| 5997 |
public $creationDate; |
| 5998 |
public $reason; |
| 5999 |
public $reasonText; |
| 6000 |
|
| 6001 |
|
| 6002 |
public function setActor($actor) |
| 6003 |
{ |
| 6004 |
$this->actor = $actor; |
| 6005 |
} |
| 6006 |
public function getActor() |
| 6007 |
{ |
| 6008 |
return $this->actor; |
| 6009 |
} |
| 6010 |
public function setAmount(Google_Service_ShoppingContent_Price $amount) |
| 6011 |
{ |
| 6012 |
$this->amount = $amount; |
| 6013 |
} |
| 6014 |
public function getAmount() |
| 6015 |
{ |
| 6016 |
return $this->amount; |
| 6017 |
} |
| 6018 |
public function setCreationDate($creationDate) |
| 6019 |
{ |
| 6020 |
$this->creationDate = $creationDate; |
| 6021 |
} |
| 6022 |
public function getCreationDate() |
| 6023 |
{ |
| 6024 |
return $this->creationDate; |
| 6025 |
} |
| 6026 |
public function setReason($reason) |
| 6027 |
{ |
| 6028 |
$this->reason = $reason; |
| 6029 |
} |
| 6030 |
public function getReason() |
| 6031 |
{ |
| 6032 |
return $this->reason; |
| 6033 |
} |
| 6034 |
public function setReasonText($reasonText) |
| 6035 |
{ |
| 6036 |
$this->reasonText = $reasonText; |
| 6037 |
} |
| 6038 |
public function getReasonText() |
| 6039 |
{ |
| 6040 |
return $this->reasonText; |
| 6041 |
} |
| 6042 |
} |
| 6043 |
|
| 6044 |
class Google_Service_ShoppingContent_OrderReturn extends Google_Model |
| 6045 |
{ |
| 6046 |
protected $internal_gapi_mappings = array( |
| 6047 |
); |
| 6048 |
public $actor; |
| 6049 |
public $creationDate; |
| 6050 |
public $quantity; |
| 6051 |
public $reason; |
| 6052 |
public $reasonText; |
| 6053 |
|
| 6054 |
|
| 6055 |
public function setActor($actor) |
| 6056 |
{ |
| 6057 |
$this->actor = $actor; |
| 6058 |
} |
| 6059 |
public function getActor() |
| 6060 |
{ |
| 6061 |
return $this->actor; |
| 6062 |
} |
| 6063 |
public function setCreationDate($creationDate) |
| 6064 |
{ |
| 6065 |
$this->creationDate = $creationDate; |
| 6066 |
} |
| 6067 |
public function getCreationDate() |
| 6068 |
{ |
| 6069 |
return $this->creationDate; |
| 6070 |
} |
| 6071 |
public function setQuantity($quantity) |
| 6072 |
{ |
| 6073 |
$this->quantity = $quantity; |
| 6074 |
} |
| 6075 |
public function getQuantity() |
| 6076 |
{ |
| 6077 |
return $this->quantity; |
| 6078 |
} |
| 6079 |
public function setReason($reason) |
| 6080 |
{ |
| 6081 |
$this->reason = $reason; |
| 6082 |
} |
| 6083 |
public function getReason() |
| 6084 |
{ |
| 6085 |
return $this->reason; |
| 6086 |
} |
| 6087 |
public function setReasonText($reasonText) |
| 6088 |
{ |
| 6089 |
$this->reasonText = $reasonText; |
| 6090 |
} |
| 6091 |
public function getReasonText() |
| 6092 |
{ |
| 6093 |
return $this->reasonText; |
| 6094 |
} |
| 6095 |
} |
| 6096 |
|
| 6097 |
class Google_Service_ShoppingContent_OrderShipment extends Google_Collection |
| 6098 |
{ |
| 6099 |
protected $collection_key = 'lineItems'; |
| 6100 |
protected $internal_gapi_mappings = array( |
| 6101 |
); |
| 6102 |
public $carrier; |
| 6103 |
public $creationDate; |
| 6104 |
public $deliveryDate; |
| 6105 |
public $id; |
| 6106 |
protected $lineItemsType = 'Google_Service_ShoppingContent_OrderShipmentLineItemShipment'; |
| 6107 |
protected $lineItemsDataType = 'array'; |
| 6108 |
public $status; |
| 6109 |
public $trackingId; |
| 6110 |
|
| 6111 |
|
| 6112 |
public function setCarrier($carrier) |
| 6113 |
{ |
| 6114 |
$this->carrier = $carrier; |
| 6115 |
} |
| 6116 |
public function getCarrier() |
| 6117 |
{ |
| 6118 |
return $this->carrier; |
| 6119 |
} |
| 6120 |
public function setCreationDate($creationDate) |
| 6121 |
{ |
| 6122 |
$this->creationDate = $creationDate; |
| 6123 |
} |
| 6124 |
public function getCreationDate() |
| 6125 |
{ |
| 6126 |
return $this->creationDate; |
| 6127 |
} |
| 6128 |
public function setDeliveryDate($deliveryDate) |
| 6129 |
{ |
| 6130 |
$this->deliveryDate = $deliveryDate; |
| 6131 |
} |
| 6132 |
public function getDeliveryDate() |
| 6133 |
{ |
| 6134 |
return $this->deliveryDate; |
| 6135 |
} |
| 6136 |
public function setId($id) |
| 6137 |
{ |
| 6138 |
$this->id = $id; |
| 6139 |
} |
| 6140 |
public function getId() |
| 6141 |
{ |
| 6142 |
return $this->id; |
| 6143 |
} |
| 6144 |
public function setLineItems($lineItems) |
| 6145 |
{ |
| 6146 |
$this->lineItems = $lineItems; |
| 6147 |
} |
| 6148 |
public function getLineItems() |
| 6149 |
{ |
| 6150 |
return $this->lineItems; |
| 6151 |
} |
| 6152 |
public function setStatus($status) |
| 6153 |
{ |
| 6154 |
$this->status = $status; |
| 6155 |
} |
| 6156 |
public function getStatus() |
| 6157 |
{ |
| 6158 |
return $this->status; |
| 6159 |
} |
| 6160 |
public function setTrackingId($trackingId) |
| 6161 |
{ |
| 6162 |
$this->trackingId = $trackingId; |
| 6163 |
} |
| 6164 |
public function getTrackingId() |
| 6165 |
{ |
| 6166 |
return $this->trackingId; |
| 6167 |
} |
| 6168 |
} |
| 6169 |
|
| 6170 |
class Google_Service_ShoppingContent_OrderShipmentLineItemShipment extends Google_Model |
| 6171 |
{ |
| 6172 |
protected $internal_gapi_mappings = array( |
| 6173 |
); |
| 6174 |
public $lineItemId; |
| 6175 |
public $quantity; |
| 6176 |
|
| 6177 |
|
| 6178 |
public function setLineItemId($lineItemId) |
| 6179 |
{ |
| 6180 |
$this->lineItemId = $lineItemId; |
| 6181 |
} |
| 6182 |
public function getLineItemId() |
| 6183 |
{ |
| 6184 |
return $this->lineItemId; |
| 6185 |
} |
| 6186 |
public function setQuantity($quantity) |
| 6187 |
{ |
| 6188 |
$this->quantity = $quantity; |
| 6189 |
} |
| 6190 |
public function getQuantity() |
| 6191 |
{ |
| 6192 |
return $this->quantity; |
| 6193 |
} |
| 6194 |
} |
| 6195 |
|
| 6196 |
class Google_Service_ShoppingContent_OrdersAcknowledgeRequest extends Google_Model |
| 6197 |
{ |
| 6198 |
protected $internal_gapi_mappings = array( |
| 6199 |
); |
| 6200 |
public $operationId; |
| 6201 |
|
| 6202 |
|
| 6203 |
public function setOperationId($operationId) |
| 6204 |
{ |
| 6205 |
$this->operationId = $operationId; |
| 6206 |
} |
| 6207 |
public function getOperationId() |
| 6208 |
{ |
| 6209 |
return $this->operationId; |
| 6210 |
} |
| 6211 |
} |
| 6212 |
|
| 6213 |
class Google_Service_ShoppingContent_OrdersAcknowledgeResponse extends Google_Model |
| 6214 |
{ |
| 6215 |
protected $internal_gapi_mappings = array( |
| 6216 |
); |
| 6217 |
public $executionStatus; |
| 6218 |
public $kind; |
| 6219 |
|
| 6220 |
|
| 6221 |
public function setExecutionStatus($executionStatus) |
| 6222 |
{ |
| 6223 |
$this->executionStatus = $executionStatus; |
| 6224 |
} |
| 6225 |
public function getExecutionStatus() |
| 6226 |
{ |
| 6227 |
return $this->executionStatus; |
| 6228 |
} |
| 6229 |
public function setKind($kind) |
| 6230 |
{ |
| 6231 |
$this->kind = $kind; |
| 6232 |
} |
| 6233 |
public function getKind() |
| 6234 |
{ |
| 6235 |
return $this->kind; |
| 6236 |
} |
| 6237 |
} |
| 6238 |
|
| 6239 |
class Google_Service_ShoppingContent_OrdersAdvanceTestOrderResponse extends Google_Model |
| 6240 |
{ |
| 6241 |
protected $internal_gapi_mappings = array( |
| 6242 |
); |
| 6243 |
public $kind; |
| 6244 |
|
| 6245 |
|
| 6246 |
public function setKind($kind) |
| 6247 |
{ |
| 6248 |
$this->kind = $kind; |
| 6249 |
} |
| 6250 |
public function getKind() |
| 6251 |
{ |
| 6252 |
return $this->kind; |
| 6253 |
} |
| 6254 |
} |
| 6255 |
|
| 6256 |
class Google_Service_ShoppingContent_OrdersCancelLineItemRequest extends Google_Model |
| 6257 |
{ |
| 6258 |
protected $internal_gapi_mappings = array( |
| 6259 |
); |
| 6260 |
protected $amountType = 'Google_Service_ShoppingContent_Price'; |
| 6261 |
protected $amountDataType = ''; |
| 6262 |
public $lineItemId; |
| 6263 |
public $operationId; |
| 6264 |
public $quantity; |
| 6265 |
public $reason; |
| 6266 |
public $reasonText; |
| 6267 |
|
| 6268 |
|
| 6269 |
public function setAmount(Google_Service_ShoppingContent_Price $amount) |
| 6270 |
{ |
| 6271 |
$this->amount = $amount; |
| 6272 |
} |
| 6273 |
public function getAmount() |
| 6274 |
{ |
| 6275 |
return $this->amount; |
| 6276 |
} |
| 6277 |
public function setLineItemId($lineItemId) |
| 6278 |
{ |
| 6279 |
$this->lineItemId = $lineItemId; |
| 6280 |
} |
| 6281 |
public function getLineItemId() |
| 6282 |
{ |
| 6283 |
return $this->lineItemId; |
| 6284 |
} |
| 6285 |
public function setOperationId($operationId) |
| 6286 |
{ |
| 6287 |
$this->operationId = $operationId; |
| 6288 |
} |
| 6289 |
public function getOperationId() |
| 6290 |
{ |
| 6291 |
return $this->operationId; |
| 6292 |
} |
| 6293 |
public function setQuantity($quantity) |
| 6294 |
{ |
| 6295 |
$this->quantity = $quantity; |
| 6296 |
} |
| 6297 |
public function getQuantity() |
| 6298 |
{ |
| 6299 |
return $this->quantity; |
| 6300 |
} |
| 6301 |
public function setReason($reason) |
| 6302 |
{ |
| 6303 |
$this->reason = $reason; |
| 6304 |
} |
| 6305 |
public function getReason() |
| 6306 |
{ |
| 6307 |
return $this->reason; |
| 6308 |
} |
| 6309 |
public function setReasonText($reasonText) |
| 6310 |
{ |
| 6311 |
$this->reasonText = $reasonText; |
| 6312 |
} |
| 6313 |
public function getReasonText() |
| 6314 |
{ |
| 6315 |
return $this->reasonText; |
| 6316 |
} |
| 6317 |
} |
| 6318 |
|
| 6319 |
class Google_Service_ShoppingContent_OrdersCancelLineItemResponse extends Google_Model |
| 6320 |
{ |
| 6321 |
protected $internal_gapi_mappings = array( |
| 6322 |
); |
| 6323 |
public $executionStatus; |
| 6324 |
public $kind; |
| 6325 |
|
| 6326 |
|
| 6327 |
public function setExecutionStatus($executionStatus) |
| 6328 |
{ |
| 6329 |
$this->executionStatus = $executionStatus; |
| 6330 |
} |
| 6331 |
public function getExecutionStatus() |
| 6332 |
{ |
| 6333 |
return $this->executionStatus; |
| 6334 |
} |
| 6335 |
public function setKind($kind) |
| 6336 |
{ |
| 6337 |
$this->kind = $kind; |
| 6338 |
} |
| 6339 |
public function getKind() |
| 6340 |
{ |
| 6341 |
return $this->kind; |
| 6342 |
} |
| 6343 |
} |
| 6344 |
|
| 6345 |
class Google_Service_ShoppingContent_OrdersCancelRequest extends Google_Model |
| 6346 |
{ |
| 6347 |
protected $internal_gapi_mappings = array( |
| 6348 |
); |
| 6349 |
public $operationId; |
| 6350 |
public $reason; |
| 6351 |
public $reasonText; |
| 6352 |
|
| 6353 |
|
| 6354 |
public function setOperationId($operationId) |
| 6355 |
{ |
| 6356 |
$this->operationId = $operationId; |
| 6357 |
} |
| 6358 |
public function getOperationId() |
| 6359 |
{ |
| 6360 |
return $this->operationId; |
| 6361 |
} |
| 6362 |
public function setReason($reason) |
| 6363 |
{ |
| 6364 |
$this->reason = $reason; |
| 6365 |
} |
| 6366 |
public function getReason() |
| 6367 |
{ |
| 6368 |
return $this->reason; |
| 6369 |
} |
| 6370 |
public function setReasonText($reasonText) |
| 6371 |
{ |
| 6372 |
$this->reasonText = $reasonText; |
| 6373 |
} |
| 6374 |
public function getReasonText() |
| 6375 |
{ |
| 6376 |
return $this->reasonText; |
| 6377 |
} |
| 6378 |
} |
| 6379 |
|
| 6380 |
class Google_Service_ShoppingContent_OrdersCancelResponse extends Google_Model |
| 6381 |
{ |
| 6382 |
protected $internal_gapi_mappings = array( |
| 6383 |
); |
| 6384 |
public $executionStatus; |
| 6385 |
public $kind; |
| 6386 |
|
| 6387 |
|
| 6388 |
public function setExecutionStatus($executionStatus) |
| 6389 |
{ |
| 6390 |
$this->executionStatus = $executionStatus; |
| 6391 |
} |
| 6392 |
public function getExecutionStatus() |
| 6393 |
{ |
| 6394 |
return $this->executionStatus; |
| 6395 |
} |
| 6396 |
public function setKind($kind) |
| 6397 |
{ |
| 6398 |
$this->kind = $kind; |
| 6399 |
} |
| 6400 |
public function getKind() |
| 6401 |
{ |
| 6402 |
return $this->kind; |
| 6403 |
} |
| 6404 |
} |
| 6405 |
|
| 6406 |
class Google_Service_ShoppingContent_OrdersCreateTestOrderRequest extends Google_Model |
| 6407 |
{ |
| 6408 |
protected $internal_gapi_mappings = array( |
| 6409 |
); |
| 6410 |
public $templateName; |
| 6411 |
protected $testOrderType = 'Google_Service_ShoppingContent_TestOrder'; |
| 6412 |
protected $testOrderDataType = ''; |
| 6413 |
|
| 6414 |
|
| 6415 |
public function setTemplateName($templateName) |
| 6416 |
{ |
| 6417 |
$this->templateName = $templateName; |
| 6418 |
} |
| 6419 |
public function getTemplateName() |
| 6420 |
{ |
| 6421 |
return $this->templateName; |
| 6422 |
} |
| 6423 |
public function setTestOrder(Google_Service_ShoppingContent_TestOrder $testOrder) |
| 6424 |
{ |
| 6425 |
$this->testOrder = $testOrder; |
| 6426 |
} |
| 6427 |
public function getTestOrder() |
| 6428 |
{ |
| 6429 |
return $this->testOrder; |
| 6430 |
} |
| 6431 |
} |
| 6432 |
|
| 6433 |
class Google_Service_ShoppingContent_OrdersCreateTestOrderResponse extends Google_Model |
| 6434 |
{ |
| 6435 |
protected $internal_gapi_mappings = array( |
| 6436 |
); |
| 6437 |
public $kind; |
| 6438 |
public $orderId; |
| 6439 |
|
| 6440 |
|
| 6441 |
public function setKind($kind) |
| 6442 |
{ |
| 6443 |
$this->kind = $kind; |
| 6444 |
} |
| 6445 |
public function getKind() |
| 6446 |
{ |
| 6447 |
return $this->kind; |
| 6448 |
} |
| 6449 |
public function setOrderId($orderId) |
| 6450 |
{ |
| 6451 |
$this->orderId = $orderId; |
| 6452 |
} |
| 6453 |
public function getOrderId() |
| 6454 |
{ |
| 6455 |
return $this->orderId; |
| 6456 |
} |
| 6457 |
} |
| 6458 |
|
| 6459 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequest extends Google_Collection |
| 6460 |
{ |
| 6461 |
protected $collection_key = 'entries'; |
| 6462 |
protected $internal_gapi_mappings = array( |
| 6463 |
); |
| 6464 |
protected $entriesType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntry'; |
| 6465 |
protected $entriesDataType = 'array'; |
| 6466 |
|
| 6467 |
|
| 6468 |
public function setEntries($entries) |
| 6469 |
{ |
| 6470 |
$this->entries = $entries; |
| 6471 |
} |
| 6472 |
public function getEntries() |
| 6473 |
{ |
| 6474 |
return $this->entries; |
| 6475 |
} |
| 6476 |
} |
| 6477 |
|
| 6478 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntry extends Google_Model |
| 6479 |
{ |
| 6480 |
protected $internal_gapi_mappings = array( |
| 6481 |
); |
| 6482 |
public $batchId; |
| 6483 |
protected $cancelType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel'; |
| 6484 |
protected $cancelDataType = ''; |
| 6485 |
protected $cancelLineItemType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem'; |
| 6486 |
protected $cancelLineItemDataType = ''; |
| 6487 |
public $merchantId; |
| 6488 |
public $merchantOrderId; |
| 6489 |
public $method; |
| 6490 |
public $operationId; |
| 6491 |
public $orderId; |
| 6492 |
protected $refundType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund'; |
| 6493 |
protected $refundDataType = ''; |
| 6494 |
protected $returnLineItemType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem'; |
| 6495 |
protected $returnLineItemDataType = ''; |
| 6496 |
protected $shipLineItemsType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems'; |
| 6497 |
protected $shipLineItemsDataType = ''; |
| 6498 |
protected $updateShipmentType = 'Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment'; |
| 6499 |
protected $updateShipmentDataType = ''; |
| 6500 |
|
| 6501 |
|
| 6502 |
public function setBatchId($batchId) |
| 6503 |
{ |
| 6504 |
$this->batchId = $batchId; |
| 6505 |
} |
| 6506 |
public function getBatchId() |
| 6507 |
{ |
| 6508 |
return $this->batchId; |
| 6509 |
} |
| 6510 |
public function setCancel(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel $cancel) |
| 6511 |
{ |
| 6512 |
$this->cancel = $cancel; |
| 6513 |
} |
| 6514 |
public function getCancel() |
| 6515 |
{ |
| 6516 |
return $this->cancel; |
| 6517 |
} |
| 6518 |
public function setCancelLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem $cancelLineItem) |
| 6519 |
{ |
| 6520 |
$this->cancelLineItem = $cancelLineItem; |
| 6521 |
} |
| 6522 |
public function getCancelLineItem() |
| 6523 |
{ |
| 6524 |
return $this->cancelLineItem; |
| 6525 |
} |
| 6526 |
public function setMerchantId($merchantId) |
| 6527 |
{ |
| 6528 |
$this->merchantId = $merchantId; |
| 6529 |
} |
| 6530 |
public function getMerchantId() |
| 6531 |
{ |
| 6532 |
return $this->merchantId; |
| 6533 |
} |
| 6534 |
public function setMerchantOrderId($merchantOrderId) |
| 6535 |
{ |
| 6536 |
$this->merchantOrderId = $merchantOrderId; |
| 6537 |
} |
| 6538 |
public function getMerchantOrderId() |
| 6539 |
{ |
| 6540 |
return $this->merchantOrderId; |
| 6541 |
} |
| 6542 |
public function setMethod($method) |
| 6543 |
{ |
| 6544 |
$this->method = $method; |
| 6545 |
} |
| 6546 |
public function getMethod() |
| 6547 |
{ |
| 6548 |
return $this->method; |
| 6549 |
} |
| 6550 |
public function setOperationId($operationId) |
| 6551 |
{ |
| 6552 |
$this->operationId = $operationId; |
| 6553 |
} |
| 6554 |
public function getOperationId() |
| 6555 |
{ |
| 6556 |
return $this->operationId; |
| 6557 |
} |
| 6558 |
public function setOrderId($orderId) |
| 6559 |
{ |
| 6560 |
$this->orderId = $orderId; |
| 6561 |
} |
| 6562 |
public function getOrderId() |
| 6563 |
{ |
| 6564 |
return $this->orderId; |
| 6565 |
} |
| 6566 |
public function setRefund(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund $refund) |
| 6567 |
{ |
| 6568 |
$this->refund = $refund; |
| 6569 |
} |
| 6570 |
public function getRefund() |
| 6571 |
{ |
| 6572 |
return $this->refund; |
| 6573 |
} |
| 6574 |
public function setReturnLineItem(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem $returnLineItem) |
| 6575 |
{ |
| 6576 |
$this->returnLineItem = $returnLineItem; |
| 6577 |
} |
| 6578 |
public function getReturnLineItem() |
| 6579 |
{ |
| 6580 |
return $this->returnLineItem; |
| 6581 |
} |
| 6582 |
public function setShipLineItems(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems $shipLineItems) |
| 6583 |
{ |
| 6584 |
$this->shipLineItems = $shipLineItems; |
| 6585 |
} |
| 6586 |
public function getShipLineItems() |
| 6587 |
{ |
| 6588 |
return $this->shipLineItems; |
| 6589 |
} |
| 6590 |
public function setUpdateShipment(Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment $updateShipment) |
| 6591 |
{ |
| 6592 |
$this->updateShipment = $updateShipment; |
| 6593 |
} |
| 6594 |
public function getUpdateShipment() |
| 6595 |
{ |
| 6596 |
return $this->updateShipment; |
| 6597 |
} |
| 6598 |
} |
| 6599 |
|
| 6600 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancel extends Google_Model |
| 6601 |
{ |
| 6602 |
protected $internal_gapi_mappings = array( |
| 6603 |
); |
| 6604 |
public $reason; |
| 6605 |
public $reasonText; |
| 6606 |
|
| 6607 |
|
| 6608 |
public function setReason($reason) |
| 6609 |
{ |
| 6610 |
$this->reason = $reason; |
| 6611 |
} |
| 6612 |
public function getReason() |
| 6613 |
{ |
| 6614 |
return $this->reason; |
| 6615 |
} |
| 6616 |
public function setReasonText($reasonText) |
| 6617 |
{ |
| 6618 |
$this->reasonText = $reasonText; |
| 6619 |
} |
| 6620 |
public function getReasonText() |
| 6621 |
{ |
| 6622 |
return $this->reasonText; |
| 6623 |
} |
| 6624 |
} |
| 6625 |
|
| 6626 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryCancelLineItem extends Google_Model |
| 6627 |
{ |
| 6628 |
protected $internal_gapi_mappings = array( |
| 6629 |
); |
| 6630 |
protected $amountType = 'Google_Service_ShoppingContent_Price'; |
| 6631 |
protected $amountDataType = ''; |
| 6632 |
public $lineItemId; |
| 6633 |
public $quantity; |
| 6634 |
public $reason; |
| 6635 |
public $reasonText; |
| 6636 |
|
| 6637 |
|
| 6638 |
public function setAmount(Google_Service_ShoppingContent_Price $amount) |
| 6639 |
{ |
| 6640 |
$this->amount = $amount; |
| 6641 |
} |
| 6642 |
public function getAmount() |
| 6643 |
{ |
| 6644 |
return $this->amount; |
| 6645 |
} |
| 6646 |
public function setLineItemId($lineItemId) |
| 6647 |
{ |
| 6648 |
$this->lineItemId = $lineItemId; |
| 6649 |
} |
| 6650 |
public function getLineItemId() |
| 6651 |
{ |
| 6652 |
return $this->lineItemId; |
| 6653 |
} |
| 6654 |
public function setQuantity($quantity) |
| 6655 |
{ |
| 6656 |
$this->quantity = $quantity; |
| 6657 |
} |
| 6658 |
public function getQuantity() |
| 6659 |
{ |
| 6660 |
return $this->quantity; |
| 6661 |
} |
| 6662 |
public function setReason($reason) |
| 6663 |
{ |
| 6664 |
$this->reason = $reason; |
| 6665 |
} |
| 6666 |
public function getReason() |
| 6667 |
{ |
| 6668 |
return $this->reason; |
| 6669 |
} |
| 6670 |
public function setReasonText($reasonText) |
| 6671 |
{ |
| 6672 |
$this->reasonText = $reasonText; |
| 6673 |
} |
| 6674 |
public function getReasonText() |
| 6675 |
{ |
| 6676 |
return $this->reasonText; |
| 6677 |
} |
| 6678 |
} |
| 6679 |
|
| 6680 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryRefund extends Google_Model |
| 6681 |
{ |
| 6682 |
protected $internal_gapi_mappings = array( |
| 6683 |
); |
| 6684 |
protected $amountType = 'Google_Service_ShoppingContent_Price'; |
| 6685 |
protected $amountDataType = ''; |
| 6686 |
public $reason; |
| 6687 |
public $reasonText; |
| 6688 |
|
| 6689 |
|
| 6690 |
public function setAmount(Google_Service_ShoppingContent_Price $amount) |
| 6691 |
{ |
| 6692 |
$this->amount = $amount; |
| 6693 |
} |
| 6694 |
public function getAmount() |
| 6695 |
{ |
| 6696 |
return $this->amount; |
| 6697 |
} |
| 6698 |
public function setReason($reason) |
| 6699 |
{ |
| 6700 |
$this->reason = $reason; |
| 6701 |
} |
| 6702 |
public function getReason() |
| 6703 |
{ |
| 6704 |
return $this->reason; |
| 6705 |
} |
| 6706 |
public function setReasonText($reasonText) |
| 6707 |
{ |
| 6708 |
$this->reasonText = $reasonText; |
| 6709 |
} |
| 6710 |
public function getReasonText() |
| 6711 |
{ |
| 6712 |
return $this->reasonText; |
| 6713 |
} |
| 6714 |
} |
| 6715 |
|
| 6716 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryReturnLineItem extends Google_Model |
| 6717 |
{ |
| 6718 |
protected $internal_gapi_mappings = array( |
| 6719 |
); |
| 6720 |
public $lineItemId; |
| 6721 |
public $quantity; |
| 6722 |
public $reason; |
| 6723 |
public $reasonText; |
| 6724 |
|
| 6725 |
|
| 6726 |
public function setLineItemId($lineItemId) |
| 6727 |
{ |
| 6728 |
$this->lineItemId = $lineItemId; |
| 6729 |
} |
| 6730 |
public function getLineItemId() |
| 6731 |
{ |
| 6732 |
return $this->lineItemId; |
| 6733 |
} |
| 6734 |
public function setQuantity($quantity) |
| 6735 |
{ |
| 6736 |
$this->quantity = $quantity; |
| 6737 |
} |
| 6738 |
public function getQuantity() |
| 6739 |
{ |
| 6740 |
return $this->quantity; |
| 6741 |
} |
| 6742 |
public function setReason($reason) |
| 6743 |
{ |
| 6744 |
$this->reason = $reason; |
| 6745 |
} |
| 6746 |
public function getReason() |
| 6747 |
{ |
| 6748 |
return $this->reason; |
| 6749 |
} |
| 6750 |
public function setReasonText($reasonText) |
| 6751 |
{ |
| 6752 |
$this->reasonText = $reasonText; |
| 6753 |
} |
| 6754 |
public function getReasonText() |
| 6755 |
{ |
| 6756 |
return $this->reasonText; |
| 6757 |
} |
| 6758 |
} |
| 6759 |
|
| 6760 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryShipLineItems extends Google_Collection |
| 6761 |
{ |
| 6762 |
protected $collection_key = 'lineItems'; |
| 6763 |
protected $internal_gapi_mappings = array( |
| 6764 |
); |
| 6765 |
public $carrier; |
| 6766 |
protected $lineItemsType = 'Google_Service_ShoppingContent_OrderShipmentLineItemShipment'; |
| 6767 |
protected $lineItemsDataType = 'array'; |
| 6768 |
public $shipmentId; |
| 6769 |
public $trackingId; |
| 6770 |
|
| 6771 |
|
| 6772 |
public function setCarrier($carrier) |
| 6773 |
{ |
| 6774 |
$this->carrier = $carrier; |
| 6775 |
} |
| 6776 |
public function getCarrier() |
| 6777 |
{ |
| 6778 |
return $this->carrier; |
| 6779 |
} |
| 6780 |
public function setLineItems($lineItems) |
| 6781 |
{ |
| 6782 |
$this->lineItems = $lineItems; |
| 6783 |
} |
| 6784 |
public function getLineItems() |
| 6785 |
{ |
| 6786 |
return $this->lineItems; |
| 6787 |
} |
| 6788 |
public function setShipmentId($shipmentId) |
| 6789 |
{ |
| 6790 |
$this->shipmentId = $shipmentId; |
| 6791 |
} |
| 6792 |
public function getShipmentId() |
| 6793 |
{ |
| 6794 |
return $this->shipmentId; |
| 6795 |
} |
| 6796 |
public function setTrackingId($trackingId) |
| 6797 |
{ |
| 6798 |
$this->trackingId = $trackingId; |
| 6799 |
} |
| 6800 |
public function getTrackingId() |
| 6801 |
{ |
| 6802 |
return $this->trackingId; |
| 6803 |
} |
| 6804 |
} |
| 6805 |
|
| 6806 |
class Google_Service_ShoppingContent_OrdersCustomBatchRequestEntryUpdateShipment extends Google_Model |
| 6807 |
{ |
| 6808 |
protected $internal_gapi_mappings = array( |
| 6809 |
); |
| 6810 |
public $carrier; |
| 6811 |
public $shipmentId; |
| 6812 |
public $status; |
| 6813 |
public $trackingId; |
| 6814 |
|
| 6815 |
|
| 6816 |
public function setCarrier($carrier) |
| 6817 |
{ |
| 6818 |
$this->carrier = $carrier; |
| 6819 |
} |
| 6820 |
public function getCarrier() |
| 6821 |
{ |
| 6822 |
return $this->carrier; |
| 6823 |
} |
| 6824 |
public function setShipmentId($shipmentId) |
| 6825 |
{ |
| 6826 |
$this->shipmentId = $shipmentId; |
| 6827 |
} |
| 6828 |
public function getShipmentId() |
| 6829 |
{ |
| 6830 |
return $this->shipmentId; |
| 6831 |
} |
| 6832 |
public function setStatus($status) |
| 6833 |
{ |
| 6834 |
$this->status = $status; |
| 6835 |
} |
| 6836 |
public function getStatus() |
| 6837 |
{ |
| 6838 |
return $this->status; |
| 6839 |
} |
| 6840 |
public function setTrackingId($trackingId) |
| 6841 |
{ |
| 6842 |
$this->trackingId = $trackingId; |
| 6843 |
} |
| 6844 |
public function getTrackingId() |
| 6845 |
{ |
| 6846 |
return $this->trackingId; |
| 6847 |
} |
| 6848 |
} |
| 6849 |
|
| 6850 |
class Google_Service_ShoppingContent_OrdersCustomBatchResponse extends Google_Collection |
| 6851 |
{ |
| 6852 |
protected $collection_key = 'entries'; |
| 6853 |
protected $internal_gapi_mappings = array( |
| 6854 |
); |
| 6855 |
protected $entriesType = 'Google_Service_ShoppingContent_OrdersCustomBatchResponseEntry'; |
| 6856 |
protected $entriesDataType = 'array'; |
| 6857 |
public $kind; |
| 6858 |
|
| 6859 |
|
| 6860 |
public function setEntries($entries) |
| 6861 |
{ |
| 6862 |
$this->entries = $entries; |
| 6863 |
} |
| 6864 |
public function getEntries() |
| 6865 |
{ |
| 6866 |
return $this->entries; |
| 6867 |
} |
| 6868 |
public function setKind($kind) |
| 6869 |
{ |
| 6870 |
$this->kind = $kind; |
| 6871 |
} |
| 6872 |
public function getKind() |
| 6873 |
{ |
| 6874 |
return $this->kind; |
| 6875 |
} |
| 6876 |
} |
| 6877 |
|
| 6878 |
class Google_Service_ShoppingContent_OrdersCustomBatchResponseEntry extends Google_Model |
| 6879 |
{ |
| 6880 |
protected $internal_gapi_mappings = array( |
| 6881 |
); |
| 6882 |
public $batchId; |
| 6883 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 6884 |
protected $errorsDataType = ''; |
| 6885 |
public $executionStatus; |
| 6886 |
public $kind; |
| 6887 |
protected $orderType = 'Google_Service_ShoppingContent_Order'; |
| 6888 |
protected $orderDataType = ''; |
| 6889 |
|
| 6890 |
|
| 6891 |
public function setBatchId($batchId) |
| 6892 |
{ |
| 6893 |
$this->batchId = $batchId; |
| 6894 |
} |
| 6895 |
public function getBatchId() |
| 6896 |
{ |
| 6897 |
return $this->batchId; |
| 6898 |
} |
| 6899 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 6900 |
{ |
| 6901 |
$this->errors = $errors; |
| 6902 |
} |
| 6903 |
public function getErrors() |
| 6904 |
{ |
| 6905 |
return $this->errors; |
| 6906 |
} |
| 6907 |
public function setExecutionStatus($executionStatus) |
| 6908 |
{ |
| 6909 |
$this->executionStatus = $executionStatus; |
| 6910 |
} |
| 6911 |
public function getExecutionStatus() |
| 6912 |
{ |
| 6913 |
return $this->executionStatus; |
| 6914 |
} |
| 6915 |
public function setKind($kind) |
| 6916 |
{ |
| 6917 |
$this->kind = $kind; |
| 6918 |
} |
| 6919 |
public function getKind() |
| 6920 |
{ |
| 6921 |
return $this->kind; |
| 6922 |
} |
| 6923 |
public function setOrder(Google_Service_ShoppingContent_Order $order) |
| 6924 |
{ |
| 6925 |
$this->order = $order; |
| 6926 |
} |
| 6927 |
public function getOrder() |
| 6928 |
{ |
| 6929 |
return $this->order; |
| 6930 |
} |
| 6931 |
} |
| 6932 |
|
| 6933 |
class Google_Service_ShoppingContent_OrdersGetByMerchantOrderIdResponse extends Google_Model |
| 6934 |
{ |
| 6935 |
protected $internal_gapi_mappings = array( |
| 6936 |
); |
| 6937 |
public $kind; |
| 6938 |
protected $orderType = 'Google_Service_ShoppingContent_Order'; |
| 6939 |
protected $orderDataType = ''; |
| 6940 |
|
| 6941 |
|
| 6942 |
public function setKind($kind) |
| 6943 |
{ |
| 6944 |
$this->kind = $kind; |
| 6945 |
} |
| 6946 |
public function getKind() |
| 6947 |
{ |
| 6948 |
return $this->kind; |
| 6949 |
} |
| 6950 |
public function setOrder(Google_Service_ShoppingContent_Order $order) |
| 6951 |
{ |
| 6952 |
$this->order = $order; |
| 6953 |
} |
| 6954 |
public function getOrder() |
| 6955 |
{ |
| 6956 |
return $this->order; |
| 6957 |
} |
| 6958 |
} |
| 6959 |
|
| 6960 |
class Google_Service_ShoppingContent_OrdersGetTestOrderTemplateResponse extends Google_Model |
| 6961 |
{ |
| 6962 |
protected $internal_gapi_mappings = array( |
| 6963 |
); |
| 6964 |
public $kind; |
| 6965 |
protected $templateType = 'Google_Service_ShoppingContent_TestOrder'; |
| 6966 |
protected $templateDataType = ''; |
| 6967 |
|
| 6968 |
|
| 6969 |
public function setKind($kind) |
| 6970 |
{ |
| 6971 |
$this->kind = $kind; |
| 6972 |
} |
| 6973 |
public function getKind() |
| 6974 |
{ |
| 6975 |
return $this->kind; |
| 6976 |
} |
| 6977 |
public function setTemplate(Google_Service_ShoppingContent_TestOrder $template) |
| 6978 |
{ |
| 6979 |
$this->template = $template; |
| 6980 |
} |
| 6981 |
public function getTemplate() |
| 6982 |
{ |
| 6983 |
return $this->template; |
| 6984 |
} |
| 6985 |
} |
| 6986 |
|
| 6987 |
class Google_Service_ShoppingContent_OrdersListResponse extends Google_Collection |
| 6988 |
{ |
| 6989 |
protected $collection_key = 'resources'; |
| 6990 |
protected $internal_gapi_mappings = array( |
| 6991 |
); |
| 6992 |
public $kind; |
| 6993 |
public $nextPageToken; |
| 6994 |
protected $resourcesType = 'Google_Service_ShoppingContent_Order'; |
| 6995 |
protected $resourcesDataType = 'array'; |
| 6996 |
|
| 6997 |
|
| 6998 |
public function setKind($kind) |
| 6999 |
{ |
| 7000 |
$this->kind = $kind; |
| 7001 |
} |
| 7002 |
public function getKind() |
| 7003 |
{ |
| 7004 |
return $this->kind; |
| 7005 |
} |
| 7006 |
public function setNextPageToken($nextPageToken) |
| 7007 |
{ |
| 7008 |
$this->nextPageToken = $nextPageToken; |
| 7009 |
} |
| 7010 |
public function getNextPageToken() |
| 7011 |
{ |
| 7012 |
return $this->nextPageToken; |
| 7013 |
} |
| 7014 |
public function setResources($resources) |
| 7015 |
{ |
| 7016 |
$this->resources = $resources; |
| 7017 |
} |
| 7018 |
public function getResources() |
| 7019 |
{ |
| 7020 |
return $this->resources; |
| 7021 |
} |
| 7022 |
} |
| 7023 |
|
| 7024 |
class Google_Service_ShoppingContent_OrdersRefundRequest extends Google_Model |
| 7025 |
{ |
| 7026 |
protected $internal_gapi_mappings = array( |
| 7027 |
); |
| 7028 |
protected $amountType = 'Google_Service_ShoppingContent_Price'; |
| 7029 |
protected $amountDataType = ''; |
| 7030 |
public $operationId; |
| 7031 |
public $reason; |
| 7032 |
public $reasonText; |
| 7033 |
|
| 7034 |
|
| 7035 |
public function setAmount(Google_Service_ShoppingContent_Price $amount) |
| 7036 |
{ |
| 7037 |
$this->amount = $amount; |
| 7038 |
} |
| 7039 |
public function getAmount() |
| 7040 |
{ |
| 7041 |
return $this->amount; |
| 7042 |
} |
| 7043 |
public function setOperationId($operationId) |
| 7044 |
{ |
| 7045 |
$this->operationId = $operationId; |
| 7046 |
} |
| 7047 |
public function getOperationId() |
| 7048 |
{ |
| 7049 |
return $this->operationId; |
| 7050 |
} |
| 7051 |
public function setReason($reason) |
| 7052 |
{ |
| 7053 |
$this->reason = $reason; |
| 7054 |
} |
| 7055 |
public function getReason() |
| 7056 |
{ |
| 7057 |
return $this->reason; |
| 7058 |
} |
| 7059 |
public function setReasonText($reasonText) |
| 7060 |
{ |
| 7061 |
$this->reasonText = $reasonText; |
| 7062 |
} |
| 7063 |
public function getReasonText() |
| 7064 |
{ |
| 7065 |
return $this->reasonText; |
| 7066 |
} |
| 7067 |
} |
| 7068 |
|
| 7069 |
class Google_Service_ShoppingContent_OrdersRefundResponse extends Google_Model |
| 7070 |
{ |
| 7071 |
protected $internal_gapi_mappings = array( |
| 7072 |
); |
| 7073 |
public $executionStatus; |
| 7074 |
public $kind; |
| 7075 |
|
| 7076 |
|
| 7077 |
public function setExecutionStatus($executionStatus) |
| 7078 |
{ |
| 7079 |
$this->executionStatus = $executionStatus; |
| 7080 |
} |
| 7081 |
public function getExecutionStatus() |
| 7082 |
{ |
| 7083 |
return $this->executionStatus; |
| 7084 |
} |
| 7085 |
public function setKind($kind) |
| 7086 |
{ |
| 7087 |
$this->kind = $kind; |
| 7088 |
} |
| 7089 |
public function getKind() |
| 7090 |
{ |
| 7091 |
return $this->kind; |
| 7092 |
} |
| 7093 |
} |
| 7094 |
|
| 7095 |
class Google_Service_ShoppingContent_OrdersReturnLineItemRequest extends Google_Model |
| 7096 |
{ |
| 7097 |
protected $internal_gapi_mappings = array( |
| 7098 |
); |
| 7099 |
public $lineItemId; |
| 7100 |
public $operationId; |
| 7101 |
public $quantity; |
| 7102 |
public $reason; |
| 7103 |
public $reasonText; |
| 7104 |
|
| 7105 |
|
| 7106 |
public function setLineItemId($lineItemId) |
| 7107 |
{ |
| 7108 |
$this->lineItemId = $lineItemId; |
| 7109 |
} |
| 7110 |
public function getLineItemId() |
| 7111 |
{ |
| 7112 |
return $this->lineItemId; |
| 7113 |
} |
| 7114 |
public function setOperationId($operationId) |
| 7115 |
{ |
| 7116 |
$this->operationId = $operationId; |
| 7117 |
} |
| 7118 |
public function getOperationId() |
| 7119 |
{ |
| 7120 |
return $this->operationId; |
| 7121 |
} |
| 7122 |
public function setQuantity($quantity) |
| 7123 |
{ |
| 7124 |
$this->quantity = $quantity; |
| 7125 |
} |
| 7126 |
public function getQuantity() |
| 7127 |
{ |
| 7128 |
return $this->quantity; |
| 7129 |
} |
| 7130 |
public function setReason($reason) |
| 7131 |
{ |
| 7132 |
$this->reason = $reason; |
| 7133 |
} |
| 7134 |
public function getReason() |
| 7135 |
{ |
| 7136 |
return $this->reason; |
| 7137 |
} |
| 7138 |
public function setReasonText($reasonText) |
| 7139 |
{ |
| 7140 |
$this->reasonText = $reasonText; |
| 7141 |
} |
| 7142 |
public function getReasonText() |
| 7143 |
{ |
| 7144 |
return $this->reasonText; |
| 7145 |
} |
| 7146 |
} |
| 7147 |
|
| 7148 |
class Google_Service_ShoppingContent_OrdersReturnLineItemResponse extends Google_Model |
| 7149 |
{ |
| 7150 |
protected $internal_gapi_mappings = array( |
| 7151 |
); |
| 7152 |
public $executionStatus; |
| 7153 |
public $kind; |
| 7154 |
|
| 7155 |
|
| 7156 |
public function setExecutionStatus($executionStatus) |
| 7157 |
{ |
| 7158 |
$this->executionStatus = $executionStatus; |
| 7159 |
} |
| 7160 |
public function getExecutionStatus() |
| 7161 |
{ |
| 7162 |
return $this->executionStatus; |
| 7163 |
} |
| 7164 |
public function setKind($kind) |
| 7165 |
{ |
| 7166 |
$this->kind = $kind; |
| 7167 |
} |
| 7168 |
public function getKind() |
| 7169 |
{ |
| 7170 |
return $this->kind; |
| 7171 |
} |
| 7172 |
} |
| 7173 |
|
| 7174 |
class Google_Service_ShoppingContent_OrdersShipLineItemsRequest extends Google_Collection |
| 7175 |
{ |
| 7176 |
protected $collection_key = 'lineItems'; |
| 7177 |
protected $internal_gapi_mappings = array( |
| 7178 |
); |
| 7179 |
public $carrier; |
| 7180 |
protected $lineItemsType = 'Google_Service_ShoppingContent_OrderShipmentLineItemShipment'; |
| 7181 |
protected $lineItemsDataType = 'array'; |
| 7182 |
public $operationId; |
| 7183 |
public $shipmentId; |
| 7184 |
public $trackingId; |
| 7185 |
|
| 7186 |
|
| 7187 |
public function setCarrier($carrier) |
| 7188 |
{ |
| 7189 |
$this->carrier = $carrier; |
| 7190 |
} |
| 7191 |
public function getCarrier() |
| 7192 |
{ |
| 7193 |
return $this->carrier; |
| 7194 |
} |
| 7195 |
public function setLineItems($lineItems) |
| 7196 |
{ |
| 7197 |
$this->lineItems = $lineItems; |
| 7198 |
} |
| 7199 |
public function getLineItems() |
| 7200 |
{ |
| 7201 |
return $this->lineItems; |
| 7202 |
} |
| 7203 |
public function setOperationId($operationId) |
| 7204 |
{ |
| 7205 |
$this->operationId = $operationId; |
| 7206 |
} |
| 7207 |
public function getOperationId() |
| 7208 |
{ |
| 7209 |
return $this->operationId; |
| 7210 |
} |
| 7211 |
public function setShipmentId($shipmentId) |
| 7212 |
{ |
| 7213 |
$this->shipmentId = $shipmentId; |
| 7214 |
} |
| 7215 |
public function getShipmentId() |
| 7216 |
{ |
| 7217 |
return $this->shipmentId; |
| 7218 |
} |
| 7219 |
public function setTrackingId($trackingId) |
| 7220 |
{ |
| 7221 |
$this->trackingId = $trackingId; |
| 7222 |
} |
| 7223 |
public function getTrackingId() |
| 7224 |
{ |
| 7225 |
return $this->trackingId; |
| 7226 |
} |
| 7227 |
} |
| 7228 |
|
| 7229 |
class Google_Service_ShoppingContent_OrdersShipLineItemsResponse extends Google_Model |
| 7230 |
{ |
| 7231 |
protected $internal_gapi_mappings = array( |
| 7232 |
); |
| 7233 |
public $executionStatus; |
| 7234 |
public $kind; |
| 7235 |
|
| 7236 |
|
| 7237 |
public function setExecutionStatus($executionStatus) |
| 7238 |
{ |
| 7239 |
$this->executionStatus = $executionStatus; |
| 7240 |
} |
| 7241 |
public function getExecutionStatus() |
| 7242 |
{ |
| 7243 |
return $this->executionStatus; |
| 7244 |
} |
| 7245 |
public function setKind($kind) |
| 7246 |
{ |
| 7247 |
$this->kind = $kind; |
| 7248 |
} |
| 7249 |
public function getKind() |
| 7250 |
{ |
| 7251 |
return $this->kind; |
| 7252 |
} |
| 7253 |
} |
| 7254 |
|
| 7255 |
class Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdRequest extends Google_Model |
| 7256 |
{ |
| 7257 |
protected $internal_gapi_mappings = array( |
| 7258 |
); |
| 7259 |
public $merchantOrderId; |
| 7260 |
public $operationId; |
| 7261 |
|
| 7262 |
|
| 7263 |
public function setMerchantOrderId($merchantOrderId) |
| 7264 |
{ |
| 7265 |
$this->merchantOrderId = $merchantOrderId; |
| 7266 |
} |
| 7267 |
public function getMerchantOrderId() |
| 7268 |
{ |
| 7269 |
return $this->merchantOrderId; |
| 7270 |
} |
| 7271 |
public function setOperationId($operationId) |
| 7272 |
{ |
| 7273 |
$this->operationId = $operationId; |
| 7274 |
} |
| 7275 |
public function getOperationId() |
| 7276 |
{ |
| 7277 |
return $this->operationId; |
| 7278 |
} |
| 7279 |
} |
| 7280 |
|
| 7281 |
class Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse extends Google_Model |
| 7282 |
{ |
| 7283 |
protected $internal_gapi_mappings = array( |
| 7284 |
); |
| 7285 |
public $executionStatus; |
| 7286 |
public $kind; |
| 7287 |
|
| 7288 |
|
| 7289 |
public function setExecutionStatus($executionStatus) |
| 7290 |
{ |
| 7291 |
$this->executionStatus = $executionStatus; |
| 7292 |
} |
| 7293 |
public function getExecutionStatus() |
| 7294 |
{ |
| 7295 |
return $this->executionStatus; |
| 7296 |
} |
| 7297 |
public function setKind($kind) |
| 7298 |
{ |
| 7299 |
$this->kind = $kind; |
| 7300 |
} |
| 7301 |
public function getKind() |
| 7302 |
{ |
| 7303 |
return $this->kind; |
| 7304 |
} |
| 7305 |
} |
| 7306 |
|
| 7307 |
class Google_Service_ShoppingContent_OrdersUpdateShipmentRequest extends Google_Model |
| 7308 |
{ |
| 7309 |
protected $internal_gapi_mappings = array( |
| 7310 |
); |
| 7311 |
public $carrier; |
| 7312 |
public $operationId; |
| 7313 |
public $shipmentId; |
| 7314 |
public $status; |
| 7315 |
public $trackingId; |
| 7316 |
|
| 7317 |
|
| 7318 |
public function setCarrier($carrier) |
| 7319 |
{ |
| 7320 |
$this->carrier = $carrier; |
| 7321 |
} |
| 7322 |
public function getCarrier() |
| 7323 |
{ |
| 7324 |
return $this->carrier; |
| 7325 |
} |
| 7326 |
public function setOperationId($operationId) |
| 7327 |
{ |
| 7328 |
$this->operationId = $operationId; |
| 7329 |
} |
| 7330 |
public function getOperationId() |
| 7331 |
{ |
| 7332 |
return $this->operationId; |
| 7333 |
} |
| 7334 |
public function setShipmentId($shipmentId) |
| 7335 |
{ |
| 7336 |
$this->shipmentId = $shipmentId; |
| 7337 |
} |
| 7338 |
public function getShipmentId() |
| 7339 |
{ |
| 7340 |
return $this->shipmentId; |
| 7341 |
} |
| 7342 |
public function setStatus($status) |
| 7343 |
{ |
| 7344 |
$this->status = $status; |
| 7345 |
} |
| 7346 |
public function getStatus() |
| 7347 |
{ |
| 7348 |
return $this->status; |
| 7349 |
} |
| 7350 |
public function setTrackingId($trackingId) |
| 7351 |
{ |
| 7352 |
$this->trackingId = $trackingId; |
| 7353 |
} |
| 7354 |
public function getTrackingId() |
| 7355 |
{ |
| 7356 |
return $this->trackingId; |
| 7357 |
} |
| 7358 |
} |
| 7359 |
|
| 7360 |
class Google_Service_ShoppingContent_OrdersUpdateShipmentResponse extends Google_Model |
| 7361 |
{ |
| 7362 |
protected $internal_gapi_mappings = array( |
| 7363 |
); |
| 7364 |
public $executionStatus; |
| 7365 |
public $kind; |
| 7366 |
|
| 7367 |
|
| 7368 |
public function setExecutionStatus($executionStatus) |
| 7369 |
{ |
| 7370 |
$this->executionStatus = $executionStatus; |
| 7371 |
} |
| 7372 |
public function getExecutionStatus() |
| 7373 |
{ |
| 7374 |
return $this->executionStatus; |
| 7375 |
} |
| 7376 |
public function setKind($kind) |
| 7377 |
{ |
| 7378 |
$this->kind = $kind; |
| 7379 |
} |
| 7380 |
public function getKind() |
| 7381 |
{ |
| 7382 |
return $this->kind; |
| 7383 |
} |
| 7384 |
} |
| 7385 |
|
| 7386 |
class Google_Service_ShoppingContent_Price extends Google_Model |
| 7387 |
{ |
| 7388 |
protected $internal_gapi_mappings = array( |
| 7389 |
); |
| 7390 |
public $currency; |
| 7391 |
public $value; |
| 7392 |
|
| 7393 |
|
| 7394 |
public function setCurrency($currency) |
| 7395 |
{ |
| 7396 |
$this->currency = $currency; |
| 7397 |
} |
| 7398 |
public function getCurrency() |
| 7399 |
{ |
| 7400 |
return $this->currency; |
| 7401 |
} |
| 7402 |
public function setValue($value) |
| 7403 |
{ |
| 7404 |
$this->value = $value; |
| 7405 |
} |
| 7406 |
public function getValue() |
| 7407 |
{ |
| 7408 |
return $this->value; |
| 7409 |
} |
| 7410 |
} |
| 7411 |
|
| 7412 |
class Google_Service_ShoppingContent_Product extends Google_Collection |
| 7413 |
{ |
| 7414 |
protected $collection_key = 'warnings'; |
| 7415 |
protected $internal_gapi_mappings = array( |
| 7416 |
); |
| 7417 |
public $additionalImageLinks; |
| 7418 |
public $adult; |
| 7419 |
public $adwordsGrouping; |
| 7420 |
public $adwordsLabels; |
| 7421 |
public $adwordsRedirect; |
| 7422 |
public $ageGroup; |
| 7423 |
protected $aspectsType = 'Google_Service_ShoppingContent_ProductAspect'; |
| 7424 |
protected $aspectsDataType = 'array'; |
| 7425 |
public $availability; |
| 7426 |
public $availabilityDate; |
| 7427 |
public $brand; |
| 7428 |
public $channel; |
| 7429 |
public $color; |
| 7430 |
public $condition; |
| 7431 |
public $contentLanguage; |
| 7432 |
protected $customAttributesType = 'Google_Service_ShoppingContent_ProductCustomAttribute'; |
| 7433 |
protected $customAttributesDataType = 'array'; |
| 7434 |
protected $customGroupsType = 'Google_Service_ShoppingContent_ProductCustomGroup'; |
| 7435 |
protected $customGroupsDataType = 'array'; |
| 7436 |
public $customLabel0; |
| 7437 |
public $customLabel1; |
| 7438 |
public $customLabel2; |
| 7439 |
public $customLabel3; |
| 7440 |
public $customLabel4; |
| 7441 |
public $description; |
| 7442 |
protected $destinationsType = 'Google_Service_ShoppingContent_ProductDestination'; |
| 7443 |
protected $destinationsDataType = 'array'; |
| 7444 |
public $displayAdsId; |
| 7445 |
public $displayAdsLink; |
| 7446 |
public $displayAdsSimilarIds; |
| 7447 |
public $displayAdsTitle; |
| 7448 |
public $displayAdsValue; |
| 7449 |
public $energyEfficiencyClass; |
| 7450 |
public $expirationDate; |
| 7451 |
public $gender; |
| 7452 |
public $googleProductCategory; |
| 7453 |
public $gtin; |
| 7454 |
public $id; |
| 7455 |
public $identifierExists; |
| 7456 |
public $imageLink; |
| 7457 |
protected $installmentType = 'Google_Service_ShoppingContent_Installment'; |
| 7458 |
protected $installmentDataType = ''; |
| 7459 |
public $isBundle; |
| 7460 |
public $itemGroupId; |
| 7461 |
public $kind; |
| 7462 |
public $link; |
| 7463 |
protected $loyaltyPointsType = 'Google_Service_ShoppingContent_LoyaltyPoints'; |
| 7464 |
protected $loyaltyPointsDataType = ''; |
| 7465 |
public $material; |
| 7466 |
public $mobileLink; |
| 7467 |
public $mpn; |
| 7468 |
public $multipack; |
| 7469 |
public $offerId; |
| 7470 |
public $onlineOnly; |
| 7471 |
public $pattern; |
| 7472 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 7473 |
protected $priceDataType = ''; |
| 7474 |
public $productType; |
| 7475 |
public $promotionIds; |
| 7476 |
protected $salePriceType = 'Google_Service_ShoppingContent_Price'; |
| 7477 |
protected $salePriceDataType = ''; |
| 7478 |
public $salePriceEffectiveDate; |
| 7479 |
public $sellOnGoogleQuantity; |
| 7480 |
protected $shippingType = 'Google_Service_ShoppingContent_ProductShipping'; |
| 7481 |
protected $shippingDataType = 'array'; |
| 7482 |
protected $shippingHeightType = 'Google_Service_ShoppingContent_ProductShippingDimension'; |
| 7483 |
protected $shippingHeightDataType = ''; |
| 7484 |
public $shippingLabel; |
| 7485 |
protected $shippingLengthType = 'Google_Service_ShoppingContent_ProductShippingDimension'; |
| 7486 |
protected $shippingLengthDataType = ''; |
| 7487 |
protected $shippingWeightType = 'Google_Service_ShoppingContent_ProductShippingWeight'; |
| 7488 |
protected $shippingWeightDataType = ''; |
| 7489 |
protected $shippingWidthType = 'Google_Service_ShoppingContent_ProductShippingDimension'; |
| 7490 |
protected $shippingWidthDataType = ''; |
| 7491 |
public $sizeSystem; |
| 7492 |
public $sizeType; |
| 7493 |
public $sizes; |
| 7494 |
public $targetCountry; |
| 7495 |
protected $taxesType = 'Google_Service_ShoppingContent_ProductTax'; |
| 7496 |
protected $taxesDataType = 'array'; |
| 7497 |
public $title; |
| 7498 |
protected $unitPricingBaseMeasureType = 'Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure'; |
| 7499 |
protected $unitPricingBaseMeasureDataType = ''; |
| 7500 |
protected $unitPricingMeasureType = 'Google_Service_ShoppingContent_ProductUnitPricingMeasure'; |
| 7501 |
protected $unitPricingMeasureDataType = ''; |
| 7502 |
public $validatedDestinations; |
| 7503 |
protected $warningsType = 'Google_Service_ShoppingContent_Error'; |
| 7504 |
protected $warningsDataType = 'array'; |
| 7505 |
|
| 7506 |
|
| 7507 |
public function setAdditionalImageLinks($additionalImageLinks) |
| 7508 |
{ |
| 7509 |
$this->additionalImageLinks = $additionalImageLinks; |
| 7510 |
} |
| 7511 |
public function getAdditionalImageLinks() |
| 7512 |
{ |
| 7513 |
return $this->additionalImageLinks; |
| 7514 |
} |
| 7515 |
public function setAdult($adult) |
| 7516 |
{ |
| 7517 |
$this->adult = $adult; |
| 7518 |
} |
| 7519 |
public function getAdult() |
| 7520 |
{ |
| 7521 |
return $this->adult; |
| 7522 |
} |
| 7523 |
public function setAdwordsGrouping($adwordsGrouping) |
| 7524 |
{ |
| 7525 |
$this->adwordsGrouping = $adwordsGrouping; |
| 7526 |
} |
| 7527 |
public function getAdwordsGrouping() |
| 7528 |
{ |
| 7529 |
return $this->adwordsGrouping; |
| 7530 |
} |
| 7531 |
public function setAdwordsLabels($adwordsLabels) |
| 7532 |
{ |
| 7533 |
$this->adwordsLabels = $adwordsLabels; |
| 7534 |
} |
| 7535 |
public function getAdwordsLabels() |
| 7536 |
{ |
| 7537 |
return $this->adwordsLabels; |
| 7538 |
} |
| 7539 |
public function setAdwordsRedirect($adwordsRedirect) |
| 7540 |
{ |
| 7541 |
$this->adwordsRedirect = $adwordsRedirect; |
| 7542 |
} |
| 7543 |
public function getAdwordsRedirect() |
| 7544 |
{ |
| 7545 |
return $this->adwordsRedirect; |
| 7546 |
} |
| 7547 |
public function setAgeGroup($ageGroup) |
| 7548 |
{ |
| 7549 |
$this->ageGroup = $ageGroup; |
| 7550 |
} |
| 7551 |
public function getAgeGroup() |
| 7552 |
{ |
| 7553 |
return $this->ageGroup; |
| 7554 |
} |
| 7555 |
public function setAspects($aspects) |
| 7556 |
{ |
| 7557 |
$this->aspects = $aspects; |
| 7558 |
} |
| 7559 |
public function getAspects() |
| 7560 |
{ |
| 7561 |
return $this->aspects; |
| 7562 |
} |
| 7563 |
public function setAvailability($availability) |
| 7564 |
{ |
| 7565 |
$this->availability = $availability; |
| 7566 |
} |
| 7567 |
public function getAvailability() |
| 7568 |
{ |
| 7569 |
return $this->availability; |
| 7570 |
} |
| 7571 |
public function setAvailabilityDate($availabilityDate) |
| 7572 |
{ |
| 7573 |
$this->availabilityDate = $availabilityDate; |
| 7574 |
} |
| 7575 |
public function getAvailabilityDate() |
| 7576 |
{ |
| 7577 |
return $this->availabilityDate; |
| 7578 |
} |
| 7579 |
public function setBrand($brand) |
| 7580 |
{ |
| 7581 |
$this->brand = $brand; |
| 7582 |
} |
| 7583 |
public function getBrand() |
| 7584 |
{ |
| 7585 |
return $this->brand; |
| 7586 |
} |
| 7587 |
public function setChannel($channel) |
| 7588 |
{ |
| 7589 |
$this->channel = $channel; |
| 7590 |
} |
| 7591 |
public function getChannel() |
| 7592 |
{ |
| 7593 |
return $this->channel; |
| 7594 |
} |
| 7595 |
public function setColor($color) |
| 7596 |
{ |
| 7597 |
$this->color = $color; |
| 7598 |
} |
| 7599 |
public function getColor() |
| 7600 |
{ |
| 7601 |
return $this->color; |
| 7602 |
} |
| 7603 |
public function setCondition($condition) |
| 7604 |
{ |
| 7605 |
$this->condition = $condition; |
| 7606 |
} |
| 7607 |
public function getCondition() |
| 7608 |
{ |
| 7609 |
return $this->condition; |
| 7610 |
} |
| 7611 |
public function setContentLanguage($contentLanguage) |
| 7612 |
{ |
| 7613 |
$this->contentLanguage = $contentLanguage; |
| 7614 |
} |
| 7615 |
public function getContentLanguage() |
| 7616 |
{ |
| 7617 |
return $this->contentLanguage; |
| 7618 |
} |
| 7619 |
public function setCustomAttributes($customAttributes) |
| 7620 |
{ |
| 7621 |
$this->customAttributes = $customAttributes; |
| 7622 |
} |
| 7623 |
public function getCustomAttributes() |
| 7624 |
{ |
| 7625 |
return $this->customAttributes; |
| 7626 |
} |
| 7627 |
public function setCustomGroups($customGroups) |
| 7628 |
{ |
| 7629 |
$this->customGroups = $customGroups; |
| 7630 |
} |
| 7631 |
public function getCustomGroups() |
| 7632 |
{ |
| 7633 |
return $this->customGroups; |
| 7634 |
} |
| 7635 |
public function setCustomLabel0($customLabel0) |
| 7636 |
{ |
| 7637 |
$this->customLabel0 = $customLabel0; |
| 7638 |
} |
| 7639 |
public function getCustomLabel0() |
| 7640 |
{ |
| 7641 |
return $this->customLabel0; |
| 7642 |
} |
| 7643 |
public function setCustomLabel1($customLabel1) |
| 7644 |
{ |
| 7645 |
$this->customLabel1 = $customLabel1; |
| 7646 |
} |
| 7647 |
public function getCustomLabel1() |
| 7648 |
{ |
| 7649 |
return $this->customLabel1; |
| 7650 |
} |
| 7651 |
public function setCustomLabel2($customLabel2) |
| 7652 |
{ |
| 7653 |
$this->customLabel2 = $customLabel2; |
| 7654 |
} |
| 7655 |
public function getCustomLabel2() |
| 7656 |
{ |
| 7657 |
return $this->customLabel2; |
| 7658 |
} |
| 7659 |
public function setCustomLabel3($customLabel3) |
| 7660 |
{ |
| 7661 |
$this->customLabel3 = $customLabel3; |
| 7662 |
} |
| 7663 |
public function getCustomLabel3() |
| 7664 |
{ |
| 7665 |
return $this->customLabel3; |
| 7666 |
} |
| 7667 |
public function setCustomLabel4($customLabel4) |
| 7668 |
{ |
| 7669 |
$this->customLabel4 = $customLabel4; |
| 7670 |
} |
| 7671 |
public function getCustomLabel4() |
| 7672 |
{ |
| 7673 |
return $this->customLabel4; |
| 7674 |
} |
| 7675 |
public function setDescription($description) |
| 7676 |
{ |
| 7677 |
$this->description = $description; |
| 7678 |
} |
| 7679 |
public function getDescription() |
| 7680 |
{ |
| 7681 |
return $this->description; |
| 7682 |
} |
| 7683 |
public function setDestinations($destinations) |
| 7684 |
{ |
| 7685 |
$this->destinations = $destinations; |
| 7686 |
} |
| 7687 |
public function getDestinations() |
| 7688 |
{ |
| 7689 |
return $this->destinations; |
| 7690 |
} |
| 7691 |
public function setDisplayAdsId($displayAdsId) |
| 7692 |
{ |
| 7693 |
$this->displayAdsId = $displayAdsId; |
| 7694 |
} |
| 7695 |
public function getDisplayAdsId() |
| 7696 |
{ |
| 7697 |
return $this->displayAdsId; |
| 7698 |
} |
| 7699 |
public function setDisplayAdsLink($displayAdsLink) |
| 7700 |
{ |
| 7701 |
$this->displayAdsLink = $displayAdsLink; |
| 7702 |
} |
| 7703 |
public function getDisplayAdsLink() |
| 7704 |
{ |
| 7705 |
return $this->displayAdsLink; |
| 7706 |
} |
| 7707 |
public function setDisplayAdsSimilarIds($displayAdsSimilarIds) |
| 7708 |
{ |
| 7709 |
$this->displayAdsSimilarIds = $displayAdsSimilarIds; |
| 7710 |
} |
| 7711 |
public function getDisplayAdsSimilarIds() |
| 7712 |
{ |
| 7713 |
return $this->displayAdsSimilarIds; |
| 7714 |
} |
| 7715 |
public function setDisplayAdsTitle($displayAdsTitle) |
| 7716 |
{ |
| 7717 |
$this->displayAdsTitle = $displayAdsTitle; |
| 7718 |
} |
| 7719 |
public function getDisplayAdsTitle() |
| 7720 |
{ |
| 7721 |
return $this->displayAdsTitle; |
| 7722 |
} |
| 7723 |
public function setDisplayAdsValue($displayAdsValue) |
| 7724 |
{ |
| 7725 |
$this->displayAdsValue = $displayAdsValue; |
| 7726 |
} |
| 7727 |
public function getDisplayAdsValue() |
| 7728 |
{ |
| 7729 |
return $this->displayAdsValue; |
| 7730 |
} |
| 7731 |
public function setEnergyEfficiencyClass($energyEfficiencyClass) |
| 7732 |
{ |
| 7733 |
$this->energyEfficiencyClass = $energyEfficiencyClass; |
| 7734 |
} |
| 7735 |
public function getEnergyEfficiencyClass() |
| 7736 |
{ |
| 7737 |
return $this->energyEfficiencyClass; |
| 7738 |
} |
| 7739 |
public function setExpirationDate($expirationDate) |
| 7740 |
{ |
| 7741 |
$this->expirationDate = $expirationDate; |
| 7742 |
} |
| 7743 |
public function getExpirationDate() |
| 7744 |
{ |
| 7745 |
return $this->expirationDate; |
| 7746 |
} |
| 7747 |
public function setGender($gender) |
| 7748 |
{ |
| 7749 |
$this->gender = $gender; |
| 7750 |
} |
| 7751 |
public function getGender() |
| 7752 |
{ |
| 7753 |
return $this->gender; |
| 7754 |
} |
| 7755 |
public function setGoogleProductCategory($googleProductCategory) |
| 7756 |
{ |
| 7757 |
$this->googleProductCategory = $googleProductCategory; |
| 7758 |
} |
| 7759 |
public function getGoogleProductCategory() |
| 7760 |
{ |
| 7761 |
return $this->googleProductCategory; |
| 7762 |
} |
| 7763 |
public function setGtin($gtin) |
| 7764 |
{ |
| 7765 |
$this->gtin = $gtin; |
| 7766 |
} |
| 7767 |
public function getGtin() |
| 7768 |
{ |
| 7769 |
return $this->gtin; |
| 7770 |
} |
| 7771 |
public function setId($id) |
| 7772 |
{ |
| 7773 |
$this->id = $id; |
| 7774 |
} |
| 7775 |
public function getId() |
| 7776 |
{ |
| 7777 |
return $this->id; |
| 7778 |
} |
| 7779 |
public function setIdentifierExists($identifierExists) |
| 7780 |
{ |
| 7781 |
$this->identifierExists = $identifierExists; |
| 7782 |
} |
| 7783 |
public function getIdentifierExists() |
| 7784 |
{ |
| 7785 |
return $this->identifierExists; |
| 7786 |
} |
| 7787 |
public function setImageLink($imageLink) |
| 7788 |
{ |
| 7789 |
$this->imageLink = $imageLink; |
| 7790 |
} |
| 7791 |
public function getImageLink() |
| 7792 |
{ |
| 7793 |
return $this->imageLink; |
| 7794 |
} |
| 7795 |
public function setInstallment(Google_Service_ShoppingContent_Installment $installment) |
| 7796 |
{ |
| 7797 |
$this->installment = $installment; |
| 7798 |
} |
| 7799 |
public function getInstallment() |
| 7800 |
{ |
| 7801 |
return $this->installment; |
| 7802 |
} |
| 7803 |
public function setIsBundle($isBundle) |
| 7804 |
{ |
| 7805 |
$this->isBundle = $isBundle; |
| 7806 |
} |
| 7807 |
public function getIsBundle() |
| 7808 |
{ |
| 7809 |
return $this->isBundle; |
| 7810 |
} |
| 7811 |
public function setItemGroupId($itemGroupId) |
| 7812 |
{ |
| 7813 |
$this->itemGroupId = $itemGroupId; |
| 7814 |
} |
| 7815 |
public function getItemGroupId() |
| 7816 |
{ |
| 7817 |
return $this->itemGroupId; |
| 7818 |
} |
| 7819 |
public function setKind($kind) |
| 7820 |
{ |
| 7821 |
$this->kind = $kind; |
| 7822 |
} |
| 7823 |
public function getKind() |
| 7824 |
{ |
| 7825 |
return $this->kind; |
| 7826 |
} |
| 7827 |
public function setLink($link) |
| 7828 |
{ |
| 7829 |
$this->link = $link; |
| 7830 |
} |
| 7831 |
public function getLink() |
| 7832 |
{ |
| 7833 |
return $this->link; |
| 7834 |
} |
| 7835 |
public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints) |
| 7836 |
{ |
| 7837 |
$this->loyaltyPoints = $loyaltyPoints; |
| 7838 |
} |
| 7839 |
public function getLoyaltyPoints() |
| 7840 |
{ |
| 7841 |
return $this->loyaltyPoints; |
| 7842 |
} |
| 7843 |
public function setMaterial($material) |
| 7844 |
{ |
| 7845 |
$this->material = $material; |
| 7846 |
} |
| 7847 |
public function getMaterial() |
| 7848 |
{ |
| 7849 |
return $this->material; |
| 7850 |
} |
| 7851 |
public function setMobileLink($mobileLink) |
| 7852 |
{ |
| 7853 |
$this->mobileLink = $mobileLink; |
| 7854 |
} |
| 7855 |
public function getMobileLink() |
| 7856 |
{ |
| 7857 |
return $this->mobileLink; |
| 7858 |
} |
| 7859 |
public function setMpn($mpn) |
| 7860 |
{ |
| 7861 |
$this->mpn = $mpn; |
| 7862 |
} |
| 7863 |
public function getMpn() |
| 7864 |
{ |
| 7865 |
return $this->mpn; |
| 7866 |
} |
| 7867 |
public function setMultipack($multipack) |
| 7868 |
{ |
| 7869 |
$this->multipack = $multipack; |
| 7870 |
} |
| 7871 |
public function getMultipack() |
| 7872 |
{ |
| 7873 |
return $this->multipack; |
| 7874 |
} |
| 7875 |
public function setOfferId($offerId) |
| 7876 |
{ |
| 7877 |
$this->offerId = $offerId; |
| 7878 |
} |
| 7879 |
public function getOfferId() |
| 7880 |
{ |
| 7881 |
return $this->offerId; |
| 7882 |
} |
| 7883 |
public function setOnlineOnly($onlineOnly) |
| 7884 |
{ |
| 7885 |
$this->onlineOnly = $onlineOnly; |
| 7886 |
} |
| 7887 |
public function getOnlineOnly() |
| 7888 |
{ |
| 7889 |
return $this->onlineOnly; |
| 7890 |
} |
| 7891 |
public function setPattern($pattern) |
| 7892 |
{ |
| 7893 |
$this->pattern = $pattern; |
| 7894 |
} |
| 7895 |
public function getPattern() |
| 7896 |
{ |
| 7897 |
return $this->pattern; |
| 7898 |
} |
| 7899 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 7900 |
{ |
| 7901 |
$this->price = $price; |
| 7902 |
} |
| 7903 |
public function getPrice() |
| 7904 |
{ |
| 7905 |
return $this->price; |
| 7906 |
} |
| 7907 |
public function setProductType($productType) |
| 7908 |
{ |
| 7909 |
$this->productType = $productType; |
| 7910 |
} |
| 7911 |
public function getProductType() |
| 7912 |
{ |
| 7913 |
return $this->productType; |
| 7914 |
} |
| 7915 |
public function setPromotionIds($promotionIds) |
| 7916 |
{ |
| 7917 |
$this->promotionIds = $promotionIds; |
| 7918 |
} |
| 7919 |
public function getPromotionIds() |
| 7920 |
{ |
| 7921 |
return $this->promotionIds; |
| 7922 |
} |
| 7923 |
public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) |
| 7924 |
{ |
| 7925 |
$this->salePrice = $salePrice; |
| 7926 |
} |
| 7927 |
public function getSalePrice() |
| 7928 |
{ |
| 7929 |
return $this->salePrice; |
| 7930 |
} |
| 7931 |
public function setSalePriceEffectiveDate($salePriceEffectiveDate) |
| 7932 |
{ |
| 7933 |
$this->salePriceEffectiveDate = $salePriceEffectiveDate; |
| 7934 |
} |
| 7935 |
public function getSalePriceEffectiveDate() |
| 7936 |
{ |
| 7937 |
return $this->salePriceEffectiveDate; |
| 7938 |
} |
| 7939 |
public function setSellOnGoogleQuantity($sellOnGoogleQuantity) |
| 7940 |
{ |
| 7941 |
$this->sellOnGoogleQuantity = $sellOnGoogleQuantity; |
| 7942 |
} |
| 7943 |
public function getSellOnGoogleQuantity() |
| 7944 |
{ |
| 7945 |
return $this->sellOnGoogleQuantity; |
| 7946 |
} |
| 7947 |
public function setShipping($shipping) |
| 7948 |
{ |
| 7949 |
$this->shipping = $shipping; |
| 7950 |
} |
| 7951 |
public function getShipping() |
| 7952 |
{ |
| 7953 |
return $this->shipping; |
| 7954 |
} |
| 7955 |
public function setShippingHeight(Google_Service_ShoppingContent_ProductShippingDimension $shippingHeight) |
| 7956 |
{ |
| 7957 |
$this->shippingHeight = $shippingHeight; |
| 7958 |
} |
| 7959 |
public function getShippingHeight() |
| 7960 |
{ |
| 7961 |
return $this->shippingHeight; |
| 7962 |
} |
| 7963 |
public function setShippingLabel($shippingLabel) |
| 7964 |
{ |
| 7965 |
$this->shippingLabel = $shippingLabel; |
| 7966 |
} |
| 7967 |
public function getShippingLabel() |
| 7968 |
{ |
| 7969 |
return $this->shippingLabel; |
| 7970 |
} |
| 7971 |
public function setShippingLength(Google_Service_ShoppingContent_ProductShippingDimension $shippingLength) |
| 7972 |
{ |
| 7973 |
$this->shippingLength = $shippingLength; |
| 7974 |
} |
| 7975 |
public function getShippingLength() |
| 7976 |
{ |
| 7977 |
return $this->shippingLength; |
| 7978 |
} |
| 7979 |
public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight) |
| 7980 |
{ |
| 7981 |
$this->shippingWeight = $shippingWeight; |
| 7982 |
} |
| 7983 |
public function getShippingWeight() |
| 7984 |
{ |
| 7985 |
return $this->shippingWeight; |
| 7986 |
} |
| 7987 |
public function setShippingWidth(Google_Service_ShoppingContent_ProductShippingDimension $shippingWidth) |
| 7988 |
{ |
| 7989 |
$this->shippingWidth = $shippingWidth; |
| 7990 |
} |
| 7991 |
public function getShippingWidth() |
| 7992 |
{ |
| 7993 |
return $this->shippingWidth; |
| 7994 |
} |
| 7995 |
public function setSizeSystem($sizeSystem) |
| 7996 |
{ |
| 7997 |
$this->sizeSystem = $sizeSystem; |
| 7998 |
} |
| 7999 |
public function getSizeSystem() |
| 8000 |
{ |
| 8001 |
return $this->sizeSystem; |
| 8002 |
} |
| 8003 |
public function setSizeType($sizeType) |
| 8004 |
{ |
| 8005 |
$this->sizeType = $sizeType; |
| 8006 |
} |
| 8007 |
public function getSizeType() |
| 8008 |
{ |
| 8009 |
return $this->sizeType; |
| 8010 |
} |
| 8011 |
public function setSizes($sizes) |
| 8012 |
{ |
| 8013 |
$this->sizes = $sizes; |
| 8014 |
} |
| 8015 |
public function getSizes() |
| 8016 |
{ |
| 8017 |
return $this->sizes; |
| 8018 |
} |
| 8019 |
public function setTargetCountry($targetCountry) |
| 8020 |
{ |
| 8021 |
$this->targetCountry = $targetCountry; |
| 8022 |
} |
| 8023 |
public function getTargetCountry() |
| 8024 |
{ |
| 8025 |
return $this->targetCountry; |
| 8026 |
} |
| 8027 |
public function setTaxes($taxes) |
| 8028 |
{ |
| 8029 |
$this->taxes = $taxes; |
| 8030 |
} |
| 8031 |
public function getTaxes() |
| 8032 |
{ |
| 8033 |
return $this->taxes; |
| 8034 |
} |
| 8035 |
public function setTitle($title) |
| 8036 |
{ |
| 8037 |
$this->title = $title; |
| 8038 |
} |
| 8039 |
public function getTitle() |
| 8040 |
{ |
| 8041 |
return $this->title; |
| 8042 |
} |
| 8043 |
public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure) |
| 8044 |
{ |
| 8045 |
$this->unitPricingBaseMeasure = $unitPricingBaseMeasure; |
| 8046 |
} |
| 8047 |
public function getUnitPricingBaseMeasure() |
| 8048 |
{ |
| 8049 |
return $this->unitPricingBaseMeasure; |
| 8050 |
} |
| 8051 |
public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure) |
| 8052 |
{ |
| 8053 |
$this->unitPricingMeasure = $unitPricingMeasure; |
| 8054 |
} |
| 8055 |
public function getUnitPricingMeasure() |
| 8056 |
{ |
| 8057 |
return $this->unitPricingMeasure; |
| 8058 |
} |
| 8059 |
public function setValidatedDestinations($validatedDestinations) |
| 8060 |
{ |
| 8061 |
$this->validatedDestinations = $validatedDestinations; |
| 8062 |
} |
| 8063 |
public function getValidatedDestinations() |
| 8064 |
{ |
| 8065 |
return $this->validatedDestinations; |
| 8066 |
} |
| 8067 |
public function setWarnings($warnings) |
| 8068 |
{ |
| 8069 |
$this->warnings = $warnings; |
| 8070 |
} |
| 8071 |
public function getWarnings() |
| 8072 |
{ |
| 8073 |
return $this->warnings; |
| 8074 |
} |
| 8075 |
} |
| 8076 |
|
| 8077 |
class Google_Service_ShoppingContent_ProductAspect extends Google_Model |
| 8078 |
{ |
| 8079 |
protected $internal_gapi_mappings = array( |
| 8080 |
); |
| 8081 |
public $aspectName; |
| 8082 |
public $destinationName; |
| 8083 |
public $intention; |
| 8084 |
|
| 8085 |
|
| 8086 |
public function setAspectName($aspectName) |
| 8087 |
{ |
| 8088 |
$this->aspectName = $aspectName; |
| 8089 |
} |
| 8090 |
public function getAspectName() |
| 8091 |
{ |
| 8092 |
return $this->aspectName; |
| 8093 |
} |
| 8094 |
public function setDestinationName($destinationName) |
| 8095 |
{ |
| 8096 |
$this->destinationName = $destinationName; |
| 8097 |
} |
| 8098 |
public function getDestinationName() |
| 8099 |
{ |
| 8100 |
return $this->destinationName; |
| 8101 |
} |
| 8102 |
public function setIntention($intention) |
| 8103 |
{ |
| 8104 |
$this->intention = $intention; |
| 8105 |
} |
| 8106 |
public function getIntention() |
| 8107 |
{ |
| 8108 |
return $this->intention; |
| 8109 |
} |
| 8110 |
} |
| 8111 |
|
| 8112 |
class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model |
| 8113 |
{ |
| 8114 |
protected $internal_gapi_mappings = array( |
| 8115 |
); |
| 8116 |
public $name; |
| 8117 |
public $type; |
| 8118 |
public $unit; |
| 8119 |
public $value; |
| 8120 |
|
| 8121 |
|
| 8122 |
public function setName($name) |
| 8123 |
{ |
| 8124 |
$this->name = $name; |
| 8125 |
} |
| 8126 |
public function getName() |
| 8127 |
{ |
| 8128 |
return $this->name; |
| 8129 |
} |
| 8130 |
public function setType($type) |
| 8131 |
{ |
| 8132 |
$this->type = $type; |
| 8133 |
} |
| 8134 |
public function getType() |
| 8135 |
{ |
| 8136 |
return $this->type; |
| 8137 |
} |
| 8138 |
public function setUnit($unit) |
| 8139 |
{ |
| 8140 |
$this->unit = $unit; |
| 8141 |
} |
| 8142 |
public function getUnit() |
| 8143 |
{ |
| 8144 |
return $this->unit; |
| 8145 |
} |
| 8146 |
public function setValue($value) |
| 8147 |
{ |
| 8148 |
$this->value = $value; |
| 8149 |
} |
| 8150 |
public function getValue() |
| 8151 |
{ |
| 8152 |
return $this->value; |
| 8153 |
} |
| 8154 |
} |
| 8155 |
|
| 8156 |
class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collection |
| 8157 |
{ |
| 8158 |
protected $collection_key = 'attributes'; |
| 8159 |
protected $internal_gapi_mappings = array( |
| 8160 |
); |
| 8161 |
protected $attributesType = 'Google_Service_ShoppingContent_ProductCustomAttribute'; |
| 8162 |
protected $attributesDataType = 'array'; |
| 8163 |
public $name; |
| 8164 |
|
| 8165 |
|
| 8166 |
public function setAttributes($attributes) |
| 8167 |
{ |
| 8168 |
$this->attributes = $attributes; |
| 8169 |
} |
| 8170 |
public function getAttributes() |
| 8171 |
{ |
| 8172 |
return $this->attributes; |
| 8173 |
} |
| 8174 |
public function setName($name) |
| 8175 |
{ |
| 8176 |
$this->name = $name; |
| 8177 |
} |
| 8178 |
public function getName() |
| 8179 |
{ |
| 8180 |
return $this->name; |
| 8181 |
} |
| 8182 |
} |
| 8183 |
|
| 8184 |
class Google_Service_ShoppingContent_ProductDestination extends Google_Model |
| 8185 |
{ |
| 8186 |
protected $internal_gapi_mappings = array( |
| 8187 |
); |
| 8188 |
public $destinationName; |
| 8189 |
public $intention; |
| 8190 |
|
| 8191 |
|
| 8192 |
public function setDestinationName($destinationName) |
| 8193 |
{ |
| 8194 |
$this->destinationName = $destinationName; |
| 8195 |
} |
| 8196 |
public function getDestinationName() |
| 8197 |
{ |
| 8198 |
return $this->destinationName; |
| 8199 |
} |
| 8200 |
public function setIntention($intention) |
| 8201 |
{ |
| 8202 |
$this->intention = $intention; |
| 8203 |
} |
| 8204 |
public function getIntention() |
| 8205 |
{ |
| 8206 |
return $this->intention; |
| 8207 |
} |
| 8208 |
} |
| 8209 |
|
| 8210 |
class Google_Service_ShoppingContent_ProductShipping extends Google_Model |
| 8211 |
{ |
| 8212 |
protected $internal_gapi_mappings = array( |
| 8213 |
); |
| 8214 |
public $country; |
| 8215 |
public $locationGroupName; |
| 8216 |
public $locationId; |
| 8217 |
public $postalCode; |
| 8218 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 8219 |
protected $priceDataType = ''; |
| 8220 |
public $region; |
| 8221 |
public $service; |
| 8222 |
|
| 8223 |
|
| 8224 |
public function setCountry($country) |
| 8225 |
{ |
| 8226 |
$this->country = $country; |
| 8227 |
} |
| 8228 |
public function getCountry() |
| 8229 |
{ |
| 8230 |
return $this->country; |
| 8231 |
} |
| 8232 |
public function setLocationGroupName($locationGroupName) |
| 8233 |
{ |
| 8234 |
$this->locationGroupName = $locationGroupName; |
| 8235 |
} |
| 8236 |
public function getLocationGroupName() |
| 8237 |
{ |
| 8238 |
return $this->locationGroupName; |
| 8239 |
} |
| 8240 |
public function setLocationId($locationId) |
| 8241 |
{ |
| 8242 |
$this->locationId = $locationId; |
| 8243 |
} |
| 8244 |
public function getLocationId() |
| 8245 |
{ |
| 8246 |
return $this->locationId; |
| 8247 |
} |
| 8248 |
public function setPostalCode($postalCode) |
| 8249 |
{ |
| 8250 |
$this->postalCode = $postalCode; |
| 8251 |
} |
| 8252 |
public function getPostalCode() |
| 8253 |
{ |
| 8254 |
return $this->postalCode; |
| 8255 |
} |
| 8256 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 8257 |
{ |
| 8258 |
$this->price = $price; |
| 8259 |
} |
| 8260 |
public function getPrice() |
| 8261 |
{ |
| 8262 |
return $this->price; |
| 8263 |
} |
| 8264 |
public function setRegion($region) |
| 8265 |
{ |
| 8266 |
$this->region = $region; |
| 8267 |
} |
| 8268 |
public function getRegion() |
| 8269 |
{ |
| 8270 |
return $this->region; |
| 8271 |
} |
| 8272 |
public function setService($service) |
| 8273 |
{ |
| 8274 |
$this->service = $service; |
| 8275 |
} |
| 8276 |
public function getService() |
| 8277 |
{ |
| 8278 |
return $this->service; |
| 8279 |
} |
| 8280 |
} |
| 8281 |
|
| 8282 |
class Google_Service_ShoppingContent_ProductShippingDimension extends Google_Model |
| 8283 |
{ |
| 8284 |
protected $internal_gapi_mappings = array( |
| 8285 |
); |
| 8286 |
public $unit; |
| 8287 |
public $value; |
| 8288 |
|
| 8289 |
|
| 8290 |
public function setUnit($unit) |
| 8291 |
{ |
| 8292 |
$this->unit = $unit; |
| 8293 |
} |
| 8294 |
public function getUnit() |
| 8295 |
{ |
| 8296 |
return $this->unit; |
| 8297 |
} |
| 8298 |
public function setValue($value) |
| 8299 |
{ |
| 8300 |
$this->value = $value; |
| 8301 |
} |
| 8302 |
public function getValue() |
| 8303 |
{ |
| 8304 |
return $this->value; |
| 8305 |
} |
| 8306 |
} |
| 8307 |
|
| 8308 |
class Google_Service_ShoppingContent_ProductShippingWeight extends Google_Model |
| 8309 |
{ |
| 8310 |
protected $internal_gapi_mappings = array( |
| 8311 |
); |
| 8312 |
public $unit; |
| 8313 |
public $value; |
| 8314 |
|
| 8315 |
|
| 8316 |
public function setUnit($unit) |
| 8317 |
{ |
| 8318 |
$this->unit = $unit; |
| 8319 |
} |
| 8320 |
public function getUnit() |
| 8321 |
{ |
| 8322 |
return $this->unit; |
| 8323 |
} |
| 8324 |
public function setValue($value) |
| 8325 |
{ |
| 8326 |
$this->value = $value; |
| 8327 |
} |
| 8328 |
public function getValue() |
| 8329 |
{ |
| 8330 |
return $this->value; |
| 8331 |
} |
| 8332 |
} |
| 8333 |
|
| 8334 |
class Google_Service_ShoppingContent_ProductStatus extends Google_Collection |
| 8335 |
{ |
| 8336 |
protected $collection_key = 'destinationStatuses'; |
| 8337 |
protected $internal_gapi_mappings = array( |
| 8338 |
); |
| 8339 |
public $creationDate; |
| 8340 |
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_ProductStatusDataQualityIssue'; |
| 8341 |
protected $dataQualityIssuesDataType = 'array'; |
| 8342 |
protected $destinationStatusesType = 'Google_Service_ShoppingContent_ProductStatusDestinationStatus'; |
| 8343 |
protected $destinationStatusesDataType = 'array'; |
| 8344 |
public $googleExpirationDate; |
| 8345 |
public $kind; |
| 8346 |
public $lastUpdateDate; |
| 8347 |
public $link; |
| 8348 |
public $productId; |
| 8349 |
public $title; |
| 8350 |
|
| 8351 |
|
| 8352 |
public function setCreationDate($creationDate) |
| 8353 |
{ |
| 8354 |
$this->creationDate = $creationDate; |
| 8355 |
} |
| 8356 |
public function getCreationDate() |
| 8357 |
{ |
| 8358 |
return $this->creationDate; |
| 8359 |
} |
| 8360 |
public function setDataQualityIssues($dataQualityIssues) |
| 8361 |
{ |
| 8362 |
$this->dataQualityIssues = $dataQualityIssues; |
| 8363 |
} |
| 8364 |
public function getDataQualityIssues() |
| 8365 |
{ |
| 8366 |
return $this->dataQualityIssues; |
| 8367 |
} |
| 8368 |
public function setDestinationStatuses($destinationStatuses) |
| 8369 |
{ |
| 8370 |
$this->destinationStatuses = $destinationStatuses; |
| 8371 |
} |
| 8372 |
public function getDestinationStatuses() |
| 8373 |
{ |
| 8374 |
return $this->destinationStatuses; |
| 8375 |
} |
| 8376 |
public function setGoogleExpirationDate($googleExpirationDate) |
| 8377 |
{ |
| 8378 |
$this->googleExpirationDate = $googleExpirationDate; |
| 8379 |
} |
| 8380 |
public function getGoogleExpirationDate() |
| 8381 |
{ |
| 8382 |
return $this->googleExpirationDate; |
| 8383 |
} |
| 8384 |
public function setKind($kind) |
| 8385 |
{ |
| 8386 |
$this->kind = $kind; |
| 8387 |
} |
| 8388 |
public function getKind() |
| 8389 |
{ |
| 8390 |
return $this->kind; |
| 8391 |
} |
| 8392 |
public function setLastUpdateDate($lastUpdateDate) |
| 8393 |
{ |
| 8394 |
$this->lastUpdateDate = $lastUpdateDate; |
| 8395 |
} |
| 8396 |
public function getLastUpdateDate() |
| 8397 |
{ |
| 8398 |
return $this->lastUpdateDate; |
| 8399 |
} |
| 8400 |
public function setLink($link) |
| 8401 |
{ |
| 8402 |
$this->link = $link; |
| 8403 |
} |
| 8404 |
public function getLink() |
| 8405 |
{ |
| 8406 |
return $this->link; |
| 8407 |
} |
| 8408 |
public function setProductId($productId) |
| 8409 |
{ |
| 8410 |
$this->productId = $productId; |
| 8411 |
} |
| 8412 |
public function getProductId() |
| 8413 |
{ |
| 8414 |
return $this->productId; |
| 8415 |
} |
| 8416 |
public function setTitle($title) |
| 8417 |
{ |
| 8418 |
$this->title = $title; |
| 8419 |
} |
| 8420 |
public function getTitle() |
| 8421 |
{ |
| 8422 |
return $this->title; |
| 8423 |
} |
| 8424 |
} |
| 8425 |
|
| 8426 |
class Google_Service_ShoppingContent_ProductStatusDataQualityIssue extends Google_Model |
| 8427 |
{ |
| 8428 |
protected $internal_gapi_mappings = array( |
| 8429 |
); |
| 8430 |
public $detail; |
| 8431 |
public $fetchStatus; |
| 8432 |
public $id; |
| 8433 |
public $location; |
| 8434 |
public $severity; |
| 8435 |
public $timestamp; |
| 8436 |
public $valueOnLandingPage; |
| 8437 |
public $valueProvided; |
| 8438 |
|
| 8439 |
|
| 8440 |
public function setDetail($detail) |
| 8441 |
{ |
| 8442 |
$this->detail = $detail; |
| 8443 |
} |
| 8444 |
public function getDetail() |
| 8445 |
{ |
| 8446 |
return $this->detail; |
| 8447 |
} |
| 8448 |
public function setFetchStatus($fetchStatus) |
| 8449 |
{ |
| 8450 |
$this->fetchStatus = $fetchStatus; |
| 8451 |
} |
| 8452 |
public function getFetchStatus() |
| 8453 |
{ |
| 8454 |
return $this->fetchStatus; |
| 8455 |
} |
| 8456 |
public function setId($id) |
| 8457 |
{ |
| 8458 |
$this->id = $id; |
| 8459 |
} |
| 8460 |
public function getId() |
| 8461 |
{ |
| 8462 |
return $this->id; |
| 8463 |
} |
| 8464 |
public function setLocation($location) |
| 8465 |
{ |
| 8466 |
$this->location = $location; |
| 8467 |
} |
| 8468 |
public function getLocation() |
| 8469 |
{ |
| 8470 |
return $this->location; |
| 8471 |
} |
| 8472 |
public function setSeverity($severity) |
| 8473 |
{ |
| 8474 |
$this->severity = $severity; |
| 8475 |
} |
| 8476 |
public function getSeverity() |
| 8477 |
{ |
| 8478 |
return $this->severity; |
| 8479 |
} |
| 8480 |
public function setTimestamp($timestamp) |
| 8481 |
{ |
| 8482 |
$this->timestamp = $timestamp; |
| 8483 |
} |
| 8484 |
public function getTimestamp() |
| 8485 |
{ |
| 8486 |
return $this->timestamp; |
| 8487 |
} |
| 8488 |
public function setValueOnLandingPage($valueOnLandingPage) |
| 8489 |
{ |
| 8490 |
$this->valueOnLandingPage = $valueOnLandingPage; |
| 8491 |
} |
| 8492 |
public function getValueOnLandingPage() |
| 8493 |
{ |
| 8494 |
return $this->valueOnLandingPage; |
| 8495 |
} |
| 8496 |
public function setValueProvided($valueProvided) |
| 8497 |
{ |
| 8498 |
$this->valueProvided = $valueProvided; |
| 8499 |
} |
| 8500 |
public function getValueProvided() |
| 8501 |
{ |
| 8502 |
return $this->valueProvided; |
| 8503 |
} |
| 8504 |
} |
| 8505 |
|
| 8506 |
class Google_Service_ShoppingContent_ProductStatusDestinationStatus extends Google_Model |
| 8507 |
{ |
| 8508 |
protected $internal_gapi_mappings = array( |
| 8509 |
); |
| 8510 |
public $approvalStatus; |
| 8511 |
public $destination; |
| 8512 |
public $intention; |
| 8513 |
|
| 8514 |
|
| 8515 |
public function setApprovalStatus($approvalStatus) |
| 8516 |
{ |
| 8517 |
$this->approvalStatus = $approvalStatus; |
| 8518 |
} |
| 8519 |
public function getApprovalStatus() |
| 8520 |
{ |
| 8521 |
return $this->approvalStatus; |
| 8522 |
} |
| 8523 |
public function setDestination($destination) |
| 8524 |
{ |
| 8525 |
$this->destination = $destination; |
| 8526 |
} |
| 8527 |
public function getDestination() |
| 8528 |
{ |
| 8529 |
return $this->destination; |
| 8530 |
} |
| 8531 |
public function setIntention($intention) |
| 8532 |
{ |
| 8533 |
$this->intention = $intention; |
| 8534 |
} |
| 8535 |
public function getIntention() |
| 8536 |
{ |
| 8537 |
return $this->intention; |
| 8538 |
} |
| 8539 |
} |
| 8540 |
|
| 8541 |
class Google_Service_ShoppingContent_ProductTax extends Google_Model |
| 8542 |
{ |
| 8543 |
protected $internal_gapi_mappings = array( |
| 8544 |
); |
| 8545 |
public $country; |
| 8546 |
public $locationId; |
| 8547 |
public $postalCode; |
| 8548 |
public $rate; |
| 8549 |
public $region; |
| 8550 |
public $taxShip; |
| 8551 |
|
| 8552 |
|
| 8553 |
public function setCountry($country) |
| 8554 |
{ |
| 8555 |
$this->country = $country; |
| 8556 |
} |
| 8557 |
public function getCountry() |
| 8558 |
{ |
| 8559 |
return $this->country; |
| 8560 |
} |
| 8561 |
public function setLocationId($locationId) |
| 8562 |
{ |
| 8563 |
$this->locationId = $locationId; |
| 8564 |
} |
| 8565 |
public function getLocationId() |
| 8566 |
{ |
| 8567 |
return $this->locationId; |
| 8568 |
} |
| 8569 |
public function setPostalCode($postalCode) |
| 8570 |
{ |
| 8571 |
$this->postalCode = $postalCode; |
| 8572 |
} |
| 8573 |
public function getPostalCode() |
| 8574 |
{ |
| 8575 |
return $this->postalCode; |
| 8576 |
} |
| 8577 |
public function setRate($rate) |
| 8578 |
{ |
| 8579 |
$this->rate = $rate; |
| 8580 |
} |
| 8581 |
public function getRate() |
| 8582 |
{ |
| 8583 |
return $this->rate; |
| 8584 |
} |
| 8585 |
public function setRegion($region) |
| 8586 |
{ |
| 8587 |
$this->region = $region; |
| 8588 |
} |
| 8589 |
public function getRegion() |
| 8590 |
{ |
| 8591 |
return $this->region; |
| 8592 |
} |
| 8593 |
public function setTaxShip($taxShip) |
| 8594 |
{ |
| 8595 |
$this->taxShip = $taxShip; |
| 8596 |
} |
| 8597 |
public function getTaxShip() |
| 8598 |
{ |
| 8599 |
return $this->taxShip; |
| 8600 |
} |
| 8601 |
} |
| 8602 |
|
| 8603 |
class Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure extends Google_Model |
| 8604 |
{ |
| 8605 |
protected $internal_gapi_mappings = array( |
| 8606 |
); |
| 8607 |
public $unit; |
| 8608 |
public $value; |
| 8609 |
|
| 8610 |
|
| 8611 |
public function setUnit($unit) |
| 8612 |
{ |
| 8613 |
$this->unit = $unit; |
| 8614 |
} |
| 8615 |
public function getUnit() |
| 8616 |
{ |
| 8617 |
return $this->unit; |
| 8618 |
} |
| 8619 |
public function setValue($value) |
| 8620 |
{ |
| 8621 |
$this->value = $value; |
| 8622 |
} |
| 8623 |
public function getValue() |
| 8624 |
{ |
| 8625 |
return $this->value; |
| 8626 |
} |
| 8627 |
} |
| 8628 |
|
| 8629 |
class Google_Service_ShoppingContent_ProductUnitPricingMeasure extends Google_Model |
| 8630 |
{ |
| 8631 |
protected $internal_gapi_mappings = array( |
| 8632 |
); |
| 8633 |
public $unit; |
| 8634 |
public $value; |
| 8635 |
|
| 8636 |
|
| 8637 |
public function setUnit($unit) |
| 8638 |
{ |
| 8639 |
$this->unit = $unit; |
| 8640 |
} |
| 8641 |
public function getUnit() |
| 8642 |
{ |
| 8643 |
return $this->unit; |
| 8644 |
} |
| 8645 |
public function setValue($value) |
| 8646 |
{ |
| 8647 |
$this->value = $value; |
| 8648 |
} |
| 8649 |
public function getValue() |
| 8650 |
{ |
| 8651 |
return $this->value; |
| 8652 |
} |
| 8653 |
} |
| 8654 |
|
| 8655 |
class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection |
| 8656 |
{ |
| 8657 |
protected $collection_key = 'entries'; |
| 8658 |
protected $internal_gapi_mappings = array( |
| 8659 |
); |
| 8660 |
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry'; |
| 8661 |
protected $entriesDataType = 'array'; |
| 8662 |
|
| 8663 |
|
| 8664 |
public function setEntries($entries) |
| 8665 |
{ |
| 8666 |
$this->entries = $entries; |
| 8667 |
} |
| 8668 |
public function getEntries() |
| 8669 |
{ |
| 8670 |
return $this->entries; |
| 8671 |
} |
| 8672 |
} |
| 8673 |
|
| 8674 |
class Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry extends Google_Model |
| 8675 |
{ |
| 8676 |
protected $internal_gapi_mappings = array( |
| 8677 |
); |
| 8678 |
public $batchId; |
| 8679 |
public $merchantId; |
| 8680 |
public $method; |
| 8681 |
protected $productType = 'Google_Service_ShoppingContent_Product'; |
| 8682 |
protected $productDataType = ''; |
| 8683 |
public $productId; |
| 8684 |
|
| 8685 |
|
| 8686 |
public function setBatchId($batchId) |
| 8687 |
{ |
| 8688 |
$this->batchId = $batchId; |
| 8689 |
} |
| 8690 |
public function getBatchId() |
| 8691 |
{ |
| 8692 |
return $this->batchId; |
| 8693 |
} |
| 8694 |
public function setMerchantId($merchantId) |
| 8695 |
{ |
| 8696 |
$this->merchantId = $merchantId; |
| 8697 |
} |
| 8698 |
public function getMerchantId() |
| 8699 |
{ |
| 8700 |
return $this->merchantId; |
| 8701 |
} |
| 8702 |
public function setMethod($method) |
| 8703 |
{ |
| 8704 |
$this->method = $method; |
| 8705 |
} |
| 8706 |
public function getMethod() |
| 8707 |
{ |
| 8708 |
return $this->method; |
| 8709 |
} |
| 8710 |
public function setProduct(Google_Service_ShoppingContent_Product $product) |
| 8711 |
{ |
| 8712 |
$this->product = $product; |
| 8713 |
} |
| 8714 |
public function getProduct() |
| 8715 |
{ |
| 8716 |
return $this->product; |
| 8717 |
} |
| 8718 |
public function setProductId($productId) |
| 8719 |
{ |
| 8720 |
$this->productId = $productId; |
| 8721 |
} |
| 8722 |
public function getProductId() |
| 8723 |
{ |
| 8724 |
return $this->productId; |
| 8725 |
} |
| 8726 |
} |
| 8727 |
|
| 8728 |
class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_Collection |
| 8729 |
{ |
| 8730 |
protected $collection_key = 'entries'; |
| 8731 |
protected $internal_gapi_mappings = array( |
| 8732 |
); |
| 8733 |
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry'; |
| 8734 |
protected $entriesDataType = 'array'; |
| 8735 |
public $kind; |
| 8736 |
|
| 8737 |
|
| 8738 |
public function setEntries($entries) |
| 8739 |
{ |
| 8740 |
$this->entries = $entries; |
| 8741 |
} |
| 8742 |
public function getEntries() |
| 8743 |
{ |
| 8744 |
return $this->entries; |
| 8745 |
} |
| 8746 |
public function setKind($kind) |
| 8747 |
{ |
| 8748 |
$this->kind = $kind; |
| 8749 |
} |
| 8750 |
public function getKind() |
| 8751 |
{ |
| 8752 |
return $this->kind; |
| 8753 |
} |
| 8754 |
} |
| 8755 |
|
| 8756 |
class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Google_Model |
| 8757 |
{ |
| 8758 |
protected $internal_gapi_mappings = array( |
| 8759 |
); |
| 8760 |
public $batchId; |
| 8761 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 8762 |
protected $errorsDataType = ''; |
| 8763 |
public $kind; |
| 8764 |
protected $productType = 'Google_Service_ShoppingContent_Product'; |
| 8765 |
protected $productDataType = ''; |
| 8766 |
|
| 8767 |
|
| 8768 |
public function setBatchId($batchId) |
| 8769 |
{ |
| 8770 |
$this->batchId = $batchId; |
| 8771 |
} |
| 8772 |
public function getBatchId() |
| 8773 |
{ |
| 8774 |
return $this->batchId; |
| 8775 |
} |
| 8776 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 8777 |
{ |
| 8778 |
$this->errors = $errors; |
| 8779 |
} |
| 8780 |
public function getErrors() |
| 8781 |
{ |
| 8782 |
return $this->errors; |
| 8783 |
} |
| 8784 |
public function setKind($kind) |
| 8785 |
{ |
| 8786 |
$this->kind = $kind; |
| 8787 |
} |
| 8788 |
public function getKind() |
| 8789 |
{ |
| 8790 |
return $this->kind; |
| 8791 |
} |
| 8792 |
public function setProduct(Google_Service_ShoppingContent_Product $product) |
| 8793 |
{ |
| 8794 |
$this->product = $product; |
| 8795 |
} |
| 8796 |
public function getProduct() |
| 8797 |
{ |
| 8798 |
return $this->product; |
| 8799 |
} |
| 8800 |
} |
| 8801 |
|
| 8802 |
class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collection |
| 8803 |
{ |
| 8804 |
protected $collection_key = 'resources'; |
| 8805 |
protected $internal_gapi_mappings = array( |
| 8806 |
); |
| 8807 |
public $kind; |
| 8808 |
public $nextPageToken; |
| 8809 |
protected $resourcesType = 'Google_Service_ShoppingContent_Product'; |
| 8810 |
protected $resourcesDataType = 'array'; |
| 8811 |
|
| 8812 |
|
| 8813 |
public function setKind($kind) |
| 8814 |
{ |
| 8815 |
$this->kind = $kind; |
| 8816 |
} |
| 8817 |
public function getKind() |
| 8818 |
{ |
| 8819 |
return $this->kind; |
| 8820 |
} |
| 8821 |
public function setNextPageToken($nextPageToken) |
| 8822 |
{ |
| 8823 |
$this->nextPageToken = $nextPageToken; |
| 8824 |
} |
| 8825 |
public function getNextPageToken() |
| 8826 |
{ |
| 8827 |
return $this->nextPageToken; |
| 8828 |
} |
| 8829 |
public function setResources($resources) |
| 8830 |
{ |
| 8831 |
$this->resources = $resources; |
| 8832 |
} |
| 8833 |
public function getResources() |
| 8834 |
{ |
| 8835 |
return $this->resources; |
| 8836 |
} |
| 8837 |
} |
| 8838 |
|
| 8839 |
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends Google_Collection |
| 8840 |
{ |
| 8841 |
protected $collection_key = 'entries'; |
| 8842 |
protected $internal_gapi_mappings = array( |
| 8843 |
); |
| 8844 |
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry'; |
| 8845 |
protected $entriesDataType = 'array'; |
| 8846 |
|
| 8847 |
|
| 8848 |
public function setEntries($entries) |
| 8849 |
{ |
| 8850 |
$this->entries = $entries; |
| 8851 |
} |
| 8852 |
public function getEntries() |
| 8853 |
{ |
| 8854 |
return $this->entries; |
| 8855 |
} |
| 8856 |
} |
| 8857 |
|
| 8858 |
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry extends Google_Model |
| 8859 |
{ |
| 8860 |
protected $internal_gapi_mappings = array( |
| 8861 |
); |
| 8862 |
public $batchId; |
| 8863 |
public $merchantId; |
| 8864 |
public $method; |
| 8865 |
public $productId; |
| 8866 |
|
| 8867 |
|
| 8868 |
public function setBatchId($batchId) |
| 8869 |
{ |
| 8870 |
$this->batchId = $batchId; |
| 8871 |
} |
| 8872 |
public function getBatchId() |
| 8873 |
{ |
| 8874 |
return $this->batchId; |
| 8875 |
} |
| 8876 |
public function setMerchantId($merchantId) |
| 8877 |
{ |
| 8878 |
$this->merchantId = $merchantId; |
| 8879 |
} |
| 8880 |
public function getMerchantId() |
| 8881 |
{ |
| 8882 |
return $this->merchantId; |
| 8883 |
} |
| 8884 |
public function setMethod($method) |
| 8885 |
{ |
| 8886 |
$this->method = $method; |
| 8887 |
} |
| 8888 |
public function getMethod() |
| 8889 |
{ |
| 8890 |
return $this->method; |
| 8891 |
} |
| 8892 |
public function setProductId($productId) |
| 8893 |
{ |
| 8894 |
$this->productId = $productId; |
| 8895 |
} |
| 8896 |
public function getProductId() |
| 8897 |
{ |
| 8898 |
return $this->productId; |
| 8899 |
} |
| 8900 |
} |
| 8901 |
|
| 8902 |
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends Google_Collection |
| 8903 |
{ |
| 8904 |
protected $collection_key = 'entries'; |
| 8905 |
protected $internal_gapi_mappings = array( |
| 8906 |
); |
| 8907 |
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry'; |
| 8908 |
protected $entriesDataType = 'array'; |
| 8909 |
public $kind; |
| 8910 |
|
| 8911 |
|
| 8912 |
public function setEntries($entries) |
| 8913 |
{ |
| 8914 |
$this->entries = $entries; |
| 8915 |
} |
| 8916 |
public function getEntries() |
| 8917 |
{ |
| 8918 |
return $this->entries; |
| 8919 |
} |
| 8920 |
public function setKind($kind) |
| 8921 |
{ |
| 8922 |
$this->kind = $kind; |
| 8923 |
} |
| 8924 |
public function getKind() |
| 8925 |
{ |
| 8926 |
return $this->kind; |
| 8927 |
} |
| 8928 |
} |
| 8929 |
|
| 8930 |
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry extends Google_Model |
| 8931 |
{ |
| 8932 |
protected $internal_gapi_mappings = array( |
| 8933 |
); |
| 8934 |
public $batchId; |
| 8935 |
protected $errorsType = 'Google_Service_ShoppingContent_Errors'; |
| 8936 |
protected $errorsDataType = ''; |
| 8937 |
public $kind; |
| 8938 |
protected $productStatusType = 'Google_Service_ShoppingContent_ProductStatus'; |
| 8939 |
protected $productStatusDataType = ''; |
| 8940 |
|
| 8941 |
|
| 8942 |
public function setBatchId($batchId) |
| 8943 |
{ |
| 8944 |
$this->batchId = $batchId; |
| 8945 |
} |
| 8946 |
public function getBatchId() |
| 8947 |
{ |
| 8948 |
return $this->batchId; |
| 8949 |
} |
| 8950 |
public function setErrors(Google_Service_ShoppingContent_Errors $errors) |
| 8951 |
{ |
| 8952 |
$this->errors = $errors; |
| 8953 |
} |
| 8954 |
public function getErrors() |
| 8955 |
{ |
| 8956 |
return $this->errors; |
| 8957 |
} |
| 8958 |
public function setKind($kind) |
| 8959 |
{ |
| 8960 |
$this->kind = $kind; |
| 8961 |
} |
| 8962 |
public function getKind() |
| 8963 |
{ |
| 8964 |
return $this->kind; |
| 8965 |
} |
| 8966 |
public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus) |
| 8967 |
{ |
| 8968 |
$this->productStatus = $productStatus; |
| 8969 |
} |
| 8970 |
public function getProductStatus() |
| 8971 |
{ |
| 8972 |
return $this->productStatus; |
| 8973 |
} |
| 8974 |
} |
| 8975 |
|
| 8976 |
class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_Collection |
| 8977 |
{ |
| 8978 |
protected $collection_key = 'resources'; |
| 8979 |
protected $internal_gapi_mappings = array( |
| 8980 |
); |
| 8981 |
public $kind; |
| 8982 |
public $nextPageToken; |
| 8983 |
protected $resourcesType = 'Google_Service_ShoppingContent_ProductStatus'; |
| 8984 |
protected $resourcesDataType = 'array'; |
| 8985 |
|
| 8986 |
|
| 8987 |
public function setKind($kind) |
| 8988 |
{ |
| 8989 |
$this->kind = $kind; |
| 8990 |
} |
| 8991 |
public function getKind() |
| 8992 |
{ |
| 8993 |
return $this->kind; |
| 8994 |
} |
| 8995 |
public function setNextPageToken($nextPageToken) |
| 8996 |
{ |
| 8997 |
$this->nextPageToken = $nextPageToken; |
| 8998 |
} |
| 8999 |
public function getNextPageToken() |
| 9000 |
{ |
| 9001 |
return $this->nextPageToken; |
| 9002 |
} |
| 9003 |
public function setResources($resources) |
| 9004 |
{ |
| 9005 |
$this->resources = $resources; |
| 9006 |
} |
| 9007 |
public function getResources() |
| 9008 |
{ |
| 9009 |
return $this->resources; |
| 9010 |
} |
| 9011 |
} |
| 9012 |
|
| 9013 |
class Google_Service_ShoppingContent_TestOrder extends Google_Collection |
| 9014 |
{ |
| 9015 |
protected $collection_key = 'promotions'; |
| 9016 |
protected $internal_gapi_mappings = array( |
| 9017 |
); |
| 9018 |
protected $customerType = 'Google_Service_ShoppingContent_TestOrderCustomer'; |
| 9019 |
protected $customerDataType = ''; |
| 9020 |
public $kind; |
| 9021 |
protected $lineItemsType = 'Google_Service_ShoppingContent_TestOrderLineItem'; |
| 9022 |
protected $lineItemsDataType = 'array'; |
| 9023 |
protected $paymentMethodType = 'Google_Service_ShoppingContent_TestOrderPaymentMethod'; |
| 9024 |
protected $paymentMethodDataType = ''; |
| 9025 |
public $predefinedDeliveryAddress; |
| 9026 |
protected $promotionsType = 'Google_Service_ShoppingContent_OrderPromotion'; |
| 9027 |
protected $promotionsDataType = 'array'; |
| 9028 |
protected $shippingCostType = 'Google_Service_ShoppingContent_Price'; |
| 9029 |
protected $shippingCostDataType = ''; |
| 9030 |
protected $shippingCostTaxType = 'Google_Service_ShoppingContent_Price'; |
| 9031 |
protected $shippingCostTaxDataType = ''; |
| 9032 |
public $shippingOption; |
| 9033 |
|
| 9034 |
|
| 9035 |
public function setCustomer(Google_Service_ShoppingContent_TestOrderCustomer $customer) |
| 9036 |
{ |
| 9037 |
$this->customer = $customer; |
| 9038 |
} |
| 9039 |
public function getCustomer() |
| 9040 |
{ |
| 9041 |
return $this->customer; |
| 9042 |
} |
| 9043 |
public function setKind($kind) |
| 9044 |
{ |
| 9045 |
$this->kind = $kind; |
| 9046 |
} |
| 9047 |
public function getKind() |
| 9048 |
{ |
| 9049 |
return $this->kind; |
| 9050 |
} |
| 9051 |
public function setLineItems($lineItems) |
| 9052 |
{ |
| 9053 |
$this->lineItems = $lineItems; |
| 9054 |
} |
| 9055 |
public function getLineItems() |
| 9056 |
{ |
| 9057 |
return $this->lineItems; |
| 9058 |
} |
| 9059 |
public function setPaymentMethod(Google_Service_ShoppingContent_TestOrderPaymentMethod $paymentMethod) |
| 9060 |
{ |
| 9061 |
$this->paymentMethod = $paymentMethod; |
| 9062 |
} |
| 9063 |
public function getPaymentMethod() |
| 9064 |
{ |
| 9065 |
return $this->paymentMethod; |
| 9066 |
} |
| 9067 |
public function setPredefinedDeliveryAddress($predefinedDeliveryAddress) |
| 9068 |
{ |
| 9069 |
$this->predefinedDeliveryAddress = $predefinedDeliveryAddress; |
| 9070 |
} |
| 9071 |
public function getPredefinedDeliveryAddress() |
| 9072 |
{ |
| 9073 |
return $this->predefinedDeliveryAddress; |
| 9074 |
} |
| 9075 |
public function setPromotions($promotions) |
| 9076 |
{ |
| 9077 |
$this->promotions = $promotions; |
| 9078 |
} |
| 9079 |
public function getPromotions() |
| 9080 |
{ |
| 9081 |
return $this->promotions; |
| 9082 |
} |
| 9083 |
public function setShippingCost(Google_Service_ShoppingContent_Price $shippingCost) |
| 9084 |
{ |
| 9085 |
$this->shippingCost = $shippingCost; |
| 9086 |
} |
| 9087 |
public function getShippingCost() |
| 9088 |
{ |
| 9089 |
return $this->shippingCost; |
| 9090 |
} |
| 9091 |
public function setShippingCostTax(Google_Service_ShoppingContent_Price $shippingCostTax) |
| 9092 |
{ |
| 9093 |
$this->shippingCostTax = $shippingCostTax; |
| 9094 |
} |
| 9095 |
public function getShippingCostTax() |
| 9096 |
{ |
| 9097 |
return $this->shippingCostTax; |
| 9098 |
} |
| 9099 |
public function setShippingOption($shippingOption) |
| 9100 |
{ |
| 9101 |
$this->shippingOption = $shippingOption; |
| 9102 |
} |
| 9103 |
public function getShippingOption() |
| 9104 |
{ |
| 9105 |
return $this->shippingOption; |
| 9106 |
} |
| 9107 |
} |
| 9108 |
|
| 9109 |
class Google_Service_ShoppingContent_TestOrderCustomer extends Google_Model |
| 9110 |
{ |
| 9111 |
protected $internal_gapi_mappings = array( |
| 9112 |
); |
| 9113 |
public $email; |
| 9114 |
public $explicitMarketingPreference; |
| 9115 |
public $fullName; |
| 9116 |
|
| 9117 |
|
| 9118 |
public function setEmail($email) |
| 9119 |
{ |
| 9120 |
$this->email = $email; |
| 9121 |
} |
| 9122 |
public function getEmail() |
| 9123 |
{ |
| 9124 |
return $this->email; |
| 9125 |
} |
| 9126 |
public function setExplicitMarketingPreference($explicitMarketingPreference) |
| 9127 |
{ |
| 9128 |
$this->explicitMarketingPreference = $explicitMarketingPreference; |
| 9129 |
} |
| 9130 |
public function getExplicitMarketingPreference() |
| 9131 |
{ |
| 9132 |
return $this->explicitMarketingPreference; |
| 9133 |
} |
| 9134 |
public function setFullName($fullName) |
| 9135 |
{ |
| 9136 |
$this->fullName = $fullName; |
| 9137 |
} |
| 9138 |
public function getFullName() |
| 9139 |
{ |
| 9140 |
return $this->fullName; |
| 9141 |
} |
| 9142 |
} |
| 9143 |
|
| 9144 |
class Google_Service_ShoppingContent_TestOrderLineItem extends Google_Model |
| 9145 |
{ |
| 9146 |
protected $internal_gapi_mappings = array( |
| 9147 |
); |
| 9148 |
protected $productType = 'Google_Service_ShoppingContent_TestOrderLineItemProduct'; |
| 9149 |
protected $productDataType = ''; |
| 9150 |
public $quantityOrdered; |
| 9151 |
protected $returnInfoType = 'Google_Service_ShoppingContent_OrderLineItemReturnInfo'; |
| 9152 |
protected $returnInfoDataType = ''; |
| 9153 |
protected $shippingDetailsType = 'Google_Service_ShoppingContent_OrderLineItemShippingDetails'; |
| 9154 |
protected $shippingDetailsDataType = ''; |
| 9155 |
protected $unitTaxType = 'Google_Service_ShoppingContent_Price'; |
| 9156 |
protected $unitTaxDataType = ''; |
| 9157 |
|
| 9158 |
|
| 9159 |
public function setProduct(Google_Service_ShoppingContent_TestOrderLineItemProduct $product) |
| 9160 |
{ |
| 9161 |
$this->product = $product; |
| 9162 |
} |
| 9163 |
public function getProduct() |
| 9164 |
{ |
| 9165 |
return $this->product; |
| 9166 |
} |
| 9167 |
public function setQuantityOrdered($quantityOrdered) |
| 9168 |
{ |
| 9169 |
$this->quantityOrdered = $quantityOrdered; |
| 9170 |
} |
| 9171 |
public function getQuantityOrdered() |
| 9172 |
{ |
| 9173 |
return $this->quantityOrdered; |
| 9174 |
} |
| 9175 |
public function setReturnInfo(Google_Service_ShoppingContent_OrderLineItemReturnInfo $returnInfo) |
| 9176 |
{ |
| 9177 |
$this->returnInfo = $returnInfo; |
| 9178 |
} |
| 9179 |
public function getReturnInfo() |
| 9180 |
{ |
| 9181 |
return $this->returnInfo; |
| 9182 |
} |
| 9183 |
public function setShippingDetails(Google_Service_ShoppingContent_OrderLineItemShippingDetails $shippingDetails) |
| 9184 |
{ |
| 9185 |
$this->shippingDetails = $shippingDetails; |
| 9186 |
} |
| 9187 |
public function getShippingDetails() |
| 9188 |
{ |
| 9189 |
return $this->shippingDetails; |
| 9190 |
} |
| 9191 |
public function setUnitTax(Google_Service_ShoppingContent_Price $unitTax) |
| 9192 |
{ |
| 9193 |
$this->unitTax = $unitTax; |
| 9194 |
} |
| 9195 |
public function getUnitTax() |
| 9196 |
{ |
| 9197 |
return $this->unitTax; |
| 9198 |
} |
| 9199 |
} |
| 9200 |
|
| 9201 |
class Google_Service_ShoppingContent_TestOrderLineItemProduct extends Google_Collection |
| 9202 |
{ |
| 9203 |
protected $collection_key = 'variantAttributes'; |
| 9204 |
protected $internal_gapi_mappings = array( |
| 9205 |
); |
| 9206 |
public $brand; |
| 9207 |
public $channel; |
| 9208 |
public $condition; |
| 9209 |
public $contentLanguage; |
| 9210 |
public $gtin; |
| 9211 |
public $imageLink; |
| 9212 |
public $itemGroupId; |
| 9213 |
public $mpn; |
| 9214 |
public $offerId; |
| 9215 |
protected $priceType = 'Google_Service_ShoppingContent_Price'; |
| 9216 |
protected $priceDataType = ''; |
| 9217 |
public $targetCountry; |
| 9218 |
public $title; |
| 9219 |
protected $variantAttributesType = 'Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute'; |
| 9220 |
protected $variantAttributesDataType = 'array'; |
| 9221 |
|
| 9222 |
|
| 9223 |
public function setBrand($brand) |
| 9224 |
{ |
| 9225 |
$this->brand = $brand; |
| 9226 |
} |
| 9227 |
public function getBrand() |
| 9228 |
{ |
| 9229 |
return $this->brand; |
| 9230 |
} |
| 9231 |
public function setChannel($channel) |
| 9232 |
{ |
| 9233 |
$this->channel = $channel; |
| 9234 |
} |
| 9235 |
public function getChannel() |
| 9236 |
{ |
| 9237 |
return $this->channel; |
| 9238 |
} |
| 9239 |
public function setCondition($condition) |
| 9240 |
{ |
| 9241 |
$this->condition = $condition; |
| 9242 |
} |
| 9243 |
public function getCondition() |
| 9244 |
{ |
| 9245 |
return $this->condition; |
| 9246 |
} |
| 9247 |
public function setContentLanguage($contentLanguage) |
| 9248 |
{ |
| 9249 |
$this->contentLanguage = $contentLanguage; |
| 9250 |
} |
| 9251 |
public function getContentLanguage() |
| 9252 |
{ |
| 9253 |
return $this->contentLanguage; |
| 9254 |
} |
| 9255 |
public function setGtin($gtin) |
| 9256 |
{ |
| 9257 |
$this->gtin = $gtin; |
| 9258 |
} |
| 9259 |
public function getGtin() |
| 9260 |
{ |
| 9261 |
return $this->gtin; |
| 9262 |
} |
| 9263 |
public function setImageLink($imageLink) |
| 9264 |
{ |
| 9265 |
$this->imageLink = $imageLink; |
| 9266 |
} |
| 9267 |
public function getImageLink() |
| 9268 |
{ |
| 9269 |
return $this->imageLink; |
| 9270 |
} |
| 9271 |
public function setItemGroupId($itemGroupId) |
| 9272 |
{ |
| 9273 |
$this->itemGroupId = $itemGroupId; |
| 9274 |
} |
| 9275 |
public function getItemGroupId() |
| 9276 |
{ |
| 9277 |
return $this->itemGroupId; |
| 9278 |
} |
| 9279 |
public function setMpn($mpn) |
| 9280 |
{ |
| 9281 |
$this->mpn = $mpn; |
| 9282 |
} |
| 9283 |
public function getMpn() |
| 9284 |
{ |
| 9285 |
return $this->mpn; |
| 9286 |
} |
| 9287 |
public function setOfferId($offerId) |
| 9288 |
{ |
| 9289 |
$this->offerId = $offerId; |
| 9290 |
} |
| 9291 |
public function getOfferId() |
| 9292 |
{ |
| 9293 |
return $this->offerId; |
| 9294 |
} |
| 9295 |
public function setPrice(Google_Service_ShoppingContent_Price $price) |
| 9296 |
{ |
| 9297 |
$this->price = $price; |
| 9298 |
} |
| 9299 |
public function getPrice() |
| 9300 |
{ |
| 9301 |
return $this->price; |
| 9302 |
} |
| 9303 |
public function setTargetCountry($targetCountry) |
| 9304 |
{ |
| 9305 |
$this->targetCountry = $targetCountry; |
| 9306 |
} |
| 9307 |
public function getTargetCountry() |
| 9308 |
{ |
| 9309 |
return $this->targetCountry; |
| 9310 |
} |
| 9311 |
public function setTitle($title) |
| 9312 |
{ |
| 9313 |
$this->title = $title; |
| 9314 |
} |
| 9315 |
public function getTitle() |
| 9316 |
{ |
| 9317 |
return $this->title; |
| 9318 |
} |
| 9319 |
public function setVariantAttributes($variantAttributes) |
| 9320 |
{ |
| 9321 |
$this->variantAttributes = $variantAttributes; |
| 9322 |
} |
| 9323 |
public function getVariantAttributes() |
| 9324 |
{ |
| 9325 |
return $this->variantAttributes; |
| 9326 |
} |
| 9327 |
} |
| 9328 |
|
| 9329 |
class Google_Service_ShoppingContent_TestOrderPaymentMethod extends Google_Model |
| 9330 |
{ |
| 9331 |
protected $internal_gapi_mappings = array( |
| 9332 |
); |
| 9333 |
public $expirationMonth; |
| 9334 |
public $expirationYear; |
| 9335 |
public $lastFourDigits; |
| 9336 |
public $predefinedBillingAddress; |
| 9337 |
public $type; |
| 9338 |
|
| 9339 |
|
| 9340 |
public function setExpirationMonth($expirationMonth) |
| 9341 |
{ |
| 9342 |
$this->expirationMonth = $expirationMonth; |
| 9343 |
} |
| 9344 |
public function getExpirationMonth() |
| 9345 |
{ |
| 9346 |
return $this->expirationMonth; |
| 9347 |
} |
| 9348 |
public function setExpirationYear($expirationYear) |
| 9349 |
{ |
| 9350 |
$this->expirationYear = $expirationYear; |
| 9351 |
} |
| 9352 |
public function getExpirationYear() |
| 9353 |
{ |
| 9354 |
return $this->expirationYear; |
| 9355 |
} |
| 9356 |
public function setLastFourDigits($lastFourDigits) |
| 9357 |
{ |
| 9358 |
$this->lastFourDigits = $lastFourDigits; |
| 9359 |
} |
| 9360 |
public function getLastFourDigits() |
| 9361 |
{ |
| 9362 |
return $this->lastFourDigits; |
| 9363 |
} |
| 9364 |
public function setPredefinedBillingAddress($predefinedBillingAddress) |
| 9365 |
{ |
| 9366 |
$this->predefinedBillingAddress = $predefinedBillingAddress; |
| 9367 |
} |
| 9368 |
public function getPredefinedBillingAddress() |
| 9369 |
{ |
| 9370 |
return $this->predefinedBillingAddress; |
| 9371 |
} |
| 9372 |
public function setType($type) |
| 9373 |
{ |
| 9374 |
$this->type = $type; |
| 9375 |
} |
| 9376 |
public function getType() |
| 9377 |
{ |
| 9378 |
return $this->type; |
| 9379 |
} |
| 9380 |
} |
| 9381 |
|
| 9382 |
class Google_Service_ShoppingContent_Weight extends Google_Model |
| 9383 |
{ |
| 9384 |
protected $internal_gapi_mappings = array( |
| 9385 |
); |
| 9386 |
public $unit; |
| 9387 |
public $value; |
| 9388 |
|
| 9389 |
|
| 9390 |
public function setUnit($unit) |
| 9391 |
{ |
| 9392 |
$this->unit = $unit; |
| 9393 |
} |
| 9394 |
public function getUnit() |
| 9395 |
{ |
| 9396 |
return $this->unit; |
| 9397 |
} |
| 9398 |
public function setValue($value) |
| 9399 |
{ |
| 9400 |
$this->value = $value; |
| 9401 |
} |
| 9402 |
public function getValue() |
| 9403 |
{ |
| 9404 |
return $this->value; |
| 9405 |
} |
| 9406 |
} |
| 9407 |
|