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
$planId
private
string
$planId
$unitPrice
private
int
$unitPrice
Methods
getPlanId()
Get $planId
public
getPlanId() : string
Return values
stringgetUnitPrice()
Get $unitPrice
public
getUnitPrice() : int
Return values
intjsonSerialize()
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
selfsetUnitPrice()
Set $unitPrice
public
setUnitPrice(int $unitPrice) : self
Parameters
- $unitPrice : int
-
$unitPrice