oxonlinelicensecheckrequest.php

Go to the documentation of this file.
00001 <?php
00002 
00011 class oxOnlineLicenseCheckRequest extends oxOnlineRequest
00012 {
00018     public $pVersion = '1.1';
00019 
00025     public $keys;
00026 
00032     public $revision;
00033 
00040     public $productSpecificInformation;
00041 }