Documentation

PaymentClearanceCommandAttributer implements CommandAttributerContract Uses CommandAttributeTrait, ReferenceCommandAttributeTrait, AmountCommandAttributeTrait

Class PaymentClearanceCommandAttributer

Represents an implementation of CommandAttributerContract used for "payment clearance" commands.

Table of Contents

Interfaces

CommandAttributerContract

Properties

$amount  : int
The payment amount in coins.
$reference  : string
The unique payment (order) ID for future usage.

Methods

getAmount()  : int
Get the amount attribute.
getReference()  : string
Get the reference attribute.
setAmount()  : void
Set the amount 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