Payu\Request\LoyaltyInquiryRequest::__construct PHP Метод

__construct() публичный Метод

public __construct ( $card = null, $currency = null )
    public function __construct($card = null, $currency = null)
    {
        $this->date = gmdate('Y-m-d H:i:s');
        $this->setCard($card);
        $this->setCurrency($currency);
    }