Documentation

ResellerPayment extends Model 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']

$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

        
On this page

Search results