PaymentSystem extends PaymentSystem

This is the Sequra's PaymentSystem class.

The PaymentSystem information will be stored in that class and will remain immutable (only get methods are available)

Tags
see
PaymentSystem::setPluginPropertiesConnectorItemProperties()
see
PaymentSystem::getPluginPropertiesConnectorItemProperties()
see
PaymentSystem::setPluginProperties()
see
PaymentSystem::getPluginProperties()

Table of Contents

getPluginProperties() Returns the properties of the plugin connector.  : array<string|int, mixed>
getPluginPropertiesConnectorItemProperties() Returns the properties of the plugin connector.  : array<string|int, mixed>
setPluginProperties() Sets the properties of the plugin.  : array<string|int, mixed>
setPluginPropertiesConnectorItemProperties() Sets the properties of the plugin connector.  : array<string|int, mixed>
setProperties()  : void

Methods

getPluginProperties()

Returns the properties of the plugin connector.

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

getPluginPropertiesConnectorItemProperties()

Returns the properties of the plugin connector.

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

setPluginProperties()

Sets the properties of the plugin.

public setPluginProperties(array<string|int, mixed> $pluginProperties) : array<string|int, mixed>
Parameters
$pluginProperties : array<string|int, mixed>

array with the plugin properties.

Return values
array<string|int, mixed>

setPluginPropertiesConnectorItemProperties()

Sets the properties of the plugin connector.

public setPluginPropertiesConnectorItemProperties(array<string|int, mixed> $pluginPropertiesConnectorItemProperties) : array<string|int, mixed>
Parameters
$pluginPropertiesConnectorItemProperties : array<string|int, mixed>
Return values
array<string|int, mixed>

setProperties()

protected setProperties(array<string|int, mixed> $properties) : void
Parameters
$properties : array<string|int, mixed>
Return values
void

Search results