phpDocumentor

BusinessInformation

Class BusinessInformation

Table of Contents

$companyName  : string
$isTradesperson  : bool
$isValidVatId  : bool
$vatId  : string
__construct()  : mixed
companyName()  : string
create()  : BusinessInformation
isTradesperson()  : bool
isValidVatId()  : bool
toArray()  : array<string|int, mixed>
vatId()  : string

Properties

Methods

__construct()

public __construct(string $companyName, string $vatId, bool $isTradesperson, bool $isValidVatId) : mixed
Parameters
$companyName : string
$vatId : string
$isTradesperson : bool
$isValidVatId : bool
Return values
mixed

create()

public static create([string $companyName = '' ][, string $vatId = '' ][, bool $isTradesperson = false ][, bool $isValidVatId = false ]) : BusinessInformation
Parameters
$companyName : string = ''
$vatId : string = ''
$isTradesperson : bool = false
$isValidVatId : bool = false
Return values
BusinessInformation

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results