File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/payrexx/payrexx/lib/Payrexx/Models/Request/PaymentMethod.php
Back
<?php /** * PaymentMethod request model * * @copyright Payrexx AG * @author Payrexx Development Team <info@payrexx.com> */ namespace Payrexx\Models\Request; /** * PaymentMethod class * * @package Payrexx\Models\Request */ class PaymentMethod extends \Payrexx\Models\Base { /** @var string */ protected $filterCurrency; /** @var string */ protected $filterPaymentType; /** @var int */ protected $filterPsp; /** * @return string */ public function getFilterCurrency(): string { return $this->filterCurrency; } /** * @param string $filterCurrency */ public function setFilterCurrency(string $filterCurrency): void { $this->filterCurrency = $filterCurrency; } /** * @return string */ public function getFilterPaymentType(): string { return $this->filterPaymentType; } /** * @param string $filterPaymentType */ public function setFilterPaymentType(string $filterPaymentType): void { $this->filterPaymentType = $filterPaymentType; } /** * @return int */ public function getFilterPsp(): int { return $this->filterPsp; } /** * @param int $filterPsp */ public function setFilterPsp(int $filterPsp): void { $this->filterPsp = $filterPsp; } /** * {@inheritdoc} */ public function getResponseModel() { return new \Payrexx\Models\Response\PaymentMethod(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings