Documentation

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

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>

getAutomatedProvidersPlans()

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

getUserVatCountries()

public getUserVatCountries() : array<string|int, mixed>
Return values
array<string|int, 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
self

setAmazonSlot()

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
self

setIsEuClient()

public setIsEuClient(bool $isEuClient) : self
Parameters
$isEuClient : bool
Return values
self

setPackages()

public setPackages(array<string|int, mixed> $packages) : $this
Parameters
$packages : array<string|int, mixed>
Return values
$this

setShopifySlot()

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
self

        
On this page

Search results