<?php
namespace SureCart\Models;
/**
* Price model
*/
class Download extends Model {
/**
* Rest API endpoint
*
* @var string
*/
protected $endpoint = 'downloads';
/**
* Object name
*
* @var string
*/
protected $object_name = 'download';
}