ShopifySlotEntity
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
- $client : Client
- $disabled : bool
- $planId : string
- $planSetupFee : int
- $planUnitPrice : int
Methods
- getClient() : Client
- Get $client
- getPlanId() : string
- Get $planId
- getPlanSetupFee() : int
- Get $planSetupFee
- getRecurringPrice() : int
- Get $planUnitPrice
- isDisabled() : bool
- jsonSerialize() : array<string|int, mixed>
- setClient() : self
- Set $client
- setDisabled() : $this
- setPlanId() : self
- Set $planId
- setPlanSetupFee() : self
- Set $planSetupFee
- setPlanUnitPrice() : self
- Set $planUnitPrice
Properties
$client
private
Client
$client
$disabled
private
bool
$disabled
= false
$planId
private
string
$planId
$planSetupFee
private
int
$planSetupFee
$planUnitPrice
private
int
$planUnitPrice
Methods
getClient()
Get $client
public
getClient() : Client
Return values
ClientgetPlanId()
Get $planId
public
getPlanId() : string
Return values
stringgetPlanSetupFee()
Get $planSetupFee
public
getPlanSetupFee() : int
Return values
intgetRecurringPrice()
Get $planUnitPrice
public
getRecurringPrice() : int
Return values
intisDisabled()
public
isDisabled() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>setClient()
Set $client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetDisabled()
public
setDisabled(mixed $disabled) : $this
Parameters
- $disabled : mixed
Return values
$thissetPlanId()
Set $planId
public
setPlanId(string $planId) : self
Parameters
- $planId : string
-
$planId
Return values
selfsetPlanSetupFee()
Set $planSetupFee
public
setPlanSetupFee(int $planSetupFee) : self
Parameters
- $planSetupFee : int
-
$planSetupFee
Return values
selfsetPlanUnitPrice()
Set $planUnitPrice
public
setPlanUnitPrice(int $planUnitPrice) : self
Parameters
- $planUnitPrice : int
-
$planUnitPrice