ReferenceCommandAttributeTrait
Trait ReferenceCommandAttributeTrait
Trait containing methods to manage the reference attribute of Yigim payment system commands. The reference attribute represents a unique payment (order) ID for future usage.
Table of Contents
Properties
- $reference : string
- The unique payment (order) ID for future usage.
Methods
- getReference() : string
- Get the reference attribute.
- setReference() : void
- Set the reference attribute.
Properties
$reference
The unique payment (order) ID for future usage.
private
string
$reference
Methods
getReference()
Get the reference attribute.
public
getReference() : string
Return values
string —The unique payment (order) ID.
setReference()
Set the reference attribute.
public
setReference(string $reference) : void
Parameters
- $reference : string
-
The unique payment (order) ID.