merchantAccountId = $merchantAccountId; } /** * @return string */ public function getMerchantAccountId() { return $this->merchantAccountId; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setQuantity($quantity) { $this->quantity = $quantity; } /** * @return string */ public function getQuantity() { return $this->quantity; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1TransactionDataItem::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1TransactionDataItem');