PurchasableServices
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
- $additionalServices : array<string|int, mixed>
- $addons : array<string|int, mixed>
- $amazonSlot : mixed
- $automatedProvidersPlans : array<string|int, mixed>
- $clientCountryId : int
- $datev : mixed
- $isEuClient : bool
- $oss : OssEntity
- $packages : mixed
- $proforma : ProformaEntity
- $shopifySlot : mixed
- $userVatCountries : array<string|int, Country>
- $vatRegistrations : array<string|int, VatRegistrationCountryEntity>
Methods
- getAdditionalServices() : array<string|int, mixed>
- getAddons() : array<string|int, mixed>
- Get the value of addons
- getAmazonSlot() : mixed
- getAutomatedProvidersPlans() : array<string|int, mixed>
- getClientCountryId() : int
- getDatev() : mixed
- getIsEuClient() : bool
- getOss() : OssEntity
- getPackages() : mixed
- getProforma() : ProformaEntity
- getShopifySlot() : mixed
- getUserVatCountries() : array<string|int, mixed>
- getVatRegistrations() : array<string|int, VatRegistrationCountryEntity>
- Get the value of vatRegistrations
- jsonSerialize() : mixed
- setAdditionalServices() : mixed
- setAddons() : self
- Set the value of addons
- setAmazonSlot() : mixed
- setAutomatedProvidersPlans() : mixed
- setClientCountryId() : self
- setDatev() : mixed
- setIsEuClient() : self
- setOss() : self
- setPackages() : $this
- setProforma() : self
- setShopifySlot() : mixed
- setUserVatCountries() : self
- setVatRegistrations() : self
- Set the value of vatRegistrations
Properties
$additionalServices
private
array<string|int, mixed>
$additionalServices
$addons
private
array<string|int, mixed>
$addons
= []
$amazonSlot
private
mixed
$amazonSlot
$automatedProvidersPlans
private
array<string|int, mixed>
$automatedProvidersPlans
$clientCountryId
private
int
$clientCountryId
= 0
$datev
private
mixed
$datev
$isEuClient
private
bool
$isEuClient
= true
$oss
private
OssEntity
$oss
= []
$packages
private
mixed
$packages
= []
Tags
$proforma
private
ProformaEntity
$proforma
$shopifySlot
private
mixed
$shopifySlot
$userVatCountries
private
array<string|int, Country>
$userVatCountries
= []
$vatRegistrations
private
array<string|int, VatRegistrationCountryEntity>
$vatRegistrations
= []
Methods
getAdditionalServices()
public
getAdditionalServices() : array<string|int, mixed>
Return values
array<string|int, mixed>getAddons()
Get the value of addons
public
getAddons() : array<string|int, mixed>
Return values
array<string|int, mixed>getAmazonSlot()
public
getAmazonSlot() : mixed
getAutomatedProvidersPlans()
public
getAutomatedProvidersPlans() : array<string|int, mixed>
Return values
array<string|int, mixed>getClientCountryId()
public
getClientCountryId() : int
Return values
intgetDatev()
public
getDatev() : mixed
getIsEuClient()
public
getIsEuClient() : bool
Return values
boolgetOss()
public
getOss() : OssEntity
Return values
OssEntitygetPackages()
public
getPackages() : mixed
getProforma()
public
getProforma() : ProformaEntity
Return values
ProformaEntitygetShopifySlot()
public
getShopifySlot() : mixed
getUserVatCountries()
public
getUserVatCountries() : array<string|int, mixed>
Return values
array<string|int, mixed>getVatRegistrations()
Get the value of vatRegistrations
public
getVatRegistrations() : array<string|int, VatRegistrationCountryEntity>
Return values
array<string|int, VatRegistrationCountryEntity>jsonSerialize()
public
jsonSerialize() : mixed
setAdditionalServices()
public
setAdditionalServices(array<string|int, mixed> $additionalServices) : mixed
Parameters
- $additionalServices : array<string|int, mixed>
setAddons()
Set the value of addons
public
setAddons(array<string|int, mixed> $addons) : self
Parameters
- $addons : array<string|int, mixed>
Return values
selfsetAmazonSlot()
public
setAmazonSlot(mixed $amazonSlot) : mixed
Parameters
- $amazonSlot : mixed
setAutomatedProvidersPlans()
public
setAutomatedProvidersPlans(array<string|int, mixed> $automatedProvidersPlans) : mixed
Parameters
- $automatedProvidersPlans : array<string|int, mixed>
setClientCountryId()
public
setClientCountryId(int $clientCountryId) : self
Parameters
- $clientCountryId : int
Return values
selfsetDatev()
public
setDatev(DatevEntity $datevEntity) : mixed
Parameters
- $datevEntity : DatevEntity
setIsEuClient()
public
setIsEuClient(bool $isEuClient) : self
Parameters
- $isEuClient : bool
Return values
selfsetOss()
public
setOss(OssEntity $oss) : self
Parameters
- $oss : OssEntity
Return values
selfsetPackages()
public
setPackages(array<string|int, mixed> $packages) : $this
Parameters
- $packages : array<string|int, mixed>
Return values
$thissetProforma()
public
setProforma(ProformaEntity $proforma) : self
Parameters
- $proforma : ProformaEntity
Return values
selfsetShopifySlot()
public
setShopifySlot(mixed $shopifySlot) : mixed
Parameters
- $shopifySlot : mixed
setUserVatCountries()
public
setUserVatCountries(array<string|int, mixed> $userVatCountries) : self
Parameters
- $userVatCountries : array<string|int, mixed>
Return values
selfsetVatRegistrations()
Set the value of vatRegistrations
public
setVatRegistrations(array<string|int, VatRegistrationCountryEntity> $vatRegistrations) : self
Parameters
- $vatRegistrations : array<string|int, VatRegistrationCountryEntity>