Documentation

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

$forma_de_proprietate

public string $forma_de_proprietate = ""

$forma_organizare

public string $forma_organizare = ""

$organFiscalCompetent

public string $organFiscalCompetent = ""

$stare_inregistrare

public string $stare_inregistrare = ""

$statusRO_e_Factura

public bool $statusRO_e_Factura = false

Methods

CreateFromParsed()

Creates an instance of GeneralInfo and copies fields from the srdClass instance

public static CreateFromParsed(stdClass $parsed) : GeneralInfo|null
Parameters
$parsed : stdClass
Return values
GeneralInfo|null

        
On this page

Search results