HEX
Server: LiteSpeed
System: Linux cluster02.load-balancer.x2.network 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: kbdhpghp (1098)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/kbdhpghp/www/aqualander/wp-content/plugins/infixs-correios-automatico/src/Models/Prepost.php
<?php

namespace Infixs\CorreiosAutomatico\Models;

use Infixs\WordpressEloquent\Model;

defined( 'ABSPATH' ) || exit;

/**
 * Prepost model.
 *
 * @package Infixs\CorreiosAutomatico
 * @since   1.0.0
 * 
 * @property int $id
 * @property int $order_id
 * @property string $external_id
 * @property string $object_code
 * @property string $service_code
 * @property string $payment_type
 * @property string $status
 * @property string $status_label
 * @property string $expire_at
 * @property string $updated_at
 * @property string $created_at
 * @property string $cancelled_at
 * 
 */
class Prepost extends Model {
	protected $prefix = 'infixs_correios_automatico_';
}