Skip to main content

B1BizLedgerEntry

  • Represents a single business ledger entry, recording a financial event
    * with its category, amount, payer, payee, service/product reference, and timestamp.
PropertyTypeDescriptionMetadata
BizIdFB1EntityIdEntity ID of the HouseholdBiz that manages this ledger entry.
OccurredTicksint64Game tick timestamp when this entry occurred.
EventTypeEB1BizLedgerEventTypeWhether this entry is revenue or expense.
CategoryEB1BizLedgerCategoryCategory classifying the type of business transaction.
AmountNetint64Net amount of this entry (always positive; use EventType for direction).
Quantityint32Quantity of items or services involved in this entry.
UnitPriceint64Unit price of a single item or service.
PayerIdFB1EntityIdEntity ID of the party that paid (the account being debited).
PayeeIdFB1EntityIdEntity ID of the party that received payment (e.g., an employee).
ServiceIdFNameIdentifier of the service associated with this entry.
ProductIdFNameIdentifier of the product associated with this entry.
ProductEntityIdFB1EntityIdEntity ID of the product instance associated with this entry.