/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Reseller
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Reseller/Customer.php (3865B)
alternateEmail = $alternateEmail;
}
/**
* @return string
*/
public function getAlternateEmail()
{
return $this->alternateEmail;
}
/**
* @param string
*/
public function setCustomerDomain($customerDomain)
{
$this->customerDomain = $customerDomain;
}
/**
* @return string
*/
public function getCustomerDomain()
{
return $this->customerDomain;
}
/**
* @param bool
*/
public function setCustomerDomainVerified($customerDomainVerified)
{
$this->customerDomainVerified = $customerDomainVerified;
}
/**
* @return bool
*/
public function getCustomerDomainVerified()
{
return $this->customerDomainVerified;
}
/**
* @param string
*/
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
/**
* @return string
*/
public function getCustomerId()
{
return $this->customerId;
}
/**
* @param string
*/
public function setCustomerType($customerType)
{
$this->customerType = $customerType;
}
/**
* @return string
*/
public function getCustomerType()
{
return $this->customerType;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param string
*/
public function setPhoneNumber($phoneNumber)
{
$this->phoneNumber = $phoneNumber;
}
/**
* @return string
*/
public function getPhoneNumber()
{
return $this->phoneNumber;
}
/**
* @param Address
*/
public function setPostalAddress(Address $postalAddress)
{
$this->postalAddress = $postalAddress;
}
/**
* @return Address
*/
public function getPostalAddress()
{
return $this->postalAddress;
}
/**
* @param PrimaryAdmin
*/
public function setPrimaryAdmin(PrimaryAdmin $primaryAdmin)
{
$this->primaryAdmin = $primaryAdmin;
}
/**
* @return PrimaryAdmin
*/
public function getPrimaryAdmin()
{
return $this->primaryAdmin;
}
/**
* @param string
*/
public function setResourceUiUrl($resourceUiUrl)
{
$this->resourceUiUrl = $resourceUiUrl;
}
/**
* @return string
*/
public function getResourceUiUrl()
{
return $this->resourceUiUrl;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Customer::class, 'Google_Service_Reseller_Customer');