Documentation

UserVatOptOut
in package
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>

Properties

Methods

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

toValidatorArray()

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

        
On this page

Search results