Documentation

AdditionalServicesEntity
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$planId  : string
$unitPrice  : int

Methods

getPlanId()  : string
Get $planId
getUnitPrice()  : int
Get $unitPrice
jsonSerialize()  : array<string|int, mixed>
setPlanId()  : self
Set $planId
setUnitPrice()  : self
Set $unitPrice

Properties

Methods

jsonSerialize()

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

setPlanId()

Set $planId

public setPlanId(string $planId) : self
Parameters
$planId : string

$planId

Return values
self

setUnitPrice()

Set $unitPrice

public setUnitPrice(int $unitPrice) : self
Parameters
$unitPrice : int

$unitPrice

Return values
self

        
On this page

Search results