Class OrderItemDownloadInformation

Class OrderItemDownloadInformation

Methods summary

public __construct( FilenameStringType $filename, IntType $maxDaysAllowed, IntType $countAvailable )

OrderItemDownloadInformation constructor.

public getFilename( void ) : string

Returns the Filename of the download.

public getMaxDaysAllowed( void ) : integer

Returns the number of days where downloads are possible.

public getCountAvailable( void ) : integer

Returns the number of possible downloads.

Properties summary

protected $filename : string

Filename

''
protected $maxDaysAllowed : integer

Maximal number of days for download.

0
protected $countAvailable : integer

Maximal number of possible downloads.

0