PaymentSystem extends PaymentSystem

This is the Redsys's PaymentSystem class.

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

Table of Contents

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

Methods

getPluginActions()

Returns the data of getPaymentMethods.

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

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>

setPluginActions()

Sets the plugin actions

public setPluginActions(array<string|int, mixed> $pluginActions) : array<string|int, mixed>
Parameters
$pluginActions : array<string|int, mixed>

array with the plugin actions.

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) : void
Parameters
$pluginPropertiesConnectorItemProperties : array<string|int, mixed>

array with the plugin connector properties.

Return values
void

setProperties()

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

Search results