MerchandiseOrderDetail
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- getPriceFormattedAttribute() : string
Properties
$appends
public
mixed
$appends
= ['price_formatted']
$fillable
protected
mixed
$fillable
= ['merchandise_name', 'qty', 'price', 'merchandise_order_id']
Methods
getPriceFormattedAttribute()
public
getPriceFormattedAttribute() : string