Lines Matching refs:this

37       $data = $this->__call('get', array($params));
38 if ($this->useObjects()) {
56 $data = $this->__call('insert', array($params));
57 if ($this->useObjects()) {
75 $data = $this->__call('patch', array($params));
76 if ($this->useObjects()) {
93 $data = $this->__call('update', array($params));
94 if ($this->useObjects()) {
124 $data = $this->__call('changePlan', array($params));
125 if ($this->useObjects()) {
143 $data = $this->__call('changeRenewalSettings', array($params));
144 if ($this->useObjects()) {
162 $data = $this->__call('changeSeats', array($params));
163 if ($this->useObjects()) {
180 $data = $this->__call('delete', array($params));
194 $data = $this->__call('get', array($params));
195 if ($this->useObjects()) {
214 $data = $this->__call('insert', array($params));
215 if ($this->useObjects()) {
237 $data = $this->__call('list', array($params));
238 if ($this->useObjects()) {
255 $data = $this->__call('startPaidService', array($params));
256 if ($this->useObjects()) {
287 $this->servicePath = 'apps/reseller/v1/';
288 $this->version = 'v1';
289 $this->serviceName = 'reseller';
291 $client->addService($this->serviceName, $this->version);
292 …$this->customers = new Google_CustomersServiceResource($this, $this->serviceName, 'customers', jso…
293 …$this->subscriptions = new Google_SubscriptionsServiceResource($this, $this->serviceName, 'subscri…
312 $this->addressLine1 = $addressLine1;
315 return $this->addressLine1;
318 $this->addressLine2 = $addressLine2;
321 return $this->addressLine2;
324 $this->addressLine3 = $addressLine3;
327 return $this->addressLine3;
330 $this->contactName = $contactName;
333 return $this->contactName;
336 $this->countryCode = $countryCode;
339 return $this->countryCode;
342 $this->kind = $kind;
345 return $this->kind;
348 $this->locality = $locality;
351 return $this->locality;
354 $this->organizationName = $organizationName;
357 return $this->organizationName;
360 $this->postalCode = $postalCode;
363 return $this->postalCode;
366 $this->region = $region;
369 return $this->region;
381 $this->kind = $kind;
384 return $this->kind;
387 $this->planName = $planName;
390 return $this->planName;
393 $this->purchaseOrderId = $purchaseOrderId;
396 return $this->purchaseOrderId;
399 $this->seats = $seats;
402 return $this->seats;
417 $this->alternateEmail = $alternateEmail;
420 return $this->alternateEmail;
423 $this->customerDomain = $customerDomain;
426 return $this->customerDomain;
429 $this->customerId = $customerId;
432 return $this->customerId;
435 $this->kind = $kind;
438 return $this->kind;
441 $this->phoneNumber = $phoneNumber;
444 return $this->phoneNumber;
447 $this->postalAddress = $postalAddress;
450 return $this->postalAddress;
453 $this->resourceUiUrl = $resourceUiUrl;
456 return $this->resourceUiUrl;
464 $this->kind = $kind;
467 return $this->kind;
470 $this->renewalType = $renewalType;
473 return $this->renewalType;
482 $this->kind = $kind;
485 return $this->kind;
488 $this->maximumNumberOfSeats = $maximumNumberOfSeats;
491 return $this->maximumNumberOfSeats;
494 $this->numberOfSeats = $numberOfSeats;
497 return $this->numberOfSeats;
526 $this->creationTime = $creationTime;
529 return $this->creationTime;
532 $this->customerId = $customerId;
535 return $this->customerId;
538 $this->kind = $kind;
541 return $this->kind;
544 $this->plan = $plan;
547 return $this->plan;
550 $this->purchaseOrderId = $purchaseOrderId;
553 return $this->purchaseOrderId;
556 $this->renewalSettings = $renewalSettings;
559 return $this->renewalSettings;
562 $this->resourceUiUrl = $resourceUiUrl;
565 return $this->resourceUiUrl;
568 $this->seats = $seats;
571 return $this->seats;
574 $this->skuId = $skuId;
577 return $this->skuId;
580 $this->status = $status;
583 return $this->status;
586 $this->subscriptionId = $subscriptionId;
589 return $this->subscriptionId;
592 $this->transferInfo = $transferInfo;
595 return $this->transferInfo;
598 $this->trialSettings = $trialSettings;
601 return $this->trialSettings;
612 $this->commitmentInterval = $commitmentInterval;
615 return $this->commitmentInterval;
618 $this->isCommitmentPlan = $isCommitmentPlan;
621 return $this->isCommitmentPlan;
624 $this->planName = $planName;
627 return $this->planName;
635 $this->endTime = $endTime;
638 return $this->endTime;
641 $this->startTime = $startTime;
644 return $this->startTime;
651 $this->transferabilityExpirationTime = $transferabilityExpirationTime;
654 return $this->transferabilityExpirationTime;
662 $this->isInTrial = $isInTrial;
665 return $this->isInTrial;
668 $this->trialEndTime = $trialEndTime;
671 return $this->trialEndTime;
682 $this->kind = $kind;
685 return $this->kind;
688 $this->nextPageToken = $nextPageToken;
691 return $this->nextPageToken;
694 $this->assertIsArray($subscriptions, 'Google_Subscription', __METHOD__);
695 $this->subscriptions = $subscriptions;
698 return $this->subscriptions;