Documentation

SaveCommandAttributeTrait

Trait SaveCommandAttributeTrait

Trait containing methods to manage the save attribute of Yigim payment system commands. The save attribute indicates whether to save card data (true) or not (false).

Table of Contents

Properties

$save  : bool|null
Indicates whether to save card data.

Methods

getSave()  : bool|null
Get the save attribute.
setSave()  : void
Set the save attribute.

Properties

Methods

getSave()

Get the save attribute.

public getSave() : bool|null
Return values
bool|null

Whether to save card data.

setSave()

Set the save attribute.

public setSave(bool $save) : void
Parameters
$save : bool

Whether to save card data.


        
On this page

Search results