Documentation

SubscriptionExtraFieldsDTO
in package

Table of Contents

Properties

$accountManager  : mixed
$clientStatus  : mixed
$customerId  : mixed
$salesAgent  : mixed
$serviceCountry  : mixed
$subscriptionId  : mixed

Methods

fromArray()  : mixed
getAccountManager()  : string|null
getClientStatus()  : string|null
getCustomerId()  : string|null
getSalesAgent()  : string|null
getServiceCountry()  : string|null
getSubscriptionId()  : string|null
setAccountManager()  : $this
setClientStatus()  : $this
setCustomerId()  : self
setSalesAgent()  : $this
setServiceCountry()  : $this
setSubscriptionId()  : $this

Properties

Methods

fromArray()

public static fromArray(array<string|int, mixed> $subscription) : mixed
Parameters
$subscription : array<string|int, mixed>

setAccountManager()

public setAccountManager(mixed $accountManager) : $this
Parameters
$accountManager : mixed
Return values
$this

setClientStatus()

public setClientStatus(mixed $clientStatus) : $this
Parameters
$clientStatus : mixed
Return values
$this

setCustomerId()

public setCustomerId(mixed $customerId) : self
Parameters
$customerId : mixed
Return values
self

setSalesAgent()

public setSalesAgent(mixed $salesAgent) : $this
Parameters
$salesAgent : mixed
Return values
$this

setServiceCountry()

public setServiceCountry(mixed $serviceCountry) : $this
Parameters
$serviceCountry : mixed
Return values
$this

setSubscriptionId()

public setSubscriptionId(mixed $subscriptionId) : $this
Parameters
$subscriptionId : mixed
Return values
$this

        
On this page

Search results