Documentation

DescriptionCommandAttributeTrait

Trait DescriptionCommandAttributeTrait

Trait containing methods to manage the description attribute of Yigim payment system commands. The description attribute represents the payment description for displaying on the card input page.

Table of Contents

Properties

$description  : string|null
The payment description for displaying on the card input page.

Methods

getDescription()  : string|null
Get the payment description.
setDescription()  : void
Set the payment description.

Properties

Methods

getDescription()

Get the payment description.

public getDescription() : string|null
Return values
string|null

The payment description for displaying on the card input page.

setDescription()

Set the payment description.

public setDescription(string $description) : void
Parameters
$description : string

The payment description for displaying on the card input page.


        
On this page

Search results