UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_64113a7a192d
/
app
/
Models
/
Config
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Boleto.php
<?php namespace EstudioLMS\Models\Config; use Illuminate\Database\Eloquent\Model; /** * EstudioLMS\Models\Config\Boleto * * @property int $id * @property float $assessment * @property float $interest * @property int $interest_after * @property int $protest_after_days * @property string $bank * @property string $agency * @property string $agency_dv * @property string $account * @property string $account_dv * @property float $bank_fee * @property float $other_fee * @property bool $add_bank_fee * @property string $wallet * @property string $wallet_variation * @property string $agreement * @property string $range * @property string $customer_code * @property string $ios * @property string $description_line_1 * @property string $description_line_2 * @property string $description_line_3 * @property string $description_line_4 * @property string $description_line_5 * @property string $instructions_line_1 * @property string $instructions_line_2 * @property string $instructions_line_3 * @property string $instructions_line_4 * @property string $instructions_line_5 * @property bool $acceptance * @property string $doc_species * @property int $block_after_days * @property bool $published * @property \Carbon\Carbon $created_at * @property \Carbon\Carbon $updated_at * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAcceptance($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAccount($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAccountDv($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAddBankFee($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAgency($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAgencyDv($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAgreement($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereAssessment($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereBank($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereBankFee($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereBlockAfterDays($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereCreatedAt($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereCustomerCode($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereDescriptionLine1($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereDescriptionLine2($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereDescriptionLine3($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereDescriptionLine4($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereDescriptionLine5($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereDocSpecies($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereId($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInstructionsLine1($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInstructionsLine2($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInstructionsLine3($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInstructionsLine4($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInstructionsLine5($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInterest($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereInterestAfter($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereIos($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereOtherFee($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereProtestAfterDays($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto wherePublished($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereRange($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereUpdatedAt($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereWallet($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Boleto whereWalletVariation($value) * @mixin \Eloquent */ class Boleto extends Model { protected $fillable = [ 'bank', 'agency', 'agency_dv', 'account', 'account_dv', 'bank_fee', 'other_fee', 'add_bank_fee', 'logo', 'assessment', 'interest', 'interest_after', 'protest_after_days', 'wallet', 'wallet_variation', 'agreement', 'range', 'customer_code', 'ios', 'description_line_1', 'description_line_2', 'description_line_3', 'description_line_4', 'description_line_5', 'instructions_line_1', 'instructions_line_2', 'instructions_line_3', 'instructions_line_4', 'instructions_line_5', 'acceptance', 'doc_species', 'published' ]; }
Copyright © 2026 - UnknownSec