Documentation

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

getCsc()  : string
Get the Card Security Code.
setCsc()  : void
Set the Card Security Code.

Properties

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.


        
On this page

Search results