VatType
in package
implements
JsonSerializable, VatType
Class VatType
Tags
Table of Contents
Interfaces
- JsonSerializable
- VatType
Properties
- $description : mixed
- $id : int|null
- $name : mixed
Methods
- getDescription() : string
- getId() : int
- getName() : string
- jsonSerialize() : array<string|int, mixed>
Properties
$description
private
mixed
$description
Tags
$id
private
int|null
$id
Tags
$name
private
mixed
$name
Tags
Methods
getDescription()
public
getDescription() : string
Return values
string —$desciption
getId()
public
getId() : int
Return values
int —$id
getName()
public
getName() : string
Return values
string —$name
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>