StoreInvoiceDetail extends Model
Table of Contents
Properties
$fillable
protected
mixed
$fillable
= ['store_invoice_id', 'description', 'breakdown', 'raw_amount', 'tax_amount', 'tax']
$hidden
protected
mixed
$hidden
= ['updated_at', 'created_at']
$table
protected
mixed
$table
= 'store_invoice_detail'
Methods
invoice()
public
invoice() : BelongsTo