PaymentSystem
extends PaymentSystem
in package
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
getPluginPropertiesConnectorItemProperties() | Returns the properties of the plugin connector. | : array<string|int, mixed> |
---|---|---|
setPluginPropertiesConnectorItemProperties() | Sets the properties of the plugin connector. | : array<string|int, mixed> |
setProperties() | : void |
Methods
getPluginPropertiesConnectorItemProperties()
Returns the properties of the plugin connector.
public
getPluginPropertiesConnectorItemProperties() : array<string|int, mixed>
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>