Documentation

Client extends Client
in package
implements Proxy

DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR

Table of Contents

Interfaces

Proxy

Properties

$__cloner__  : Closure
$__initializer__  : Closure
$__isInitialized__  : bool
$lazyPropertiesDefaults  : array<string, mixed>
$lazyPropertiesNames  : array<string, null>

Methods

__clone()  : mixed
__construct()  : mixed
__load()  : mixed
Forces initialization of the proxy
__sleep()  : array<string|int, mixed>
__wakeup()  : mixed
getAccessBlocked()  : bool
Get $accessBlocked
getAccountManager()  : Client|null
getAccountManagerName()  : mixed
getActive()  : bool|null
Get $active
getAmazonProduct()  : array<string|int, AmazonProduct>|null
Get $amazonProduct
getAmazonUserModules()  : array<string|int, UserModule>|null
Get only amazon user modules
getApiOrderUploadBatch()  : array<string|int, ApiOrderUploadBatch>|null
Get $apiOrderUploadBatch
getArrangedUser()  : array<string|int, ArrangedUser>|null
getAwaitingDeleteSince()  : DateTime|null
Get $awaitingDeleteSince
getChargebeeUserId()  : string|null
Get $chargebeeUserId
getClientAuthorization()  : array<string|int, UserAccountClientAuthorization>|null
Get $clientAuthorization
getClientLanguage()  : string|null
getClientStatus()  : mixed
getClientValue()  : ClientValue
getCompanyAddress()  : string|null
Get $companyAddress
getCompanyAddressHouseNumber()  : string|null
getCompanyAddressLineTwo()  : string|null
getCompanyAddressStreet()  : string|null
getCompanyCity()  : string|null
Get $companyCity
getCompanyCountry()  : Country|null
Get $companyCountry
getCompanyCountryTwo()  : mixed
getCompanyLogo()  : string|null
Get $companyLogo
getCompanyName()  : string|null
Get $companyName
getCompanyState()  : string|null
Get $companyState
getCompanyZip()  : string|null
Get $companyZip
getCountryRegistrations()  : array<string|int, CheckoutRequestCountryRegistration>|null
getCronPulls()  : array<string|int, CronPull>|null
Get $cronPulls
getDeactivatedAt()  : DateTime|null
getDeactivationRequestDate()  : DateTime|null
getDefaultTraderType()  : TraderType
getDeletedAt()  : DateTime|null
Get $deletedAt
getDrEnabled()  : bool
getEntries()  : array<string|int, Entry>|null
Get $entries
getFilingCompanies()  : array<string|int, FilingCompany>|null
Get $filingCompanies
getGoCardLessUserId()  : string|null
Get $goCardLessUserId
getId()  : int|null
Get $id
getNewSellerPlanSwitcher()  : bool
getNotificationMarks()  : Collection<string|int, NotificationMark>
getNotificationSettings()  : NotificationSettings|null
Get the value of notificationSettings
getOssRegistration()  : CheckoutRequestCountryRegistration|null
getOwner()  : UserAccount
getProformaSubscription()  : ProformaSubscription|null
getQualityChecks()  : array<string|int, UserQualityCheck>|null
Get $qualityChecks
getRegion()  : mixed
getSalesAgent()  : string|null
getSiretNumber()  : string|null
Get the value of siretNumber
getTaxLetters()  : array<string|int, TaxLetter>
Get the value of taxLetters
getTaxLetterStatuses()  : array<string|int, TaxLetterStatus>|null
Get $taxLetterStatuses
getTextId()  : string|null
Get $clientId
getThreshold()  : mixed
Get the value of threshold
getTurnoverCorrect()  : array<string|int, TurnoverCorrect>|null
Get $turnoverCorrect
getTurnoverIncorrect()  : array<string|int, TurnoverIncorrect>|null
Get $turnoverCorrect
getUpdateTime()  : DateTime
getUserAccount()  : UserAccount
Get $userAccount
getUserCache()  : mixed
Get the value of userCache
getUserModules()  : array<string|int, UserModule>|null
Get the value of userModules
getUserQualityChecks()  : array<string|int, UserQualityCheck>|null
getUserReportSetting()  : UserReportSetting|null
Get $userReportSetting
getUserVats()  : Collection|null
Get $userVats;
getVatRegistrations()  : array<string|int, mixed>
getWarehouseCountry()  : Country|null
Get $country
isDeleted()  : bool
isRabbitMQSynced()  : bool
jsonSerialize()  : array<string|int, mixed>
setAccessBlocked()  : self
Set $accessBlocked
setAccountManager()  : void
setActive()  : self
Set $active
setAmazonProduct()  : self
Set $amazonProduct
setApiOrderUploadBatch()  : self
Set $apiOrderUploadBatch
setArrangedUser()  : void
{@inheritDoc}
setAwaitingDeleteSince()  : self
Set $awaitingDeleteSince
setChargebeeUserId()  : self
Set $chargebeeUserId
setClientAuthorization()  : self
Set $clientAuthorization
setClientLanguage()  : self
setClientValue()  : void
setCompanyAddress()  : self
Set $companyAddress
setCompanyAddressHouseNumber()  : self
setCompanyAddressLineTwo()  : self
setCompanyAddressStreet()  : self
setCompanyCity()  : self
Set $companyCity
setCompanyCountry()  : self
Set $companyCountry
setCompanyLogo()  : self
Set $companyLogo
setCompanyName()  : self
Set $companyName
setCompanyState()  : self
Set $companyState
setCompanyZip()  : self
Set $companyZip
setCountryRegistrations()  : void
setCronPulls()  : self
Set $cronPulls
setDeactivatedAt()  : void
setDeactivationRequestDate()  : void
setDefaultTraderType()  : Client
setDeletedAt()  : self
Set $deletedAt
setDrEnabled()  : self
setEntries()  : self
Set $entries
setGoCardLessUserId()  : self
Set $goCardLessUserId
setNewSellerPlanSwitcher()  : void
setNotificationMarks()  : self
setNotificationSettings()  : self
Set the value of notificationSettings
setOwner()  : mixed
setProformaSubscription()  : void
setRabbitMQSynced()  : void
setSalesAgent()  : self
setSiretNumber()  : self
Set the value of siretNumber
setTaxLetterStatuses()  : self
Set $taxLetterStatuses
setTextId()  : self
Set $clientId
setUpdateTime()  : void
setUserAccount()  : self
Set $userAccount
setUserCache()  : self
Set the value of userCache
setUserModules()  : self
Set the value of userModules
setUserVats()  : self
Set $userVats;
setWarehouseCountry()  : self
Set $country
updateTimePrePersist()  : mixed

