SubscriptionExtraFieldsDTO
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
$accountManager
private
mixed
$accountManager
$clientStatus
private
mixed
$clientStatus
$customerId
private
mixed
$customerId
$salesAgent
private
mixed
$salesAgent
$serviceCountry
private
mixed
$serviceCountry
$subscriptionId
private
mixed
$subscriptionId
fromArray()
public
static fromArray(array<string|int, mixed> $subscription) : mixed
Parameters
-
$subscription
: array<string|int, mixed>
-
getAccountManager()
public
getAccountManager() : string|null
Return values
string|null
getClientStatus()
public
getClientStatus() : string|null
Return values
string|null
getCustomerId()
public
getCustomerId() : string|null
Return values
string|null
getSalesAgent()
public
getSalesAgent() : string|null
Return values
string|null
getServiceCountry()
public
getServiceCountry() : string|null
Return values
string|null
getSubscriptionId()
public
getSubscriptionId() : string|null
Return values
string|null
setAccountManager()
public
setAccountManager(mixed $accountManager) : $this
Parameters
-
$accountManager
: mixed
-
setClientStatus()
public
setClientStatus(mixed $clientStatus) : $this
Parameters
-
$clientStatus
: mixed
-
setCustomerId()
public
setCustomerId(mixed $customerId) : self
Parameters
-
$customerId
: mixed
-
setSalesAgent()
public
setSalesAgent(mixed $salesAgent) : $this
Parameters
-
$salesAgent
: mixed
-
setServiceCountry()
public
setServiceCountry(mixed $serviceCountry) : $this
Parameters
-
$serviceCountry
: mixed
-
setSubscriptionId()
public
setSubscriptionId(mixed $subscriptionId) : $this
Parameters
-
$subscriptionId
: mixed
-