ResellerPayment
extends Model
in package
uses
HasFactory
Class ResellerPayment
Represents the Reseller Payment model.
Table of Contents
Properties
- $appends : mixed
- $id_minimum_revenue : int
- $nominal_paket : float
- $nominal_paket_format : string
- $qty : int
- $total_invoice : float
- $total_invoice_format : string
- $total_ppn : float
- $total_ppn_format : string
- $total_revenue : float
- $total_revenue_format : string
- $fillable : mixed
- The attributes that are mass assignable.
Methods
- getNominalPaketFormatAttribute() : mixed
- getTotalInvoiceFormatAttribute() : mixed
- getTotalPpnFormatAttribute() : mixed
- getTotalRevenueFormatAttribute() : mixed
Properties
$appends
public
mixed
$appends
= ['nominal_paket_format', 'total_invoice_format', 'total_ppn_format', 'total_revenue_format']
$id_minimum_revenue
public
int
$id_minimum_revenue
$nominal_paket
public
float
$nominal_paket
$nominal_paket_format read-only
public
string
$nominal_paket_format
$qty
public
int
$qty
$total_invoice
public
float
$total_invoice
$total_invoice_format read-only
public
string
$total_invoice_format
$total_ppn
public
float
$total_ppn
$total_ppn_format read-only
public
string
$total_ppn_format
$total_revenue
public
float
$total_revenue
$total_revenue_format read-only
public
string
$total_revenue_format
$fillable
The attributes that are mass assignable.
protected
mixed
$fillable
= ['id_minimum_revenue', 'nominal_paket', 'qty', 'total_invoice', 'total_ppn', 'total_revenue']
Methods
getNominalPaketFormatAttribute()
public
getNominalPaketFormatAttribute() : mixed
getTotalInvoiceFormatAttribute()
public
getTotalInvoiceFormatAttribute() : mixed
getTotalPpnFormatAttribute()
public
getTotalPpnFormatAttribute() : mixed
getTotalRevenueFormatAttribute()
public
getTotalRevenueFormatAttribute() : mixed