Documentation

StatusCommandAttributer implements CommandAttributerContract Uses CommandAttributeTrait, ReferenceCommandAttributeTrait

Class StatusCommandAttributer

Represents an implementation of CommandAttributerContract used for "status" commands.

Table of Contents

Interfaces

CommandAttributerContract

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

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.


        
On this page

Search results