Properties

$__cloner__

public Closure $__cloner__

the callback responsible of loading properties that need to be copied in the cloned object

Tags
see
Proxy::__setCloner

$__initializer__

public Closure $__initializer__

the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.

Tags
see
Proxy::__setInitializer

$__isInitialized__

public bool $__isInitialized__ = false

flag indicating if this object was already initialized

Tags
see
Proxy::__isInitialized

$lazyPropertiesDefaults

public static array<string, mixed> $lazyPropertiesDefaults = array()

default values of properties to be lazy loaded, with keys being the property names

Tags
see
Proxy::__getLazyProperties

$lazyPropertiesNames

public static array<string, null> $lazyPropertiesNames = array()

properties to be lazy loaded, indexed by property name

Methods

__construct()

public __construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
$initializer : Closure|null = null
$cloner : Closure|null = null

getAccountManagerName()

public getAccountManagerName() : mixed

getAmazonUserModules()

Get only amazon user modules

public getAmazonUserModules() : array<string|int, UserModule>|null
Return values
array<string|int, UserModule>|null

getAwaitingDeleteSince()

Get $awaitingDeleteSince

public getAwaitingDeleteSince() : DateTime|null
Return values
DateTime|null

getClientLanguage()

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

getClientStatus()

public getClientStatus() : mixed

getCompanyCountryTwo()

public getCompanyCountryTwo() : mixed

getDeactivationRequestDate()

public getDeactivationRequestDate() : DateTime|null
Return values
DateTime|null

getNewSellerPlanSwitcher()

public getNewSellerPlanSwitcher() : bool
Return values
bool

getRegion()

public getRegion() : mixed

getSalesAgent()

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

getUpdateTime()

public getUpdateTime() : DateTime
Return values
DateTime

isRabbitMQSynced()

public isRabbitMQSynced() : bool
Return values
bool

setAccessBlocked()

Set $accessBlocked

public setAccessBlocked(bool $accessBlocked) : self
Parameters
$accessBlocked : bool

$accessBlocked

Return values
self

setAccountManager()

public setAccountManager(Client|null $accountManager) : void
Parameters
$accountManager : Client|null

setAmazonProduct()

Set $amazonProduct

public setAmazonProduct(mixed $amazonProduct) : self
Parameters
$amazonProduct : mixed

$amazonProduct

Return values
self

setApiOrderUploadBatch()

Set $apiOrderUploadBatch

public setApiOrderUploadBatch(mixed $apiOrderUploadBatch) : self
Parameters
$apiOrderUploadBatch : mixed

$apiOrderUploadBatch

Return values
self

setAwaitingDeleteSince()

Set $awaitingDeleteSince

public setAwaitingDeleteSince(mixed $awaitingDeleteSince) : self
Parameters
$awaitingDeleteSince : mixed

$awaitingDeleteSince

Return values
self

setChargebeeUserId()

Set $chargebeeUserId

public setChargebeeUserId(mixed $chargebeeUserId) : self
Parameters
$chargebeeUserId : mixed

$chargebeeUserId

Return values
self

setClientAuthorization()

Set $clientAuthorization

public setClientAuthorization(mixed $clientAuthorization) : self
Parameters
$clientAuthorization : mixed

