GeneralInfo
in package
Represents the general information about a company based on the ANAF API response structure
Table of Contents
Properties
- $act : string
- $adresa : string
- $cod_CAEN : string
- $codPostal : string
- $cui : string
- $data : string
- $denumire : string
- $fax : string
- $forma_de_proprietate : string
- $forma_juridica : string
- $forma_organizare : string
- $iban : string
- $nrRegCom : string
- $organFiscalCompetent : string
- $stare_inregistrare : string
- $statusRO_e_Factura : bool
- $telefon : string
Methods
- CreateFromParsed() : GeneralInfo|null
- Creates an instance of GeneralInfo and copies fields from the srdClass instance
Properties
$act
public
string
$act
= ""
$adresa
public
string
$adresa
= ""
$cod_CAEN
public
string
$cod_CAEN
= ""
$codPostal
public
string
$codPostal
= ""
$cui
public
string
$cui
= ""
$data
public
string
$data
= ""
$denumire
public
string
$denumire
= ""
$fax
public
string
$fax
= ""
$forma_de_proprietate
public
string
$forma_de_proprietate
= ""
$forma_juridica
public
string
$forma_juridica
= ""
$forma_organizare
public
string
$forma_organizare
= ""
$iban
public
string
$iban
= ""
$nrRegCom
public
string
$nrRegCom
= ""
$organFiscalCompetent
public
string
$organFiscalCompetent
= ""
$stare_inregistrare
public
string
$stare_inregistrare
= ""
$statusRO_e_Factura
public
bool
$statusRO_e_Factura
= false
$telefon
public
string
$telefon
= ""
Methods
CreateFromParsed()
Creates an instance of GeneralInfo and copies fields from the srdClass instance
public
static CreateFromParsed(stdClass $parsed) : GeneralInfo|null
Parameters
- $parsed : stdClass