PaymentMeta
in package
implements
DomainObjectInterface
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $product : string|null
- $referrer : string|null
- $type : string|null
- __construct() : mixed
- product() : string|null
- This may be null on some TransactionService responses, however it can be expected to have a value in the context of creating a payment
- referrer() : string|null
- type() : string|null
Properties
$product
private
string|null
$product
Tags
$referrer
private
string|null
$referrer
Tags
$type
private
string|null
$type
Tags
Methods
__construct()
public
__construct(string|null $type, string|null $product, string|null $referrer) : mixed
Parameters
- $type : string|null
- $product : string|null
- $referrer : string|null
Tags
Return values
mixed —product()
This may be null on some TransactionService responses, however it can be expected to have a value in the context of creating a payment
public
product() : string|null
Return values
string|null —referrer()
public
referrer() : string|null
Return values
string|null —type()
public
type() : string|null