PaymentSystemAdditionalData extends Element Uses ElementTrait

This is the Adyen's PaymentSystemAdditionalData class.

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

Tags
see
Element
see
ElementTrait
see
PaymentSystemAdditionalData::getPaymentData()
see
PaymentSystemAdditionalData::setPaymentData()

Table of Contents

getPaymentData() Returns the paymentData value.  : string
setPaymentData() Set the additional paymentData value.  : string

Methods

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.

Return values
string

Search results