PaymentSlipConfig
FinalYes
Config of terminal slips sending. Must be accessible only from <b>PaymentSlipManager</b> class
Tags
Table of Contents
Methods
- getAvailableSmsServices() : array<string|int, mixed>
- Returns array of SMS services that can use for sending payment slips
- getConfigInstance() : self
- getSelectedSmsServiceId() : string|null
- isCollapsed() : bool
- isNotificationsEnabled() : bool
- isSendingEnabled() : bool
- setCollapsed() : void
- setEnablingSending() : void
- setSelectedServiceId() : bool
Methods
getAvailableSmsServices()
Returns array of SMS services that can use for sending payment slips
public
getAvailableSmsServices() : array<string|int, mixed>
Return values
array<string|int, mixed>getConfigInstance()
public
static getConfigInstance() : self
Return values
selfgetSelectedSmsServiceId()
public
getSelectedSmsServiceId() : string|null
Return values
string|nullisCollapsed()
public
isCollapsed() : bool
Return values
boolisNotificationsEnabled()
public
isNotificationsEnabled() : bool
Return values
boolisSendingEnabled()
public
isSendingEnabled() : bool
Return values
boolsetCollapsed()
public
setCollapsed(bool $status) : void
Parameters
- $status : bool
setEnablingSending()
public
setEnablingSending(bool $isSendingEnabled) : void
Parameters
- $isSendingEnabled : bool
setSelectedServiceId()
public
setSelectedServiceId(string $serviceId) : bool
Parameters
- $serviceId : string