UserPluginPaymentToken
extends UserPluginPaymentToken
in package
This is the user plugin payment token class.
The user plugin payment token will be stored in that class and will remain immutable (only get methods are available)
Tags
Table of Contents
$data | : PaymentSystemPropertyValues|null | |
---|---|---|
getData() | Returns the plugin data. | : PaymentSystemPropertyValues|null |
setData() | : void |
Properties
$data
protected
PaymentSystemPropertyValues|null
$data
= null
Methods
getData()
Returns the plugin data.
public
getData() : PaymentSystemPropertyValues|null
Return values
PaymentSystemPropertyValues|null —setData()
public
setData(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>