SyncInvoicesWithVerifactiCommand extends Command
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- handle() : mixed
- Execute the console command.
- checkInvoiceStatus() : int
Properties
$description
The console command description.
protected
string
$description
= 'Sincronizar facturas pendientes con Verifacti'
$signature
The name and signature of the console command.
protected
string
$signature
= 'invoices:sync-verifacti
{--checkstatus : Verificar estado de facturas en Verifacti}'
Methods
handle()
Execute the console command.
public
handle() : mixed
Return values
mixed —checkInvoiceStatus()
private
checkInvoiceStatus() : int