Bank
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- getBankCodeAttribute() : string
- Get the bank code.
- getBankNameAttribute() : string
- Get the bank name.
- getIconAttribute() : string|null
- Get the icon representing the bank.
Properties
$fillable
protected
mixed
$fillable
= ['bank_name', 'bank_code', 'icon']
$table
The attributes that are mass assignable.
protected
mixed
$table
= 'bank'
Methods
getBankCodeAttribute()
Get the bank code.
public
getBankCodeAttribute() : string
Return values
stringgetBankNameAttribute()
Get the bank name.
public
getBankNameAttribute() : string
Return values
stringgetIconAttribute()
Get the icon representing the bank.
public
getIconAttribute() : string|null