/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reseller
NameSizeModeActions
Resource/-0755rm
Address.php25160644editdlrm
ChangePlanRequest.php17350644editdlrm
Customer.php25110644editdlrm
RenewalSettings.php10030644editdlrm
ResellernotifyGetwatchdetailsResponse.php12460644editdlrm
ResellernotifyResource.php8540644editdlrm
Seats.php15220644editdlrm
Subscription.php54130644editdlrm
SubscriptionPlan.php16490644editdlrm
SubscriptionPlanCommitmentInterval.php10290644editdlrm
Subscriptions.php14930644editdlrm
SubscriptionTransferInfo.php12780644editdlrm
SubscriptionTrialSettings.php10550644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reseller/Customer.php (2511B)
alternateEmail = $alternateEmail; } public function getAlternateEmail() { return $this->alternateEmail; } public function setCustomerDomain($customerDomain) { $this->customerDomain = $customerDomain; } public function getCustomerDomain() { return $this->customerDomain; } public function setCustomerDomainVerified($customerDomainVerified) { $this->customerDomainVerified = $customerDomainVerified; } public function getCustomerDomainVerified() { return $this->customerDomainVerified; } public function setCustomerId($customerId) { $this->customerId = $customerId; } public function getCustomerId() { return $this->customerId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPhoneNumber($phoneNumber) { $this->phoneNumber = $phoneNumber; } public function getPhoneNumber() { return $this->phoneNumber; } /** * @param Google_Service_Reseller_Address */ public function setPostalAddress(Google_Service_Reseller_Address $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_Reseller_Address */ public function getPostalAddress() { return $this->postalAddress; } public function setResourceUiUrl($resourceUiUrl) { $this->resourceUiUrl = $resourceUiUrl; } public function getResourceUiUrl() { return $this->resourceUiUrl; } }