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
- integrateWithVerifacti() : void
- Integrar la factura con Verifacti
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
= 'invoice: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
Return values
int —integrateWithVerifacti()
Integrar la factura con Verifacti
private
integrateWithVerifacti(BookingInvoice $invoice) : void
Parameters
- $invoice : BookingInvoice