Documentation

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

Methods

getPlanSetupFee()

Get $planSetupFee

public getPlanSetupFee() : int
Return values
int

getRecurringPrice()

Get $planUnitPrice

public getRecurringPrice() : int
Return values
int

jsonSerialize()

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

setDisabled()

public setDisabled(mixed $disabled) : $this
Parameters
$disabled : mixed
Return values
$this

setPlanId()

Set $planId

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

$planId

Return values
self

setPlanSetupFee()

Set $planSetupFee

public setPlanSetupFee(int $planSetupFee) : self
Parameters
$planSetupFee : int

$planSetupFee

Return values
self

setPlanUnitPrice()

Set $planUnitPrice

public setPlanUnitPrice(int $planUnitPrice) : self
Parameters
$planUnitPrice : int

$planUnitPrice

Return values
self

        
On this page

Search results