TurnoverCorrect
in package
implements
JsonSerializable
Class TurnoverCorrect
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $channel : Channel
- $channelId : mixed
- $client : Client
- $country : Country
- $countryId : mixed
- $eventDate : DateTime
- $gross : float
- $id : int|null
- $net : float
Methods
- getChannel() : Channel
- getChannelId() : int
- Get the value of channelId
- getClient() : Client
- Get $client
- getCountry() : Country
- getCountryId() : int
- Get the value of countryId
- getEventDate() : DateTime
- getGross() : float
- getId() : int
- Get $id
- getNet() : float
- getUser() : Client
- jsonSerialize() : array<string|int, mixed>
Properties
$channel
private
Channel
$channel
Tags
$channelId
private
mixed
$channelId
Tags
$client
private
Client
$client
Tags
$country
private
Country
$country
Tags
$countryId
private
mixed
$countryId
Tags
$eventDate
private
DateTime
$eventDate
Tags
$gross
private
float
$gross
Tags
$id
private
int|null
$id
Tags
$net
private
float
$net
Tags
Methods
getChannel()
public
getChannel() : Channel
Return values
Channel —$channel
getChannelId()
Get the value of channelId
public
getChannelId() : int
Return values
intgetClient()
Get $client
public
getClient() : Client
Return values
ClientgetCountry()
public
getCountry() : Country
Return values
Country —$country
getCountryId()
Get the value of countryId
public
getCountryId() : int
Return values
intgetEventDate()
public
getEventDate() : DateTime
Return values
DateTime —$eventDate
getGross()
public
getGross() : float
Return values
float —$gross
getId()
Get $id
public
getId() : int
Return values
int —$id
getNet()
public
getNet() : float
Return values
float —$net
getUser()
public
getUser() : Client
Return values
Client —$client
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>