InvoiceVerifactu extends Model
Table of Contents
- $appends : mixed
- $casts : mixed
- $fillable : mixed
- $table : mixed
- getVerifactiQrImageAttribute() : string|null
- Accessor para obtener la imagen QR de Verifacti como data URL
Properties
$appends
protected
mixed
$appends
= ['verifacti_qr_image']
$casts
protected
mixed
$casts
= ['synced_at' => 'datetime', 'cancelled_at' => 'datetime', 'last_error_at' => 'datetime', 'attempts' => 'integer']
$fillable
protected
mixed
$fillable
= ['booking_invoice_id', 'uuid', 'qr_url', 'qr_base64', 'status', 'cancellation_uuid', 'synced_at', 'cancelled_at', 'attempts', 'last_error', 'last_error_at', 'serie', 'numero']
$table
protected
mixed
$table
= 'invoice_verifactu'
Methods
getVerifactiQrImageAttribute()
Accessor para obtener la imagen QR de Verifacti como data URL
public
getVerifactiQrImageAttribute() : string|null