LedgerBalance
extends Model
in package
Uses
HasFactory
Ledger balance (by currency)
Tags
Table of Contents
- $balance : string
- $created_at : Carbon
- $currency : string
- $domainUuid : string
- $id : int
- $ledgerUuid : string
- $updated_at : Carbon
Properties
$balance
public
string
$balance
The current balance, a BCD string.
$created_at
public
Carbon
$created_at
When the record was created.
$currency
public
string
$currency
The currency code for this balance
$domainUuid
public
string
$domainUuid
The organizational unit (department/division/etc.) UUID
$id
public
int
$id
Primary key
$ledgerUuid
public
string
$ledgerUuid
ID of the ledger this balance applies to.
$updated_at
public
Carbon
$updated_at
When the record was updated.