ProformaPlanOption
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
- $planMonthly : ChargeBeePlanEntity|null
- $planYearly : ChargeBeePlanEntity|null
Methods
- getPlanMonthly() : ChargeBeePlanEntity|null
- Get the value of planMonthly
- getPlanYearly() : ChargeBeePlanEntity|null
- Get the value of planYearly
- jsonSerialize() : mixed
- setPlanMonthly() : self
- Set the value of planMonthly
- setPlanYearly() : self
- Set the value of planYearly
Properties
$planMonthly
private
ChargeBeePlanEntity|null
$planMonthly
$planYearly
private
ChargeBeePlanEntity|null
$planYearly
Methods
getPlanMonthly()
Get the value of planMonthly
public
getPlanMonthly() : ChargeBeePlanEntity|null
Return values
ChargeBeePlanEntity|nullgetPlanYearly()
Get the value of planYearly
public
getPlanYearly() : ChargeBeePlanEntity|null
Return values
ChargeBeePlanEntity|nulljsonSerialize()
public
jsonSerialize() : mixed
setPlanMonthly()
Set the value of planMonthly
public
setPlanMonthly(ChargeBeePlanEntity|null $planMonthly) : self
Parameters
- $planMonthly : ChargeBeePlanEntity|null
Return values
selfsetPlanYearly()
Set the value of planYearly
public
setPlanYearly(ChargeBeePlanEntity|null $planYearly) : self
Parameters
- $planYearly : ChargeBeePlanEntity|null