CscCommandAttributeTrait
Trait CscCommandAttributeTrait
This trait provides methods to set and get the CSC (Card Security Code) attribute for a command.
Table of Contents
Properties
- $csc : string
- The Card Security Code.
Methods
Properties
$csc
The Card Security Code.
private
string
$csc
The Card Security Code.
Methods
getCsc()
Get the Card Security Code.
public
getCsc() : string
Return values
string —The Card Security Code.
setCsc()
Set the Card Security Code.
public
setCsc(string $csc) : void
Parameters
- $csc : string
-
The Card Security Code to set.