Documentation

StoreInvoiceData extends Model Uses SoftDeletes

Table of Contents

$fillable  : mixed
$hidden  : array<string|int, mixed>
The attributes excluded from the model's JSON form.
$table  : mixed
store()  : BelongsTo

Properties

$fillable

protected mixed $fillable = ['store_id', 'identification_number', 'legal_name', 'fiscal_address', 'amount']

$hidden

The attributes excluded from the model's JSON form.

protected array<string|int, mixed> $hidden = ['updated_at', 'created_at', 'deleted_at']

Methods

Search results