PayPal\EBLBaseComponents\AuthorizationRequestType::__construct PHP Метод

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

Constructor with arguments
public __construct ( $IsRequested = null )
    public function __construct($IsRequested = null)
    {
        $this->IsRequested = $IsRequested;
    }
AuthorizationRequestType