StoreInvoice
extends Model
Uses
SoftDeletes
Table of Contents
-
$casts
: mixed
-
$fillable
: mixed
-
$hidden
: mixed
-
$table
: mixed
-
details()
: HasMany
-
getInvoiceSerieAttribute()
: mixed
-
store()
: BelongsTo
-
verifacti()
: HasOne
$casts
protected
mixed
$casts
= ['payment_intent' => 'object', 'amount' => 'float', 'taxes' => 'float']
$fillable
protected
mixed
$fillable
= ['store_id', 'invoice_serie', 'invoice_number', 'taxes', 'amount', 'invoice_date', 'status', 'payment_intent']
$hidden
protected
mixed
$hidden
= ['updated_at', 'deleted_at']
$table
protected
mixed
$table
= 'store_invoices'
details()
public
details() : HasMany
Return values
HasMany
—
getInvoiceSerieAttribute()
public
getInvoiceSerieAttribute(mixed $value) : mixed
Parameters
-
$value
: mixed
-
Return values
mixed
—
store()
public
store() : BelongsTo
Return values
BelongsTo
—
verifacti()
public
verifacti() : HasOne
Return values
HasOne
—