GenerateCustomerBillJob
in package
implements
ShouldQueue
uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Class GenerateCustomerBillJob
Job to generate monthly bills for a customer (Pelanggan).
Table of Contents
Interfaces
- ShouldQueue
Properties
- $customerId : int
Methods
- __construct() : mixed
- Create a new job instance.
- handle() : void
- Execute the job to generate monthly bills for the customer.
Properties
$customerId
private
int
$customerId
Methods
__construct()
Create a new job instance.
public
__construct(int $customerId) : mixed
Parameters
- $customerId : int
-
The ID of the customer to generate bills for.
handle()
Execute the job to generate monthly bills for the customer.
public
handle() : void