NormalizeLiquidacionFacturaJob
        
        extends AbstractJob
    
    
            
            in package
            
        
    
            
            implements
                            JobInterface                    
    
    
Normalizador del documento liquidación de factura.
Attributes
- #[Job]
- $name: 'normalize_liquidacion_factura'
- $worker: 'normalizer'
- $component: 'document'
- $package: 'billing'
Table of Contents
Interfaces
- JobInterface
Properties
- $repositoryManager : RepositoryManagerInterface
Methods
- __construct() : mixed
- execute() : void
- {@inheritDoc}
Properties
$repositoryManager
        protected
            RepositoryManagerInterface
    $repositoryManager
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(RepositoryManagerInterface $repositoryManager) : mixed
    Parameters
- $repositoryManager : RepositoryManagerInterface
execute()
{@inheritDoc}
    public
                    execute(DocumentBagInterface $bag) : void
    Parameters
- $bag : DocumentBagInterface