for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Payments\Models\PurchaseSessions;
use ByTIC\Payments\Models\AbstractModels\AbstractRecord;
/**
* Class PurchaseSession
* @package ByTIC\Payments\Models\PurchaseSessions
*/
class PurchaseSession extends AbstractRecord
{
use PurchaseSessionTrait;
ByTIC\Payments\Models\Pu...ns\PurchaseSessionTrait
ByTIC\Payments\Models\Pu...essions\PurchaseSession
$timestamp
$timestamps
$status
}