BillService
in package
Class BillService
Provides services related to Bill management for Pelanggan.
Table of Contents
Methods
- getTotalBillsCurrentMonth() : float
- Get the total amount of bills for the current month and year for the authenticated user.
Methods
getTotalBillsCurrentMonth()
Get the total amount of bills for the current month and year for the authenticated user.
public
getTotalBillsCurrentMonth() : float
Return values
float —The sum of total bills for the current month and year.