PaymentSystemAdditionalData
extends Element
in package
Uses
ElementTrait
This is the Multisafepay's PaymentSystemAdditionalData class.
The PaymentSystemAdditionalData information will be stored in that class and will remain immutable (only get methods are available)
Tags
Table of Contents
getPaymentData() | Returns the paymentData value. | : string |
---|---|---|
setPaymentData() | Set the additional paymentData value. | : string |
Methods
getPaymentData()
Returns the paymentData value.
public
getPaymentData() : string
Return values
string —setPaymentData()
Set the additional paymentData value.
public
setPaymentData(array<string|int, mixed> $paymentData) : string
Parameters
- $paymentData : array<string|int, mixed>
-
array with the payment additional data.