VatCalculations
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>
$acknowledgedSince
private
string|null
$acknowledgedSince
$countryId
private
int|null
$countryId
$endAt
private
string|null
$endAt
$filing
private
int|null
$filing
$id
private
int|null
$id
$startAt
private
string|null
$startAt
$taxId
private
int|null
$taxId
$userId
private
int|null
$userId
$vatId
private
int|null
$vatId
fromModel()
public
fromModel(UserVat $userVat) : mixed
Parameters
-
$userVat
: UserVat
-
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
getCountryId()
public
getCountryId() : mixed
getEndAt()
public
getEndAt() : mixed
getId()
public
getId() : mixed
getStartAt()
public
getStartAt() : mixed
getTaxId()
public
getTaxId() : mixed
getUserId()
public
getUserId() : mixed
getVatId()
public
getVatId() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
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
-
setId()
public
setId(mixed $id) : mixed
Parameters
-
$id
: 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
-
toModel()
public
toModel() : mixed
toValidatorArray()
public
toValidatorArray() : array<string|int, mixed>
Return values
array<string|int, mixed>