Verifactu-PHP

FiscalIdentifier extends Model
in package

Identificador fiscal

Tags
field

Caberecera/ObligadoEmision

field

Caberecera/Representante

Table of Contents

Properties

$name  : string
Nombre-razón social
$nif  : string
Número de identificación fiscal (NIF)

Methods

__construct()  : mixed
Class constructor
validate()  : void
Validate this instance

Properties

$name

Nombre-razón social

public string $name
Tags
field

NombreRazon

Attributes
#[Length]
$max: 120
#[NotBlank]

$nif

Número de identificación fiscal (NIF)

public string $nif
Tags
field

NIF

Attributes
#[Length]
$exactly: 9
#[NotBlank]

Methods

__construct()

Class constructor

public __construct([string|null $name = null ][, string|null $nif = null ]) : mixed
Parameters
$name : string|null = null

Name

$nif : string|null = null

NIF


        
On this page

Search results