billingAddress = $billingAddress; } /** * @return GoogleCloudRecaptchaenterpriseV1TransactionDataAddress */ public function getBillingAddress() { return $this->billingAddress; } /** * @param string */ public function setCardBin($cardBin) { $this->cardBin = $cardBin; } /** * @return string */ public function getCardBin() { return $this->cardBin; } /** * @param string */ public function setCardLastFour($cardLastFour) { $this->cardLastFour = $cardLastFour; } /** * @return string */ public function getCardLastFour() { return $this->cardLastFour; } /** * @param string */ public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } /** * @return string */ public function getCurrencyCode() { return $this->currencyCode; } /** * @param GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo */ public function setGatewayInfo(GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo $gatewayInfo) { $this->gatewayInfo = $gatewayInfo; } /** * @return GoogleCloudRecaptchaenterpriseV1TransactionDataGatewayInfo */ public function getGatewayInfo() { return $this->gatewayInfo; } /** * @param GoogleCloudRecaptchaenterpriseV1TransactionDataItem[] */ public function setItems($items) { $this->items = $items; } /** * @return GoogleCloudRecaptchaenterpriseV1TransactionDataItem[] */ public function getItems() { return $this->items; } /** * @param GoogleCloudRecaptchaenterpriseV1TransactionDataUser[] */ public function setMerchants($merchants) { $this->merchants = $merchants; } /** * @return GoogleCloudRecaptchaenterpriseV1TransactionDataUser[] */ public function getMerchants() { return $this->merchants; } /** * @param string */ public function setPaymentMethod($paymentMethod) { $this->paymentMethod = $paymentMethod; } /** * @return string */ public function getPaymentMethod() { return $this->paymentMethod; } /** * @param GoogleCloudRecaptchaenterpriseV1TransactionDataAddress */ public function setShippingAddress(GoogleCloudRecaptchaenterpriseV1TransactionDataAddress $shippingAddress) { $this->shippingAddress = $shippingAddress; } /** * @return GoogleCloudRecaptchaenterpriseV1TransactionDataAddress */ public function getShippingAddress() { return $this->shippingAddress; } public function setShippingValue($shippingValue) { $this->shippingValue = $shippingValue; } public function getShippingValue() { return $this->shippingValue; } /** * @param string */ public function setTransactionId($transactionId) { $this->transactionId = $transactionId; } /** * @return string */ public function getTransactionId() { return $this->transactionId; } /** * @param GoogleCloudRecaptchaenterpriseV1TransactionDataUser */ public function setUser(GoogleCloudRecaptchaenterpriseV1TransactionDataUser $user) { $this->user = $user; } /** * @return GoogleCloudRecaptchaenterpriseV1TransactionDataUser */ public function getUser() { return $this->user; } 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(GoogleCloudRecaptchaenterpriseV1TransactionData::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1TransactionData');