Bitrix API

PaymentSlipConfig

FinalYes

Config of terminal slips sending. Must be accessible only from <b>PaymentSlipManager</b> class

Tags
see
PaymentSlipManager

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
self

getSelectedSmsServiceId()

public getSelectedSmsServiceId() : string|null
Return values
string|null

isNotificationsEnabled()

public isNotificationsEnabled() : bool
Return values
bool

setCollapsed()

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
Return values
bool

        
On this page

Search results