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
Properties
$save
Indicates whether to save card data.
private
bool|null
$save
= null
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.