/var/www/flurhymez/vendor/google/apiclient-services/src/Cloudbilling
NameSizeModeActions
Resource/-0755rm
AggregationInfo.php18200644editdlrm
AuditConfig.php15320644editdlrm
AuditLogConfig.php14770644editdlrm
BillingAccount.php19420644editdlrm
Binding.php16700644editdlrm
Category.php20350644editdlrm
Expr.php18830644editdlrm
GeoTaxonomy.php13830644editdlrm
ListBillingAccountsResponse.php16220644editdlrm
ListProjectBillingInfoResponse.php16700644editdlrm
ListServicesResponse.php15170644editdlrm
ListSkusResponse.php14570644editdlrm
Money.php15870644editdlrm
Policy.php20060644editdlrm
PricingExpression.php29580644editdlrm
PricingInfo.php24680644editdlrm
ProjectBillingInfo.php19960644editdlrm
Service.php19480644editdlrm
SetIamPolicyRequest.php14250644editdlrm
Sku.php32680644editdlrm
TestIamPermissionsRequest.php12230644editdlrm
TestIamPermissionsResponse.php12260644editdlrm
TierRate.php13620644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Cloudbilling/ProjectBillingInfo.php (1996B)
billingAccountName = $billingAccountName; } /** * @return string */ public function getBillingAccountName() { return $this->billingAccountName; } /** * @param bool */ public function setBillingEnabled($billingEnabled) { $this->billingEnabled = $billingEnabled; } /** * @return bool */ public function getBillingEnabled() { return $this->billingEnabled; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectBillingInfo::class, 'Google_Service_Cloudbilling_ProjectBillingInfo');