DatevUserOption
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $client : Client
- $country : Country|null
- $datevSkrOption : string|null
- $id : int|null
- $isUsingCustom : bool
Methods
- getClient() : Client
- getCountry() : Country|null
- getDatevSkrOption() : string|null
- getId() : int|null
- getIsUsingCustom() : bool|null
- jsonSerialize() : mixed
- setClient() : mixed
- setCountry() : void
- setDatevSkrOption() : void
- setId() : void
- setIsUsingCustom() : void
Properties
$client
private
Client
$client
Tags
$country
private
Country|null
$country
Tags
$datevSkrOption
private
string|null
$datevSkrOption
Tags
$id
private
int|null
$id
Tags
$isUsingCustom
private
bool
$isUsingCustom
Tags
Methods
getClient()
public
getClient() : Client
Return values
ClientgetCountry()
public
getCountry() : Country|null
Return values
Country|nullgetDatevSkrOption()
public
getDatevSkrOption() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetIsUsingCustom()
public
getIsUsingCustom() : bool|null
Return values
bool|nulljsonSerialize()
public
jsonSerialize() : mixed
setClient()
public
setClient(Client $client) : mixed
Parameters
- $client : Client
setCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setDatevSkrOption()
public
setDatevSkrOption(string|null $datevSkrOption) : void
Parameters
- $datevSkrOption : string|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setIsUsingCustom()
public
setIsUsingCustom(bool|null $isUsingCustom) : void
Parameters
- $isUsingCustom : bool|null