Documentation

VatCalculations
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$acknowledgedSince  : string|null
$countryId  : int|null
$endAt  : string|null
$filing  : int|null
$id  : int|null
$startAt  : string|null
$taxId  : int|null
$userId  : int|null
$vatId  : int|null

Methods

fromModel()  : mixed
fromRequest()  : void
fromValidator()  : void
getAcknowledgedSince()  : string|null
getCountryId()  : mixed
getEndAt()  : mixed
getId()  : mixed
getStartAt()  : mixed
getTaxId()  : mixed
getUserId()  : mixed
getVatId()  : mixed
jsonSerialize()  : mixed
setAcknowledgedSince()  : mixed
setCountryId()  : mixed
setEndAt()  : mixed
setId()  : mixed
setStartAt()  : mixed
setTaxId()  : mixed
setUserId()  : mixed
setVatId()  : mixed
toModel()  : mixed
toValidatorArray()  : array<string|int, mixed>

Properties

Methods

fromRequest()

public fromRequest(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

fromValidator()

public fromValidator(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

getAcknowledgedSince()

public getAcknowledgedSince() : string|null
Return values
string|null

setAcknowledgedSince()

public setAcknowledgedSince(string|null $acknowledgedSince) : mixed
Parameters
$acknowledgedSince : string|null

setCountryId()

public setCountryId(mixed $countryId) : mixed
Parameters
$countryId : mixed

setEndAt()

public setEndAt(mixed $endAt) : mixed
Parameters
$endAt : mixed

setStartAt()

public setStartAt(mixed $startAt) : mixed
Parameters
$startAt : mixed

setTaxId()

public setTaxId(mixed $taxId) : mixed
Parameters
$taxId : mixed

setUserId()

public setUserId(mixed $userId) : mixed
Parameters
$userId : mixed

setVatId()

public setVatId(mixed $vatId) : mixed
Parameters
$vatId : mixed

toValidatorArray()

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

        
On this page

Search results