withdrawalRightType = $withdrawalRightType; } /** * @return self::WITHDRAWAL_RIGHT_TYPE_* */ public function getWithdrawalRightType() { return $this->withdrawalRightType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PurchaseOptionTaxAndComplianceSettings::class, 'Google_Service_AndroidPublisher_PurchaseOptionTaxAndComplianceSettings');