Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?PHP
/**
 * Model for a eBay transaction
 *
 *
 * @package Services_Ebay
 * @author  Stephan Schmidt <schst@php.net>
 *
 * @todo    build buyer object
 */
class Services_Ebay_Model_Transaction extends Services_Ebay_Model
{
}
?>