$clientAuthorization

Return values
self

setClientLanguage()

public setClientLanguage(string|null $clientLanguage) : self
Parameters
$clientLanguage : string|null
Return values
self

setCompanyAddress()

Set $companyAddress

public setCompanyAddress(mixed $companyAddress) : self
Parameters
$companyAddress : mixed

$companyAddress

Return values
self

setCompanyAddressHouseNumber()

public setCompanyAddressHouseNumber(mixed $companyAddressHouseNumber) : self
Parameters
$companyAddressHouseNumber : mixed
Return values
self

setCompanyAddressLineTwo()

public setCompanyAddressLineTwo(mixed $companyAddressLineTwo) : self
Parameters
$companyAddressLineTwo : mixed
Return values
self

setCompanyAddressStreet()

public setCompanyAddressStreet(mixed $companyAddressStreet) : self
Parameters
$companyAddressStreet : mixed
Return values
self

setCompanyCity()

Set $companyCity

public setCompanyCity(mixed $companyCity) : self
Parameters
$companyCity : mixed

$companyCity

Return values
self

setCompanyCountry()

Set $companyCountry

public setCompanyCountry(mixed $companyCountry) : self
Parameters
$companyCountry : mixed

$companyCountry

Return values
self

Set $companyLogo

public setCompanyLogo(mixed $companyLogo) : self
Parameters
$companyLogo : mixed

$companyLogo

Return values
self

setCompanyName()

Set $companyName

public setCompanyName(mixed $companyName) : self
Parameters
$companyName : mixed

$companyName

Return values
self

setCompanyState()

Set $companyState

public setCompanyState(mixed $companyState) : self
Parameters
$companyState : mixed

$companyState

Return values
self

setCompanyZip()

Set $companyZip

public setCompanyZip(mixed $companyZip) : self
Parameters
$companyZip : mixed

$companyZip

Return values
self

setCountryRegistrations()

public setCountryRegistrations(array<string|int, mixed>|null $countryRegistrations) : void
Parameters
$countryRegistrations : array<string|int, mixed>|null

setCronPulls()

Set $cronPulls

public setCronPulls(mixed $cronPulls) : self
Parameters
$cronPulls : mixed

$cronPulls

Return values
self

setDeactivatedAt()

public setDeactivatedAt(DateTime|null $deactivatedAt) : void
Parameters
$deactivatedAt : DateTime|null

setDeactivationRequestDate()

public setDeactivationRequestDate(DateTime|null $deactivationRequestDate) : void
Parameters
$deactivationRequestDate : DateTime|null

setDeletedAt()

Set $deletedAt

public setDeletedAt(mixed $deletedAt) : self
Parameters
$deletedAt : mixed

$deletedAt

Return values
self

setEntries()

Set $entries

public setEntries(mixed $entries) : self
Parameters
$entries : mixed

$entries

Return values
self

setGoCardLessUserId()

Set $goCardLessUserId

public setGoCardLessUserId(mixed $goCardLessUserId) : self
Parameters
$goCardLessUserId : mixed

$goCardLessUserId

Return values
self

setNewSellerPlanSwitcher()

public setNewSellerPlanSwitcher(bool $newSellerPlanSwitcher) : void
Parameters
$newSellerPlanSwitcher : bool

setNotificationMarks()

public setNotificationMarks(mixed $notificationMarks) : self
Parameters
$notificationMarks : mixed
Return values
self

setRabbitMQSynced()

public setRabbitMQSynced(bool $rabbitMQSynced) : void
Parameters
$rabbitMQSynced : bool

setSalesAgent()

public setSalesAgent(string|null $salesAgent) : self
Parameters
$salesAgent : string|null
Return values
self

setSiretNumber()

Set the value of siretNumber

public setSiretNumber(mixed $siretNumber) : self
Parameters
$siretNumber : mixed
Return values
self

setTaxLetterStatuses()

Set $taxLetterStatuses

public setTaxLetterStatuses(mixed $taxLetterStatuses) : self
Parameters
$taxLetterStatuses : mixed

$taxLetterStatuses

Return values
self

setTextId()

Set $clientId

public setTextId(mixed $textId) : self
Parameters
$textId : mixed

$clientId

Return values
self

setUpdateTime()

public setUpdateTime(DateTime $updateTime) : void
Parameters
$updateTime : DateTime

setUserCache()

Set the value of userCache

public setUserCache(mixed $userCache) : self
Parameters
$userCache : mixed
Return values
self

setUserModules()

Set the value of userModules

public setUserModules(mixed $userModules) : self
Parameters
$userModules : mixed
Return values
self

setUserVats()

Set $userVats;

public setUserVats(mixed $userVats) : self
Parameters
$userVats : mixed

$userVats;

Return values
self

setWarehouseCountry()

Set $country

public setWarehouseCountry(mixed $country) : self
Parameters
$country : mixed

$country

Return values
self

        
On this page

Search results