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

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

public __construct ( $card = null, $order = null, $billing = null, $delivery = null, $basket = null )
    public function __construct($card = null, $order = null, $billing = null, $delivery = null, $basket = null)
    {
        $this->setCard($card);
        $this->setOrder($order);
        $this->setBilling($billing);
        $this->setDelivery($delivery);
        $this->setBasket($basket);
    }