Documentation

PaymentMeta
in package
implements DomainObjectInterface

Tags

Interfaces, Classes, Traits and Enums

DomainObjectInterface

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

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
Return values
string|null

Search results