$invoice = Invoice::create('FAC-FACE-001')
Party::company('B12345678', 'Consultoría IT S.L.')
->address('C/ Serrano, 25', '28001', 'Madrid', 'Madrid')
Party::company('S2800001A', 'Ministerio de Educación')
->address('C/ Alcalá, 36', '28014', 'Madrid', 'Madrid')
->centre('01', 'EA0001234')
->centre('02', 'EA0001234')
->centre('03', 'EA0001234')
->line('Consultoría sistema educativo', price: 15000.00, vat: 21)
->line('Licencias software (50 usuarios)', price: 5000.00, vat: 21)
iban: 'ES91 2100 0418 4502 0005 1332',
->legalLiteral('Factura destinada a Administración Pública. Ley 25/2013.')
->export('factura-face.xsig');