UserVatOptOut
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$fromCountryId
: int
-
$id
: int
-
$startDate
: string
-
$toCountryId
: int
-
$userId
: int
Methods
-
getFromCountryId()
: mixed
-
getId()
: mixed
-
getStartDate()
: mixed
-
getToCountryId()
: mixed
-
getUserId()
: mixed
-
jsonSerialize()
: mixed
-
setFromCountryId()
: mixed
-
setId()
: mixed
-
setStartDate()
: mixed
-
setToCountryId()
: mixed
-
setUserId()
: mixed
-
toModel()
: mixed
-
toValidatorArray()
: array<string|int, mixed>
$fromCountryId
private
int
$fromCountryId
$id
private
int
$id
$startDate
private
string
$startDate
$toCountryId
private
int
$toCountryId
$userId
private
int
$userId
getFromCountryId()
public
getFromCountryId() : mixed
getId()
public
getId() : mixed
getStartDate()
public
getStartDate() : mixed
getToCountryId()
public
getToCountryId() : mixed
getUserId()
public
getUserId() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setFromCountryId()
public
setFromCountryId(mixed $fromCountryId) : mixed
Parameters
-
$fromCountryId
: mixed
-
setId()
public
setId(mixed $id) : mixed
Parameters
-
$id
: mixed
-
setStartDate()
public
setStartDate(mixed $startDate) : mixed
Parameters
-
$startDate
: mixed
-
setToCountryId()
public
setToCountryId(mixed $toCountryId) : mixed
Parameters
-
$toCountryId
: mixed
-
setUserId()
public
setUserId(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
toModel()
public
toModel() : mixed
toValidatorArray()
public
toValidatorArray() : array<string|int, mixed>
Return values
array<string|int, mixed>